diff --git a/src/Applications/Applications.md b/src/Applications/Applications.md
index fa68c96a06..52392a332e 100644
--- a/src/Applications/Applications.md
+++ b/src/Applications/Applications.md
@@ -30,4 +30,6 @@ directive:
subject: ^(OnPremisePublishingProfile)(\1)+
set:
subject: $1
+#Prevent paths from being generated to allow for aliasing as a result of breaking changes in 2.18.0 and 2.17.0
+ - remove-path-by-operation: ^application_DeleteOwnerGraphBPreRef$|^application_DeleteAppManagementPolicyGraphBPreRef$|^application_DeleteTokenIssuancePolicyGraphBPreRef$|^application_DeleteTokenLifetimePolicyGraphBPreRef$|^servicePrincipal_DeleteClaimsMappingPolicyGraphBPreRef$|^servicePrincipal_DeleteHomeRealmDiscoveryPolicyGraphBPreRef$|^servicePrincipal_DeleteOwnerGraphBPreRef$|^onPremisesPublishingProfile.agentGroup.agent_DeleteAgentGroupGraphBPreRef$|^onPremisesPublishingProfile.connectorGroup_DeleteMemberGraphBPreRef$|^onPremisesPublishingProfile.connector_ListMemberGraphOPreGraphBPreRef$|^onPremisesPublishingProfile.publishedResource_DeleteAgentGroupGraphBPreRef$|^onPremisesPublishingProfile.agentGroup.publishedResource_DeleteAgentGroupGraphBPreRef$
```
diff --git a/src/Authentication/Authentication/Cmdlets/InvokeMgGraphRequest.cs b/src/Authentication/Authentication/Cmdlets/InvokeMgGraphRequest.cs
index 86ebdad20c..d211b0c2aa 100644
--- a/src/Authentication/Authentication/Cmdlets/InvokeMgGraphRequest.cs
+++ b/src/Authentication/Authentication/Cmdlets/InvokeMgGraphRequest.cs
@@ -402,7 +402,8 @@ private Uri PrepareUri(HttpClient httpClient, Uri uri)
// set body to null to prevent later FillRequestStream
Body = null;
}
- return uriBuilder.Uri.EscapeDataStrings();
+ //Review fix made in https://github.com/microsoftgraph/msgraph-sdk-powershell/pull/2690
+ return uriBuilder.Uri;
}
private void ThrowIfError(ErrorRecord error)
diff --git a/src/Authentication/Authentication/Models/GraphCommand.cs b/src/Authentication/Authentication/Models/GraphCommand.cs
index 521f2f58e6..cab2a50787 100644
--- a/src/Authentication/Authentication/Models/GraphCommand.cs
+++ b/src/Authentication/Authentication/Models/GraphCommand.cs
@@ -38,6 +38,14 @@ public interface IGraphCommand
///
string[] Variants { get; set; }
///
+ /// Command Alias.
+ ///
+ string CommandAlias { get; set ; }
+ ///
+ /// The response type of the command.
+ ///
+ string ApiReferenceLink { get; set; }
+ ///
/// The permissions needed to use the command.
///
GraphPermission[] Permissions { get; set; }
@@ -84,6 +92,10 @@ public class GraphCommand : IGraphCommand
/// The permissions needed to use the command.
///
public GraphPermission[] Permissions { get; set; }
+ ///
+ /// Command Alias.
+ ///
+ public string CommandAlias { get; set ; }
}
///
diff --git a/src/Authentication/Authentication/custom/Find-MgGraphCommand.ps1 b/src/Authentication/Authentication/custom/Find-MgGraphCommand.ps1
index 9f7e666665..43f53d1445 100644
--- a/src/Authentication/Authentication/custom/Find-MgGraphCommand.ps1
+++ b/src/Authentication/Authentication/custom/Find-MgGraphCommand.ps1
@@ -82,7 +82,7 @@ Function Find-MgGraphCommand {
Write-Debug "Matching ApiVersion: $ApiVersion"
[Microsoft.Graph.PowerShell.Authentication.GraphSession]::Instance.MgCommandMetadata | ForEach-Object {
if ($_.ApiVersion -match $ApiVersion -and
- $_.Command -match "^$c$") {
+ $_.Command -match "^$c$" -or $_.CommandAlias -match "^$c$") {
$Result += [Microsoft.Graph.PowerShell.Authentication.Models.GraphCommand]$_
}
}
diff --git a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json
index 88116c9647..63850950e8 100644
--- a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json
+++ b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json
@@ -1,6 +1,18 @@
[
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgApplicationKey",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0",
"Uri": "/applications/{application-id}/addKey",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Add",
+ "AddExpanded",
+ "AddViaIdentity",
+ "AddViaIdentityExpanded"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -27,21 +39,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Add-MgApplicationKey",
+ "OutputType": "IMicrosoftGraphKeyCredential"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgApplicationPassword",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0",
+ "Uri": "/applications/{application-id}/addPassword",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphKeyCredential",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0"
- },
- {
- "Uri": "/applications/{application-id}/addPassword",
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -68,21 +81,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Add-MgApplicationPassword",
- "Variants": [
- "Add",
- "AddExpanded",
- "AddViaIdentity",
- "AddViaIdentityExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPasswordCredential",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphPasswordCredential"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgBetaAccessReviewDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta",
"Uri": "/accessReviews/{accessReview-id}/applyDecisions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Apply",
+ "ApplyViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.ReadWrite.Membership",
@@ -101,33 +113,37 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Add-MgBetaAccessReviewDecision",
- "Variants": [
- "Apply",
- "ApplyViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta"
+ "OutputType": null
},
{
- "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/applyDecisions",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaAccessReviewInstanceDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta",
+ "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/applyDecisions",
+ "ApiVersion": "beta",
"Variants": [
"Apply",
"ApplyViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta"
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgBetaApplicationKey",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-beta",
"Uri": "/applications/{application-id}/addKey",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Add",
+ "AddExpanded",
+ "AddViaIdentity",
+ "AddViaIdentityExpanded"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -154,21 +170,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Add-MgBetaApplicationKey",
+ "OutputType": "IMicrosoftGraphKeyCredential"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgBetaApplicationPassword",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-beta",
+ "Uri": "/applications/{application-id}/addPassword",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphKeyCredential",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-beta"
- },
- {
- "Uri": "/applications/{application-id}/addPassword",
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -195,37 +212,39 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Add-MgBetaApplicationPassword",
+ "OutputType": "IMicrosoftGraphPasswordCredential"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgBetaChatMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta",
+ "Uri": "/chats/{chat-id}/members/add",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPasswordCredential",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-beta"
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphActionResultPart"
},
{
- "Uri": "/chats/{chat-id}/members/add",
- "Permissions": [],
- "Module": "Beta.Teams",
- "Command": "Add-MgBetaChatMember",
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgBetaCommunicationCallLargeGalleryView",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-beta",
+ "Uri": "/communications/calls/{call-id}/addLargeGalleryView",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphActionResultPart",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta"
- },
- {
- "Uri": "/communications/calls/{call-id}/addLargeGalleryView",
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "Calls.JoinGroupCallAsGuest.All",
@@ -252,24 +271,15 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Add-MgBetaCommunicationCallLargeGalleryView",
- "Variants": [
- "Add",
- "AddExpanded",
- "AddViaIdentity",
- "AddViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation"
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/applyHold",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaComplianceEdiscoveryCaseCustodianHold",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/applyHold",
+ "ApiVersion": "beta",
"Variants": [
"Apply",
"Apply1",
@@ -278,16 +288,17 @@
"ApplyViaIdentity1",
"ApplyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/applyHold",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/applyHold",
+ "ApiVersion": "beta",
"Variants": [
"Apply",
"Apply1",
@@ -296,13 +307,24 @@
"ApplyViaIdentity1",
"ApplyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-applytags?view=graph-rest-beta",
"Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}/applyTags",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Apply",
+ "ApplyExpanded",
+ "ApplyViaIdentity",
+ "ApplyViaIdentityExpanded"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -321,21 +343,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag",
- "Variants": [
- "Apply",
- "ApplyExpanded",
- "ApplyViaIdentity",
- "ApplyViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-applytags?view=graph-rest-beta"
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-addtoreviewset?view=graph-rest-beta",
"Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/addToReviewSet",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Add",
+ "AddExpanded",
+ "AddViaIdentity",
+ "AddViaIdentityExpanded"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -354,299 +377,320 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet",
- "Variants": [
- "Add",
- "AddExpanded",
- "AddViaIdentity",
- "AddViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-addtoreviewset?view=graph-rest-beta"
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/addApps",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/addApps",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/addLanguageFiles",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/addLanguageFiles",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/apply",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-apply?view=graph-rest-beta",
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/apply",
+ "ApiVersion": "beta",
"Variants": [
"Apply",
"ApplyExpanded",
"ApplyViaIdentity",
"ApplyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-apply?view=graph-rest-beta"
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/applyConfig",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyConfig",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-applyconfig?view=graph-rest-beta",
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/applyConfig",
+ "ApiVersion": "beta",
"Variants": [
"Apply",
"ApplyExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-applyconfig?view=graph-rest-beta"
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/addCopy",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaDriveListContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta",
+ "Uri": "/drives/{drive-id}/list/contentTypes/addCopy",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta"
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaDriveListContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta",
+ "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta"
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaExternalConnectionItemActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult",
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaGroupDriveListContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaGroupDriveListContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/addFavorite",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaGroupFavorite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/addFavorite",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/add",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaGroupSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/sites/add",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaGroupSiteContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaGroupSiteContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaGroupSiteListContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaGroupSiteListContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaGroupToLifecyclePolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/applyDecisions",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta",
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/applyDecisions",
+ "ApiVersion": "beta",
"Variants": [
"Apply",
"ApplyViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta"
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta",
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions",
+ "ApiVersion": "beta",
"Variants": [
"Apply",
"ApplyViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta"
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseCustodianHold",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-beta",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Apply",
+ "Apply1",
+ "ApplyExpanded",
+ "ApplyViaIdentity",
+ "ApplyViaIdentity1",
+ "ApplyViaIdentityExpanded"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -665,8 +709,15 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseCustodianHold",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-beta",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold",
+ "ApiVersion": "beta",
"Variants": [
"Apply",
"Apply1",
@@ -675,13 +726,7 @@
"ApplyViaIdentity1",
"ApplyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-beta"
- },
- {
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold",
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -700,23 +745,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryTag",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-beta",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags",
+ "ApiVersion": "beta",
"Variants": [
"Apply",
- "Apply1",
"ApplyExpanded",
"ApplyViaIdentity",
- "ApplyViaIdentity1",
"ApplyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-beta"
- },
- {
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags",
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -735,21 +779,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryTag",
- "Variants": [
- "Apply",
- "ApplyExpanded",
- "ApplyViaIdentity",
- "ApplyViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-beta"
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetToReviewSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-beta",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Add",
+ "AddExpanded",
+ "AddViaIdentity",
+ "AddViaIdentityExpanded"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -768,21 +813,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetToReviewSet",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgBetaServicePrincipalTokenSigningCertificate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-beta",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-beta"
- },
- {
- "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate",
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -809,83 +855,88 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Add-MgBetaServicePrincipalTokenSigningCertificate",
- "Variants": [
- "Add",
- "AddExpanded",
- "AddViaIdentity",
- "AddViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSelfSignedCertificate",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphSelfSignedCertificate"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaShareListContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta"
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaShareListContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta"
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/sites/add",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta",
+ "Uri": "/sites/add",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta"
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/sites/{site-id}/contentTypes/addCopy",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaSiteContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta",
+ "Uri": "/sites/{site-id}/contentTypes/addCopy",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta"
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgBetaSiteContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta",
"Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Add",
+ "AddExpanded",
+ "AddViaIdentity",
+ "AddViaIdentityExpanded"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Manage.All",
@@ -904,21 +955,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Add-MgBetaSiteContentTypeCopyFromContentTypeHub",
+ "OutputType": "IMicrosoftGraphContentType"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgBetaSiteListContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta",
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta"
- },
- {
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy",
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Manage.All",
@@ -937,21 +989,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Add-MgBetaSiteListContentTypeCopy",
+ "OutputType": "IMicrosoftGraphContentType"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgBetaSiteListContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta",
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta"
- },
- {
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub",
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Manage.All",
@@ -970,355 +1023,377 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Add-MgBetaSiteListContentTypeCopyFromContentTypeHub",
- "Variants": [
- "Add",
- "AddExpanded",
- "AddViaIdentity",
- "AddViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/teams/{team-id}/channels/{channel-id}/members/add",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaTeamChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta",
+ "Uri": "/teams/{team-id}/channels/{channel-id}/members/add",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphActionResultPart",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta"
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphActionResultPart"
},
{
- "Uri": "/teams/{team-id}/members/add",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaTeamMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta",
+ "Uri": "/teams/{team-id}/members/add",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphActionResultPart",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta"
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphActionResultPart"
},
{
- "Uri": "/teams/{team-id}/primaryChannel/members/add",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaTeamPrimaryChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta",
+ "Uri": "/teams/{team-id}/primaryChannel/members/add",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphActionResultPart",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta"
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphActionResultPart"
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaTeamworkDeletedTeamChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphActionResultPart",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta"
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphActionResultPart"
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/addUserInputLog",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaTenantRelationshipManagedTenantAlertUserInputLog",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/addUserInputLog",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert",
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert"
},
{
- "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}/apply",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaTenantRelationshipManagedTenantManagementAction",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementaction-apply?view=graph-rest-beta",
+ "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}/apply",
+ "ApiVersion": "beta",
"Variants": [
"Apply",
"ApplyExpanded",
"ApplyViaIdentity",
"ApplyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementaction-apply?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus"
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/members/add",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaUserChatMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/chats/{chat-id}/members/add",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphActionResultPart",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta"
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphActionResultPart"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaUserDriveListContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta"
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaUserDriveListContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta"
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/users/{user-id}/followedSites/add",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaUserFollowedSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/followedSites/add",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta"
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/applyDecisions",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgBetaUserPendingAccessReviewInstanceDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/applyDecisions",
+ "ApiVersion": "beta",
"Variants": [
"Apply",
"ApplyViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta"
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/addMembersById",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Add-MgBetaWuDeploymentAudienceExclusionMemberGraphBPreId",
+ "Method": "POST",
"Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta",
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/addMembersById",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta"
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembers",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Add-MgBetaWuDeploymentAudienceMember",
+ "Method": "POST",
"Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta",
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembers",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta"
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembersById",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Add-MgBetaWuDeploymentAudienceMemberGraphBPreId",
+ "Method": "POST",
"Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMemberById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta",
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembersById",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta"
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembers",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Add-MgBetaWuPolicyAudienceExclusionMember",
+ "Method": "POST",
"Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta",
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembers",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta"
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembersById",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Add-MgBetaWuPolicyAudienceExclusionMemberGraphBPreId",
+ "Method": "POST",
"Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta",
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembersById",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta"
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembers",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Add-MgBetaWuPolicyAudienceMember",
+ "Method": "POST",
"Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta",
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembers",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta"
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembersById",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Add-MgBetaWuPolicyAudienceMemberGraphBPreId",
+ "Method": "POST",
"Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMemberById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta",
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembersById",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta"
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembers",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Add-MgBetaWuUpdatableAssetMember",
+ "Method": "POST",
"Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta",
+ "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembers",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta"
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembersById",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Add-MgBetaWuUpdatableAssetMemberGraphBPreId",
+ "Method": "POST",
"Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMemberById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta",
+ "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembersById",
+ "ApiVersion": "beta",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta"
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/chats/{chat-id}/members/add",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgChatMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0",
+ "Uri": "/chats/{chat-id}/members/add",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphActionResultPart",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphActionResultPart"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgCommunicationCallLargeGalleryView",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-1.0",
"Uri": "/communications/calls/{call-id}/addLargeGalleryView",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Add",
+ "AddExpanded",
+ "AddViaIdentity",
+ "AddViaIdentityExpanded"
+ ],
+ "Module": "CloudCommunications",
"Permissions": [
{
"Name": "Calls.JoinGroupCallAsGuest.All",
@@ -1345,225 +1420,241 @@
"IsLeastPrivilege": false
}
],
- "Module": "CloudCommunications",
- "Command": "Add-MgCommunicationCallLargeGalleryView",
- "Variants": [
- "Add",
- "AddExpanded",
- "AddViaIdentity",
- "AddViaIdentityExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/addCopy",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgDriveListContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0",
+ "Uri": "/drives/{drive-id}/list/contentTypes/addCopy",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgDriveListContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0",
+ "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities",
- "Permissions": [],
- "Module": "Search",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgExternalConnectionItemActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult",
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgGroupDriveListContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgGroupDriveListContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/addFavorite",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgGroupFavorite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/addFavorite",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/add",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgGroupSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/sites/add",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgGroupSiteContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgGroupSiteContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgGroupSiteListContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgGroupSiteListContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgGroupToLifecyclePolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-addgroup?view=graph-rest-1.0",
+ "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-addgroup?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0",
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions",
+ "ApiVersion": "v1.0",
"Variants": [
"Apply",
"ApplyViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0"
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgSecurityCaseEdiscoveryCaseCustodianHold",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-1.0",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Apply",
+ "Apply1",
+ "ApplyExpanded",
+ "ApplyViaIdentity",
+ "ApplyViaIdentity1",
+ "ApplyViaIdentityExpanded"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -1582,8 +1673,15 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Add-MgSecurityCaseEdiscoveryCaseCustodianHold",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-1.0",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold",
+ "ApiVersion": "v1.0",
"Variants": [
"Apply",
"Apply1",
@@ -1592,13 +1690,7 @@
"ApplyViaIdentity1",
"ApplyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-1.0"
- },
- {
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold",
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -1617,23 +1709,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-1.0",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags",
+ "ApiVersion": "v1.0",
"Variants": [
"Apply",
- "Apply1",
"ApplyExpanded",
"ApplyViaIdentity",
- "ApplyViaIdentity1",
"ApplyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-1.0"
- },
- {
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags",
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -1652,21 +1743,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag",
- "Variants": [
- "Apply",
- "ApplyExpanded",
- "ApplyViaIdentity",
- "ApplyViaIdentityExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-1.0"
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-1.0",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Add",
+ "AddExpanded",
+ "AddViaIdentity",
+ "AddViaIdentityExpanded"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -1685,21 +1777,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgServicePrincipalKey",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addkey?view=graph-rest-1.0",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/addKey",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-1.0"
- },
- {
- "Uri": "/servicePrincipals/{servicePrincipal-id}/addKey",
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -1726,21 +1819,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Add-MgServicePrincipalKey",
+ "OutputType": "IMicrosoftGraphKeyCredential"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgServicePrincipalPassword",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addpassword?view=graph-rest-1.0",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/addPassword",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphKeyCredential",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addkey?view=graph-rest-1.0"
- },
- {
- "Uri": "/servicePrincipals/{servicePrincipal-id}/addPassword",
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -1767,21 +1861,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Add-MgServicePrincipalPassword",
+ "OutputType": "IMicrosoftGraphPasswordCredential"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgServicePrincipalTokenSigningCertificate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPasswordCredential",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addpassword?view=graph-rest-1.0"
- },
- {
- "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate",
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -1808,83 +1903,88 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Add-MgServicePrincipalTokenSigningCertificate",
- "Variants": [
- "Add",
- "AddExpanded",
- "AddViaIdentity",
- "AddViaIdentityExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSelfSignedCertificate",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphSelfSignedCertificate"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgShareListContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgShareListContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/sites/add",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0",
+ "Uri": "/sites/add",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0"
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/sites/{site-id}/contentTypes/addCopy",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgSiteContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0",
+ "Uri": "/sites/{site-id}/contentTypes/addCopy",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgSiteContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0",
"Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Add",
+ "AddExpanded",
+ "AddViaIdentity",
+ "AddViaIdentityExpanded"
+ ],
+ "Module": "Sites",
"Permissions": [
{
"Name": "Sites.Manage.All",
@@ -1903,21 +2003,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Sites",
- "Command": "Add-MgSiteContentTypeCopyFromContentTypeHub",
+ "OutputType": "IMicrosoftGraphContentType"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgSiteListContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0",
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"
- },
- {
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy",
+ "Module": "Sites",
"Permissions": [
{
"Name": "Sites.Manage.All",
@@ -1936,21 +2037,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Sites",
- "Command": "Add-MgSiteListContentTypeCopy",
+ "OutputType": "IMicrosoftGraphContentType"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Add-MgSiteListContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0",
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"
- },
- {
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub",
+ "Module": "Sites",
"Permissions": [
{
"Name": "Sites.Manage.All",
@@ -1969,179 +2071,190 @@
"IsLeastPrivilege": false
}
],
- "Module": "Sites",
- "Command": "Add-MgSiteListContentTypeCopyFromContentTypeHub",
- "Variants": [
- "Add",
- "AddExpanded",
- "AddViaIdentity",
- "AddViaIdentityExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/teams/{team-id}/channels/{channel-id}/members/add",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgTeamChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0",
+ "Uri": "/teams/{team-id}/channels/{channel-id}/members/add",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphActionResultPart",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphActionResultPart"
},
{
- "Uri": "/teams/{team-id}/members/add",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgTeamMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0",
+ "Uri": "/teams/{team-id}/members/add",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphActionResultPart",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphActionResultPart"
},
{
- "Uri": "/teams/{team-id}/primaryChannel/members/add",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgTeamPrimaryChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0",
+ "Uri": "/teams/{team-id}/primaryChannel/members/add",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphActionResultPart",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphActionResultPart"
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgTeamworkDeletedTeamChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphActionResultPart",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphActionResultPart"
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/members/add",
- "Permissions": [],
- "Module": "Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgUserChatMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0",
+ "Uri": "/users/{user-id}/chats/{chat-id}/members/add",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphActionResultPart",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"
+ "Module": "Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphActionResultPart"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy",
- "Permissions": [],
- "Module": "Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgUserDriveListContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"
+ "Module": "Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub",
- "Permissions": [],
- "Module": "Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgUserDriveListContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"
+ "Module": "Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/users/{user-id}/followedSites/add",
- "Permissions": [],
- "Module": "Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Add-MgUserFollowedSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0",
+ "Uri": "/users/{user-id}/followedSites/add",
+ "ApiVersion": "v1.0",
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0"
+ "Module": "Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/approveApps",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Approve-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/approveApps",
+ "ApiVersion": "beta",
"Variants": [
"Approve",
"ApproveExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/approve",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Approve-MgBetaDeviceManagementElevationRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/approve",
+ "ApiVersion": "beta",
"Variants": [
"Approve",
"ApproveExpanded",
"ApproveViaIdentity",
"ApproveViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest",
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Approve-MgBetaDeviceManagementOperationApprovalRequest",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/approve",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Approve",
+ "ApproveExpanded",
+ "ApproveViaIdentity",
+ "ApproveViaIdentityExpanded"
+ ],
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -2160,138 +2273,145 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Approve-MgBetaDeviceManagementOperationApprovalRequest",
- "Variants": [
- "Approve",
- "ApproveExpanded",
- "ApproveViaIdentity",
- "ApproveViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/zebraFotaConnector/approveFotaApps",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Approve-MgBetaDeviceManagementZebraFotaConnectorFotaApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/zebraFotaConnector/approveFotaApps",
+ "ApiVersion": "beta",
"Variants": [
"Approve"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/unsetVerifiedPublisher",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgApplicationVerifiedPublisher",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0",
+ "Uri": "/applications/{application-id}/unsetVerifiedPublisher",
+ "ApiVersion": "v1.0",
"Variants": [
"Unset",
"UnsetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0"
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/unsetVerifiedPublisher",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgBetaApplicationVerifiedPublisher",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-beta",
+ "Uri": "/applications/{application-id}/unsetVerifiedPublisher",
+ "ApiVersion": "beta",
"Variants": [
"Unset",
"UnsetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-beta"
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgBetaChatMessageReaction",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction",
+ "ApiVersion": "beta",
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgBetaChatMessageReplyReaction",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
+ "ApiVersion": "beta",
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/presences/{presence-id}/clearPresence",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgBetaCommunicationPresence",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta",
+ "Uri": "/communications/presences/{presence-id}/clearPresence",
+ "ApiVersion": "beta",
"Variants": [
"Clear",
"ClearExpanded",
"ClearViaIdentity",
"ClearViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta"
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgBetaCommunicationPresenceUserPreferredPresence",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta",
+ "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence",
+ "ApiVersion": "beta",
"Variants": [
"Clear",
"ClearViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta"
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/purgeData",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgBetaComplianceEdiscoveryCaseSourceCollectionData",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-purgedata?view=graph-rest-beta",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/purgeData",
+ "ApiVersion": "beta",
"Variants": [
"Purge",
"PurgeViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-purgedata?view=graph-rest-beta"
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": "Clear-MgBetaDeviceAppMgtWindowsInformationProtectionDeviceRegistration",
+ "Method": "POST",
+ "Command": "Clear-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/wipe",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Wipe",
+ "WipeViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.ReadWrite.All",
@@ -2310,19 +2430,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Clear-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration",
- "Variants": [
- "Wipe",
- "WipeViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Clear-MgBetaDeviceManagementComanagedDevice",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/wipe",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Wipe",
+ "WipeExpanded",
+ "WipeViaIdentity",
+ "WipeViaIdentityExpanded"
+ ],
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.ReadWrite.All",
@@ -2349,21 +2472,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Clear-MgBetaDeviceManagementComanagedDevice",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Clear-MgBetaDeviceManagementManagedDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe",
+ "ApiVersion": "beta",
"Variants": [
"Wipe",
"WipeExpanded",
"WipeViaIdentity",
"WipeViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe",
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.ReadWrite.All",
@@ -2390,133 +2514,139 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Clear-MgBetaDeviceManagementManagedDevice",
- "Variants": [
- "Wipe",
- "WipeExpanded",
- "WipeViaIdentity",
- "WipeViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgBetaSecurityCaseEdiscoveryCaseSearchData",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-beta",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData",
+ "ApiVersion": "beta",
"Variants": [
"Purge",
"PurgeExpanded",
"PurgeViaIdentity",
"PurgeViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-beta"
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgBetaTeamChannelMessageReaction",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction",
+ "ApiVersion": "beta",
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgBetaTeamChannelMessageReplyReaction",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
+ "ApiVersion": "beta",
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgBetaTeamPrimaryChannelMessageReaction",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction",
+ "ApiVersion": "beta",
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgBetaTeamPrimaryChannelMessageReplyReaction",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
+ "ApiVersion": "beta",
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction",
+ "ApiVersion": "beta",
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
+ "ApiVersion": "beta",
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Clear-MgBetaUserAndBlockManagedApp",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/wipeAndBlockManagedApps",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Wipe",
+ "WipeViaIdentity"
+ ],
+ "Module": "Beta.Users.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.ReadWrite.All",
@@ -2535,19 +2665,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Actions",
- "Command": "Clear-MgBetaUserAndBlockManagedApp",
- "Variants": [
- "Wipe",
- "WipeViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Clear-MgBetaUserChatMessageReaction",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Unset",
+ "UnsetExpanded",
+ "UnsetViaIdentity",
+ "UnsetViaIdentityExpanded"
+ ],
+ "Module": "Beta.Users.Actions",
"Permissions": [
{
"Name": "ChatMessage.Send",
@@ -2566,37 +2699,39 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Actions",
- "Command": "Clear-MgBetaUserChatMessageReaction",
- "Variants": [
- "Unset",
- "UnsetExpanded",
- "UnsetViaIdentity",
- "UnsetViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgBetaUserChatMessageReplyReaction",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
+ "ApiVersion": "beta",
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/wipeManagedAppRegistrationsByAzureAdDeviceId",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Wipe",
+ "WipeExpanded",
+ "WipeViaIdentity",
+ "WipeViaIdentityExpanded"
+ ],
+ "Module": "Beta.Users.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -2615,53 +2750,56 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Actions",
- "Command": "Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId",
- "Variants": [
- "Wipe",
- "WipeExpanded",
- "WipeViaIdentity",
- "WipeViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgBetaUserManagedAppRegistrationByDeviceTag",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag",
+ "ApiVersion": "beta",
"Variants": [
"Wipe1",
"WipeExpanded1",
"WipeViaIdentity1",
"WipeViaIdentityExpanded1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgBetaUserManagedDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe",
+ "ApiVersion": "beta",
"Variants": [
"Wipe",
"WipeExpanded",
"WipeViaIdentity",
"WipeViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Clear-MgBetaUserPresence",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta",
"Uri": "/users/{user-id}/presence/clearPresence",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Clear",
+ "ClearExpanded",
+ "ClearViaIdentity",
+ "ClearViaIdentityExpanded"
+ ],
+ "Module": "Beta.Users.Actions",
"Permissions": [
{
"Name": "Presence.ReadWrite",
@@ -2680,21 +2818,20 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Users.Actions",
- "Command": "Clear-MgBetaUserPresence",
- "Variants": [
- "Clear",
- "ClearExpanded",
- "ClearViaIdentity",
- "ClearViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta"
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Clear-MgBetaUserPresenceUserPreferredPresence",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta",
"Uri": "/users/{user-id}/presence/clearUserPreferredPresence",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Clear",
+ "ClearViaIdentity"
+ ],
+ "Module": "Beta.Users.Actions",
"Permissions": [
{
"Name": "Presence.ReadWrite",
@@ -2713,81 +2850,88 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Users.Actions",
- "Command": "Clear-MgBetaUserPresenceUserPreferredPresence",
- "Variants": [
- "Clear",
- "ClearViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta"
+ "OutputType": null
},
{
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgChatMessageReaction",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction",
+ "ApiVersion": "v1.0",
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgChatMessageReplyReaction",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
+ "ApiVersion": "v1.0",
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/presences/{presence-id}/clearPresence",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgCommunicationPresence",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0",
+ "Uri": "/communications/presences/{presence-id}/clearPresence",
+ "ApiVersion": "v1.0",
"Variants": [
"Clear",
"ClearExpanded",
"ClearViaIdentity",
"ClearViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0"
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgCommunicationPresenceUserPreferredPresence",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0",
+ "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence",
+ "ApiVersion": "v1.0",
"Variants": [
"Clear",
"ClearViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0"
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Clear-MgDeviceManagementManagedDevice",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0",
"Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Wipe",
+ "WipeExpanded",
+ "WipeViaIdentity",
+ "WipeViaIdentityExpanded"
+ ],
+ "Module": "DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.ReadWrite.All",
@@ -2814,133 +2958,141 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Actions",
- "Command": "Clear-MgDeviceManagementManagedDevice",
- "Variants": [
- "Wipe",
- "WipeExpanded",
- "WipeViaIdentity",
- "WipeViaIdentityExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0"
+ "OutputType": null
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgSecurityCaseEdiscoveryCaseSearchData",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-1.0",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData",
+ "ApiVersion": "v1.0",
"Variants": [
"Purge",
"PurgeExpanded",
"PurgeViaIdentity",
"PurgeViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-1.0"
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgTeamChannelMessageReaction",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction",
+ "ApiVersion": "v1.0",
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgTeamChannelMessageReplyReaction",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
+ "ApiVersion": "v1.0",
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgTeamPrimaryChannelMessageReaction",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction",
+ "ApiVersion": "v1.0",
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgTeamPrimaryChannelMessageReplyReaction",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
+ "ApiVersion": "v1.0",
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgTeamworkDeletedTeamChannelMessageReaction",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction",
+ "ApiVersion": "v1.0",
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgTeamworkDeletedTeamChannelMessageReplyReaction",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
+ "ApiVersion": "v1.0",
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Clear-MgUserChatMessageReaction",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Unset",
+ "UnsetExpanded",
+ "UnsetViaIdentity",
+ "UnsetViaIdentityExpanded"
+ ],
+ "Module": "Users.Actions",
"Permissions": [
{
"Name": "ChatMessage.Send",
@@ -2959,53 +3111,56 @@
"IsLeastPrivilege": false
}
],
- "Module": "Users.Actions",
- "Command": "Clear-MgUserChatMessageReaction",
- "Variants": [
- "Unset",
- "UnsetExpanded",
- "UnsetViaIdentity",
- "UnsetViaIdentityExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
- "Permissions": [],
- "Module": "Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgUserChatMessageReplyReaction",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
+ "ApiVersion": "v1.0",
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Users.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe",
- "Permissions": [],
- "Module": "Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Clear-MgUserManagedDevice",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe",
+ "ApiVersion": "v1.0",
"Variants": [
"Wipe",
"WipeExpanded",
"WipeViaIdentity",
"WipeViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0"
+ "Module": "Users.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Clear-MgUserPresence",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0",
"Uri": "/users/{user-id}/presence/clearPresence",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Clear",
+ "ClearExpanded",
+ "ClearViaIdentity",
+ "ClearViaIdentityExpanded"
+ ],
+ "Module": "Users.Actions",
"Permissions": [
{
"Name": "Presence.ReadWrite",
@@ -3024,21 +3179,20 @@
"IsLeastPrivilege": true
}
],
- "Module": "Users.Actions",
- "Command": "Clear-MgUserPresence",
- "Variants": [
- "Clear",
- "ClearExpanded",
- "ClearViaIdentity",
- "ClearViaIdentityExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0"
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Clear-MgUserPresenceUserPreferredPresence",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0",
"Uri": "/users/{user-id}/presence/clearUserPreferredPresence",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Clear",
+ "ClearViaIdentity"
+ ],
+ "Module": "Users.Actions",
"Permissions": [
{
"Name": "Presence.ReadWrite",
@@ -3057,19 +3211,20 @@
"IsLeastPrivilege": true
}
],
- "Module": "Users.Actions",
- "Command": "Clear-MgUserPresenceUserPreferredPresence",
- "Variants": [
- "Clear",
- "ClearViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0"
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Close-MgBetaComplianceEdiscoveryCase",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-close?view=graph-rest-beta",
"Uri": "/compliance/ediscovery/cases/{case-id}/close",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Close",
+ "CloseViaIdentity"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -3088,19 +3243,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Close-MgBetaComplianceEdiscoveryCase",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Close-MgBetaSecurityCaseEdiscoveryCase",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-beta",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close",
+ "ApiVersion": "beta",
"Variants": [
"Close",
"CloseViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-close?view=graph-rest-beta"
- },
- {
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close",
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -3119,19 +3275,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Close-MgBetaSecurityCaseEdiscoveryCase",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Close-MgSecurityCaseEdiscoveryCase",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-1.0",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close",
+ "ApiVersion": "v1.0",
"Variants": [
"Close",
"CloseViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-beta"
- },
- {
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close",
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -3150,19 +3307,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Close-MgSecurityCaseEdiscoveryCase",
- "Variants": [
- "Close",
- "CloseViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-1.0"
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Compare-MgBetaDeviceManagementIntent",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/compare(templateId='{templateId}')",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Compare",
+ "CompareViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -3181,19 +3339,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Compare-MgBetaDeviceManagementIntent",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Compare-MgBetaDeviceManagementTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/compare(templateId='{templateId}')",
+ "ApiVersion": "beta",
"Variants": [
"Compare",
"CompareViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/compare(templateId='{templateId}')",
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -3212,19 +3371,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Compare-MgBetaDeviceManagementTemplate",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Compare-MgBetaDeviceManagementTemplateMigratableTo",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/compare(templateId='{templateId}')",
+ "ApiVersion": "beta",
"Variants": [
"Compare",
"CompareViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/compare(templateId='{templateId}')",
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -3243,339 +3403,362 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Compare-MgBetaDeviceManagementTemplateMigratableTo",
- "Variants": [
- "Compare",
- "CompareViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison"
},
{
- "Uri": "/deviceManagement/androidForWorkSettings/completeSignup",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Complete-MgBetaDeviceManagementAndroidForWorkSettingSignup",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/androidForWorkSettings/completeSignup",
+ "ApiVersion": "beta",
"Variants": [
"Complete",
"CompleteExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/completeSignup",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Complete-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/completeSignup",
+ "ApiVersion": "beta",
"Variants": [
"Complete",
"CompleteExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/impactedResources/{impactedResource-id}/complete",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Complete-MgBetaDirectoryImpactedResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta",
+ "Uri": "/directory/impactedResources/{impactedResource-id}/complete",
+ "ApiVersion": "beta",
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphImpactedResource",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphImpactedResource"
},
{
- "Uri": "/directory/recommendations/{recommendation-id}/complete",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Complete-MgBetaDirectoryRecommendation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-complete?view=graph-rest-beta",
+ "Uri": "/directory/recommendations/{recommendation-id}/complete",
+ "ApiVersion": "beta",
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRecommendation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-complete?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRecommendation"
},
{
- "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/complete",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Complete-MgBetaDirectoryRecommendationImpactedResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta",
+ "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/complete",
+ "ApiVersion": "beta",
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphImpactedResource",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphImpactedResource"
},
{
- "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Complete-MgBetaTeamChannelMigration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta",
+ "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration",
+ "ApiVersion": "beta",
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta"
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/completeMigration",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Complete-MgBetaTeamMigration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-beta",
+ "Uri": "/teams/{team-id}/completeMigration",
+ "ApiVersion": "beta",
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-beta"
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/primaryChannel/completeMigration",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Complete-MgBetaTeamPrimaryChannelMigration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta",
+ "Uri": "/teams/{team-id}/primaryChannel/completeMigration",
+ "ApiVersion": "beta",
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta"
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Complete-MgBetaTeamworkDeletedTeamChannelMigration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration",
+ "ApiVersion": "beta",
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta"
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/complete",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Complete-MgBetaUserOutlookTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/complete",
+ "ApiVersion": "beta",
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOutlookTask",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta"
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOutlookTask"
},
{
- "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Complete-MgBetaUserOutlookTaskFolderTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete",
+ "ApiVersion": "beta",
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOutlookTask",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta"
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOutlookTask"
},
{
- "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Complete-MgBetaUserOutlookTaskGroupTaskFolderTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete",
+ "ApiVersion": "beta",
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOutlookTask",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta"
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOutlookTask"
},
{
- "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Complete-MgTeamChannelMigration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0",
+ "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration",
+ "ApiVersion": "v1.0",
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0"
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/completeMigration",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Complete-MgTeamMigration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0",
+ "Uri": "/teams/{team-id}/completeMigration",
+ "ApiVersion": "v1.0",
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0"
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/primaryChannel/completeMigration",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Complete-MgTeamPrimaryChannelMigration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0",
+ "Uri": "/teams/{team-id}/primaryChannel/completeMigration",
+ "ApiVersion": "v1.0",
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0"
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Complete-MgTeamworkDeletedTeamChannelMigration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration",
+ "ApiVersion": "v1.0",
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0"
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/checkMemberGroups",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgApplicationMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0",
+ "Uri": "/applications/{application-id}/checkMemberGroups",
+ "ApiVersion": "v1.0",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/checkMemberObjects",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgApplicationMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/checkMemberObjects",
+ "ApiVersion": "v1.0",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberGroups",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgBetaAdministrativeUnitMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta",
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberGroups",
+ "ApiVersion": "beta",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberObjects",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgBetaAdministrativeUnitMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/checkMemberGroups",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgBetaApplicationMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta",
+ "Uri": "/applications/{application-id}/checkMemberGroups",
+ "ApiVersion": "beta",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/checkMemberObjects",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgBetaApplicationMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/checkMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgBetaAuditLogSignInCompromised",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmcompromised?view=graph-rest-beta",
"Uri": "/auditLogs/signIns/confirmCompromised",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Confirm",
+ "ConfirmExpanded"
+ ],
+ "Module": "Beta.Reports",
"Permissions": [
{
"Name": "IdentityRiskyUser.ReadWrite.All",
@@ -3594,19 +3777,20 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Reports",
- "Command": "Confirm-MgBetaAuditLogSignInCompromised",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgBetaAuditLogSignInSafe",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmsafe?view=graph-rest-beta",
+ "Uri": "/auditLogs/signIns/confirmSafe",
+ "ApiVersion": "beta",
"Variants": [
"Confirm",
"ConfirmExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmcompromised?view=graph-rest-beta"
- },
- {
- "Uri": "/auditLogs/signIns/confirmSafe",
+ "Module": "Beta.Reports",
"Permissions": [
{
"Name": "IdentityRiskyUser.ReadWrite.All",
@@ -3625,19 +3809,22 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Reports",
- "Command": "Confirm-MgBetaAuditLogSignInSafe",
- "Variants": [
- "Confirm",
- "ConfirmExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmsafe?view=graph-rest-beta"
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgBetaContactMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta",
"Uri": "/contacts/{orgContact-id}/checkMemberGroups",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Check",
+ "CheckExpanded",
+ "CheckViaIdentity",
+ "CheckViaIdentityExpanded"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -3728,21 +3915,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Confirm-MgBetaContactMemberGroup",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgBetaContactMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/checkMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"
- },
- {
- "Uri": "/contacts/{orgContact-id}/checkMemberObjects",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -3841,53 +4029,54 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Confirm-MgBetaContactMemberObject",
- "Variants": [
- "Check",
- "CheckExpanded",
- "CheckViaIdentity",
- "CheckViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/contracts/{contract-id}/checkMemberGroups",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgBetaContractMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta",
+ "Uri": "/contracts/{contract-id}/checkMemberGroups",
+ "ApiVersion": "beta",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/contracts/{contract-id}/checkMemberObjects",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgBetaContractMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/contracts/{contract-id}/checkMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Confirm-MgBetaDeviceManagementWindowsEnrollmentAutoDiscovery",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Verify",
+ "VerifyViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.ReadWrite.All",
@@ -3906,19 +4095,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Confirm-MgBetaDeviceManagementWindowsEnrollmentAutoDiscovery",
- "Variants": [
- "Verify",
- "VerifyViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgBetaDeviceMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta",
"Uri": "/devices/{device-id}/checkMemberGroups",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Check",
+ "CheckExpanded",
+ "CheckViaIdentity",
+ "CheckViaIdentityExpanded"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -4009,21 +4201,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Confirm-MgBetaDeviceMemberGroup",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgBetaDeviceMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/checkMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"
- },
- {
- "Uri": "/devices/{device-id}/checkMemberObjects",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -4122,53 +4315,56 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Confirm-MgBetaDeviceMemberObject",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgBetaDirectoryDeletedItemMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta",
+ "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups",
+ "ApiVersion": "beta",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Confirm-MgBetaDirectoryDeletedItemMemberGroup",
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgBetaDirectoryDeletedItemMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Confirm-MgBetaDirectoryDeletedItemMemberObject",
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgBetaDirectoryObjectMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta",
+ "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups",
+ "ApiVersion": "beta",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups",
+ "Module": "Beta.DirectoryObjects",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -4259,21 +4455,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DirectoryObjects",
- "Command": "Confirm-MgBetaDirectoryObjectMemberGroup",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgBetaDirectoryObjectMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"
- },
- {
- "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects",
+ "Module": "Beta.DirectoryObjects",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -4372,145 +4569,154 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DirectoryObjects",
- "Command": "Confirm-MgBetaDirectoryObjectMemberObject",
- "Variants": [
- "Check",
- "CheckExpanded",
- "CheckViaIdentity",
- "CheckViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgBetaDirectoryRoleMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta",
+ "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups",
+ "ApiVersion": "beta",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgBetaDirectoryRoleMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgBetaDirectoryRoleTemplateMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta",
+ "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups",
+ "ApiVersion": "beta",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgBetaDirectoryRoleTemplateMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberGroups",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgBetaDirectorySettingTemplateMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta",
+ "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberGroups",
+ "ApiVersion": "beta",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberObjects",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgBetaDirectorySettingTemplateMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/domains/{domain-id}/verify",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgBetaDomain",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-beta",
+ "Uri": "/domains/{domain-id}/verify",
+ "ApiVersion": "beta",
"Variants": [
"Verify",
"VerifyViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDomain",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDomain"
},
{
- "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgBetaGroupGrantedPermissionForApp",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp",
+ "ApiVersion": "beta",
"Variants": [
"Check",
"CheckViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgBetaGroupMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta",
"Uri": "/groups/{group-id}/checkMemberGroups",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Check",
+ "CheckExpanded",
+ "CheckViaIdentity",
+ "CheckViaIdentityExpanded"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -4601,21 +4807,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Confirm-MgBetaGroupMemberGroup",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgBetaGroupMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/checkMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"
- },
- {
- "Uri": "/groups/{group-id}/checkMemberObjects",
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -4714,111 +4921,118 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Confirm-MgBetaGroupMemberObject",
- "Variants": [
- "Check",
- "CheckExpanded",
- "CheckViaIdentity",
- "CheckViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/verifySignature",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgBetaGroupSiteInformationProtectionSignature",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/verifySignature",
+ "ApiVersion": "beta",
"Variants": [
"Verify",
"VerifyExpanded",
"VerifyViaIdentity",
"VerifyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/informationProtection/verifySignature",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgBetaInformationProtectionSignature",
+ "ApiReferenceLink": null,
+ "Uri": "/informationProtection/verifySignature",
+ "ApiVersion": "beta",
"Variants": [
"Verify",
"VerifyExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/organization/{organization-id}/checkMemberGroups",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgBetaOrganizationMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta",
+ "Uri": "/organization/{organization-id}/checkMemberGroups",
+ "ApiVersion": "beta",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/organization/{organization-id}/checkMemberObjects",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgBetaOrganizationMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/checkMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgBetaRiskyServicePrincipalCompromised",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-beta",
+ "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised",
+ "ApiVersion": "beta",
"Variants": [
"Confirm",
"ConfirmExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-beta"
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityProtection/riskyUsers/confirmCompromised",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgBetaRiskyUserCompromised",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-confirmcompromised?view=graph-rest-beta",
+ "Uri": "/identityProtection/riskyUsers/confirmCompromised",
+ "ApiVersion": "beta",
"Variants": [
"Confirm",
"ConfirmExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-confirmcompromised?view=graph-rest-beta"
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgBetaServicePrincipalMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta",
"Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Check",
+ "CheckExpanded",
+ "CheckViaIdentity",
+ "CheckViaIdentityExpanded"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -4909,21 +5123,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Confirm-MgBetaServicePrincipalMemberGroup",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgBetaServicePrincipalMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"
- },
- {
- "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects",
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -5022,67 +5237,71 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Confirm-MgBetaServicePrincipalMemberObject",
- "Variants": [
- "Check",
- "CheckExpanded",
- "CheckViaIdentity",
- "CheckViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/informationProtection/verifySignature",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgBetaSiteInformationProtectionSignature",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/informationProtection/verifySignature",
+ "ApiVersion": "beta",
"Variants": [
"Verify",
"VerifyExpanded",
"VerifyViaIdentity",
"VerifyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/confirm",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgBetaTeamScheduleTimeCard",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-beta",
+ "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/confirm",
+ "ApiVersion": "beta",
"Variants": [
"Confirm",
"ConfirmViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTimeCard",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-beta"
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTimeCard"
},
{
- "Uri": "/users/{user-id}/informationProtection/verifySignature",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgBetaUserInformationProtectionSignature",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/informationProtection/verifySignature",
+ "ApiVersion": "beta",
"Variants": [
"Verify",
"VerifyExpanded",
"VerifyViaIdentity",
"VerifyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgBetaUserMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta",
"Uri": "/users/{user-id}/checkMemberGroups",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Check",
+ "CheckExpanded",
+ "CheckViaIdentity",
+ "CheckViaIdentityExpanded"
+ ],
+ "Module": "Beta.Users.Actions",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -5173,21 +5392,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Actions",
- "Command": "Confirm-MgBetaUserMemberGroup",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgBetaUserMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/checkMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta"
- },
- {
- "Uri": "/users/{user-id}/checkMemberObjects",
+ "Module": "Beta.Users.Actions",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -5286,21 +5506,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Actions",
- "Command": "Confirm-MgBetaUserMemberObject",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgContactMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0",
+ "Uri": "/contacts/{orgContact-id}/checkMemberGroups",
+ "ApiVersion": "v1.0",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/contacts/{orgContact-id}/checkMemberGroups",
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -5391,21 +5612,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Confirm-MgContactMemberGroup",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgContactMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/checkMemberObjects",
+ "ApiVersion": "v1.0",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
- },
- {
- "Uri": "/contacts/{orgContact-id}/checkMemberObjects",
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -5504,53 +5726,54 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Confirm-MgContactMemberObject",
- "Variants": [
- "Check",
- "CheckExpanded",
- "CheckViaIdentity",
- "CheckViaIdentityExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/contracts/{contract-id}/checkMemberGroups",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgContractMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0",
+ "Uri": "/contracts/{contract-id}/checkMemberGroups",
+ "ApiVersion": "v1.0",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/contracts/{contract-id}/checkMemberObjects",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgContractMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/contracts/{contract-id}/checkMemberObjects",
+ "ApiVersion": "v1.0",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Confirm-MgDeviceManagementWindowsEnrollmentAutoDiscovery",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Verify",
+ "VerifyViaIdentity"
+ ],
+ "Module": "DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.ReadWrite.All",
@@ -5569,19 +5792,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Functions",
- "Command": "Confirm-MgDeviceManagementWindowsEnrollmentAutoDiscovery",
- "Variants": [
- "Verify",
- "VerifyViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgDeviceMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0",
"Uri": "/devices/{device-id}/checkMemberGroups",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Check",
+ "CheckExpanded",
+ "CheckViaIdentity",
+ "CheckViaIdentityExpanded"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -5672,21 +5898,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Confirm-MgDeviceMemberGroup",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgDeviceMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/checkMemberObjects",
+ "ApiVersion": "v1.0",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
- },
- {
- "Uri": "/devices/{device-id}/checkMemberObjects",
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -5785,53 +6012,56 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Confirm-MgDeviceMemberObject",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgDirectoryDeletedItemMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0",
+ "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups",
+ "ApiVersion": "v1.0",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
- "Command": "Confirm-MgDirectoryDeletedItemMemberGroup",
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgDirectoryDeletedItemMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects",
+ "ApiVersion": "v1.0",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
- "Command": "Confirm-MgDirectoryDeletedItemMemberObject",
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgDirectoryObjectMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0",
+ "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups",
+ "ApiVersion": "v1.0",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups",
+ "Module": "DirectoryObjects",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -5922,21 +6152,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "DirectoryObjects",
- "Command": "Confirm-MgDirectoryObjectMemberGroup",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgDirectoryObjectMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects",
+ "ApiVersion": "v1.0",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
- },
- {
- "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects",
+ "Module": "DirectoryObjects",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -6035,113 +6266,120 @@
"IsLeastPrivilege": false
}
],
- "Module": "DirectoryObjects",
- "Command": "Confirm-MgDirectoryObjectMemberObject",
- "Variants": [
- "Check",
- "CheckExpanded",
- "CheckViaIdentity",
- "CheckViaIdentityExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgDirectoryRoleMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0",
+ "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups",
+ "ApiVersion": "v1.0",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgDirectoryRoleMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects",
+ "ApiVersion": "v1.0",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgDirectoryRoleTemplateMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0",
+ "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups",
+ "ApiVersion": "v1.0",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgDirectoryRoleTemplateMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects",
+ "ApiVersion": "v1.0",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/domains/{domain-id}/verify",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgDomain",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0",
+ "Uri": "/domains/{domain-id}/verify",
+ "ApiVersion": "v1.0",
"Variants": [
"Verify",
"VerifyViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDomain",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0"
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDomain"
},
{
- "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgGroupGrantedPermissionForApp",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp",
+ "ApiVersion": "v1.0",
"Variants": [
"Check",
"CheckViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgGroupMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0",
"Uri": "/groups/{group-id}/checkMemberGroups",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Check",
+ "CheckExpanded",
+ "CheckViaIdentity",
+ "CheckViaIdentityExpanded"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -6232,21 +6470,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Confirm-MgGroupMemberGroup",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgGroupMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/checkMemberObjects",
+ "ApiVersion": "v1.0",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
- },
- {
- "Uri": "/groups/{group-id}/checkMemberObjects",
+ "Module": "Groups",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -6345,113 +6584,120 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Confirm-MgGroupMemberObject",
- "Variants": [
- "Check",
- "CheckExpanded",
- "CheckViaIdentity",
- "CheckViaIdentityExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberGroups",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgGroupSettingTemplateMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0",
+ "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberGroups",
+ "ApiVersion": "v1.0",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberObjects",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgGroupSettingTemplateMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberObjects",
+ "ApiVersion": "v1.0",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/organization/{organization-id}/checkMemberGroups",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgOrganizationMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0",
+ "Uri": "/organization/{organization-id}/checkMemberGroups",
+ "ApiVersion": "v1.0",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/organization/{organization-id}/checkMemberObjects",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgOrganizationMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/checkMemberObjects",
+ "ApiVersion": "v1.0",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgRiskyServicePrincipalCompromised",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-1.0",
+ "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised",
+ "ApiVersion": "v1.0",
"Variants": [
"Confirm",
"ConfirmExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-1.0"
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityProtection/riskyUsers/confirmCompromised",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Confirm-MgRiskyUserCompromised",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-confirmcompromised?view=graph-rest-1.0",
+ "Uri": "/identityProtection/riskyUsers/confirmCompromised",
+ "ApiVersion": "v1.0",
"Variants": [
"Confirm",
"ConfirmExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-confirmcompromised?view=graph-rest-1.0"
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgServicePrincipalMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0",
"Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Check",
+ "CheckExpanded",
+ "CheckViaIdentity",
+ "CheckViaIdentityExpanded"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -6542,21 +6788,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Confirm-MgServicePrincipalMemberGroup",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgServicePrincipalMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects",
+ "ApiVersion": "v1.0",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
- },
- {
- "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects",
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -6655,21 +6902,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Confirm-MgServicePrincipalMemberObject",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgUserMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0",
+ "Uri": "/users/{user-id}/checkMemberGroups",
+ "ApiVersion": "v1.0",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/checkMemberGroups",
+ "Module": "Users.Actions",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -6760,21 +7008,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Users.Actions",
- "Command": "Confirm-MgUserMemberGroup",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Confirm-MgUserMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/checkMemberObjects",
+ "ApiVersion": "v1.0",
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
- },
- {
- "Uri": "/users/{user-id}/checkMemberObjects",
+ "Module": "Users.Actions",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -6873,48 +7122,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Users.Actions",
- "Command": "Confirm-MgUserMemberObject",
- "Variants": [
- "Check",
- "CheckExpanded",
- "CheckViaIdentity",
- "CheckViaIdentityExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/chromeOSOnboardingSettings/connect",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Connect-MgBetaDeviceManagementChromeOSOnboardingSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/chromeOSOnboardingSettings/connect",
+ "ApiVersion": "beta",
"Variants": [
"Connect",
"ConnectExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/zebraFotaConnector/connect",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Connect-MgBetaDeviceManagementZebraFotaConnector",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/zebraFotaConnector/connect",
+ "ApiVersion": "beta",
"Variants": [
"Connect"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": "Convert-MgBetaDeviceAppMgtMobileAppFromMobileAppCatalogPackage",
+ "Method": "GET",
+ "Command": "Convert-MgBetaDeviceAppManagementMobileAppFromMobileAppCatalogPackage",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/convertFromMobileAppCatalogPackage(mobileAppCatalogPackageId='{mobileAppCatalogPackageId}')",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Convert",
+ "ConvertViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -6933,19 +7183,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Convert-MgBetaDeviceAppManagementMobileAppFromMobileAppCatalogPackage",
- "Variants": [
- "Convert",
- "ConvertViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMobileApp"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Convert-MgBetaUserExternalToInternalMemberUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-convertexternaltointernalmemberuser?view=graph-rest-beta",
"Uri": "/users/{user-id}/convertExternalToInternalMemberUser",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Convert",
+ "ConvertExpanded",
+ "ConvertViaIdentity",
+ "ConvertViaIdentityExpanded"
+ ],
+ "Module": "Beta.Users.Actions",
"Permissions": [
{
"Name": "User-ConvertToInternal.ReadWrite.All",
@@ -6964,35 +7217,37 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Actions",
- "Command": "Convert-MgBetaUserExternalToInternalMemberUser",
- "Variants": [
- "Convert",
- "ConvertExpanded",
- "ConvertViaIdentity",
- "ConvertViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversionUserDetails",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-convertexternaltointernalmemberuser?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphConversionUserDetails"
},
{
- "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/clone",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgBetaDeviceManagementReusablePolicySetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/clone",
+ "ApiVersion": "beta",
"Variants": [
"Clone",
"CloneViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementReusablePolicySetting",
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceManagementReusablePolicySetting"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgBetaDriveItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/copy",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Copy",
+ "CopyExpanded",
+ "CopyViaIdentity",
+ "CopyViaIdentityExpanded"
+ ],
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.ReadWrite",
@@ -7019,101 +7274,107 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Copy-MgBetaDriveItem",
- "Variants": [
- "Copy",
- "CopyExpanded",
- "CopyViaIdentity",
- "CopyViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgBetaDriveListContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta"
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/copy",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgBetaDriveRoot",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta",
+ "Uri": "/drives/{drive-id}/root/copy",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta"
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgBetaGroupDriveItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgBetaGroupDriveListContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgBetaGroupDriveRoot",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgBetaGroupOnenoteNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta",
"Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Copy",
+ "CopyExpanded",
+ "CopyViaIdentity",
+ "CopyViaIdentityExpanded"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Notes.Create",
@@ -7140,21 +7401,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Copy-MgBetaGroupOnenoteNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgBetaGroupOnenotePageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta"
- },
- {
- "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection",
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Notes.Create",
@@ -7181,21 +7443,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Copy-MgBetaGroupOnenotePageToSection",
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgBetaGroupOnenoteSectionToNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta"
- },
- {
- "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook",
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Notes.Create",
@@ -7222,21 +7485,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Copy-MgBetaGroupOnenoteSectionToNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgBetaGroupOnenoteSectionToSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta"
- },
- {
- "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup",
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Notes.Create",
@@ -7263,69 +7527,73 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Copy-MgBetaGroupOnenoteSectionToSectionGroup",
- "Variants": [
- "Copy",
- "CopyExpanded",
- "CopyViaIdentity",
- "CopyViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgBetaGroupSiteContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgBetaGroupSiteListContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgBetaShareListContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta"
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgBetaSiteContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta",
"Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Copy",
+ "CopyExpanded",
+ "CopyViaIdentity",
+ "CopyViaIdentityExpanded"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.ReadWrite.All",
@@ -7352,37 +7620,39 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Copy-MgBetaSiteContentTypeToDefaultContentLocation",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgBetaSiteListContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta",
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta"
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "Permissions": [],
- "Module": "Beta.Sites",
- "Command": "Copy-MgBetaSiteListContentTypeToDefaultContentLocation",
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgBetaSiteOnenoteNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta",
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta"
- },
- {
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook",
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Notes.Create",
@@ -7409,117 +7679,124 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Copy-MgBetaSiteOnenoteNotebook",
- "Variants": [
- "Copy",
- "CopyExpanded",
- "CopyViaIdentity",
- "CopyViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionPageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta",
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta"
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta",
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta"
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta",
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta"
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgBetaSiteOnenoteNotebookSectionPageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta",
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta"
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgBetaSiteOnenoteNotebookSectionToNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta",
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta"
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgBetaSiteOnenoteNotebookSectionToSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta",
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta"
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgBetaSiteOnenotePageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta",
"Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Copy",
+ "CopyExpanded",
+ "CopyViaIdentity",
+ "CopyViaIdentityExpanded"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Notes.Create",
@@ -7546,85 +7823,90 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Copy-MgBetaSiteOnenotePageToSection",
- "Variants": [
- "Copy",
- "CopyExpanded",
- "CopyViaIdentity",
- "CopyViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionPageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta",
+ "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta"
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta",
+ "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta"
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta",
+ "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta"
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgBetaSiteOnenoteSectionPageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta",
+ "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta"
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgBetaSiteOnenoteSectionToNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta",
"Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Copy",
+ "CopyExpanded",
+ "CopyViaIdentity",
+ "CopyViaIdentityExpanded"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Notes.Create",
@@ -7651,21 +7933,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Copy-MgBetaSiteOnenoteSectionToNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgBetaSiteOnenoteSectionToSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta",
+ "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta"
- },
- {
- "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup",
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Notes.Create",
@@ -7692,21 +7975,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Copy-MgBetaSiteOnenoteSectionToSectionGroup",
- "Variants": [
- "Copy",
- "CopyExpanded",
- "CopyViaIdentity",
- "CopyViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgBetaTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-beta",
"Uri": "/teams/{team-id}/clone",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Clone",
+ "CloneExpanded",
+ "CloneViaIdentity",
+ "CloneViaIdentityExpanded"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Team.Create",
@@ -7733,149 +8017,158 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Copy-MgBetaTeam",
- "Variants": [
- "Clone",
- "CloneExpanded",
- "CloneViaIdentity",
- "CloneViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-beta"
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgBetaUserDriveItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta"
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgBetaUserDriveListContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta"
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/copy",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgBetaUserDriveRoot",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/copy",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta"
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgBetaUserMailFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailFolder",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta"
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailFolder"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgBetaUserMailFolderChildFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailFolder",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta"
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailFolder"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgBetaUserMailFolderChildFolderMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMessage",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta"
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMessage"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgBetaUserMailFolderMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMessage",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta"
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMessage"
},
{
- "Uri": "/users/{user-id}/messages/{message-id}/copy",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgBetaUserMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/messages/{message-id}/copy",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMessage",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta"
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMessage"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgBetaUserOnenoteNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta",
"Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Copy",
+ "CopyExpanded",
+ "CopyViaIdentity",
+ "CopyViaIdentityExpanded"
+ ],
+ "Module": "Beta.Users.Actions",
"Permissions": [
{
"Name": "Notes.Create",
@@ -7902,21 +8195,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Actions",
- "Command": "Copy-MgBetaUserOnenoteNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgBetaUserOnenotePageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta"
- },
- {
- "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection",
+ "Module": "Beta.Users.Actions",
"Permissions": [
{
"Name": "Notes.Create",
@@ -7943,21 +8237,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Actions",
- "Command": "Copy-MgBetaUserOnenotePageToSection",
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgBetaUserOnenoteSectionToNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta"
- },
- {
- "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook",
+ "Module": "Beta.Users.Actions",
"Permissions": [
{
"Name": "Notes.Create",
@@ -7984,21 +8279,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Actions",
- "Command": "Copy-MgBetaUserOnenoteSectionToNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgBetaUserOnenoteSectionToSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup",
+ "ApiVersion": "beta",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta"
- },
- {
- "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup",
+ "Module": "Beta.Users.Actions",
"Permissions": [
{
"Name": "Notes.Create",
@@ -8025,21 +8321,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Actions",
- "Command": "Copy-MgBetaUserOnenoteSectionToSectionGroup",
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgDriveItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta"
- },
- {
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy",
+ "Module": "Files",
"Permissions": [
{
"Name": "Files.ReadWrite",
@@ -8066,101 +8363,107 @@
"IsLeastPrivilege": false
}
],
- "Module": "Files",
- "Command": "Copy-MgDriveItem",
- "Variants": [
- "Copy",
- "CopyExpanded",
- "CopyViaIdentity",
- "CopyViaIdentityExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgDriveListContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/copy",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgDriveRoot",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0",
+ "Uri": "/drives/{drive-id}/root/copy",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0"
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgGroupDriveItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgGroupDriveListContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgGroupDriveRoot",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgGroupOnenoteNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0",
"Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Copy",
+ "CopyExpanded",
+ "CopyViaIdentity",
+ "CopyViaIdentityExpanded"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Notes.Create",
@@ -8187,21 +8490,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Copy-MgGroupOnenoteNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgGroupOnenotePageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0"
- },
- {
- "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection",
+ "Module": "Groups",
"Permissions": [
{
"Name": "Notes.Create",
@@ -8228,21 +8532,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Copy-MgGroupOnenotePageToSection",
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgGroupOnenoteSectionToNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"
- },
- {
- "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook",
+ "Module": "Groups",
"Permissions": [
{
"Name": "Notes.Create",
@@ -8269,21 +8574,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Copy-MgGroupOnenoteSectionToNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgGroupOnenoteSectionToSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"
- },
- {
- "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup",
+ "Module": "Groups",
"Permissions": [
{
"Name": "Notes.Create",
@@ -8310,69 +8616,73 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Copy-MgGroupOnenoteSectionToSectionGroup",
- "Variants": [
- "Copy",
- "CopyExpanded",
- "CopyViaIdentity",
- "CopyViaIdentityExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgGroupSiteContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgGroupSiteListContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgShareListContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgSiteContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0",
"Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Copy",
+ "CopyExpanded",
+ "CopyViaIdentity",
+ "CopyViaIdentityExpanded"
+ ],
+ "Module": "Sites",
"Permissions": [
{
"Name": "Sites.ReadWrite.All",
@@ -8399,37 +8709,39 @@
"IsLeastPrivilege": false
}
],
- "Module": "Sites",
- "Command": "Copy-MgSiteContentTypeToDefaultContentLocation",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0",
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "Permissions": [],
- "Module": "Sites",
- "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation",
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgSiteOnenoteNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0",
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"
- },
- {
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook",
+ "Module": "Sites",
"Permissions": [
{
"Name": "Notes.Create",
@@ -8456,117 +8768,124 @@
"IsLeastPrivilege": false
}
],
- "Module": "Sites",
- "Command": "Copy-MgSiteOnenoteNotebook",
- "Variants": [
- "Copy",
- "CopyExpanded",
- "CopyViaIdentity",
- "CopyViaIdentityExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionPageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0",
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0",
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0",
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgSiteOnenoteNotebookSectionPageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0",
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgSiteOnenoteNotebookSectionToNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0",
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgSiteOnenoteNotebookSectionToSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0",
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgSiteOnenotePageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0",
"Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Copy",
+ "CopyExpanded",
+ "CopyViaIdentity",
+ "CopyViaIdentityExpanded"
+ ],
+ "Module": "Sites",
"Permissions": [
{
"Name": "Notes.Create",
@@ -8593,85 +8912,90 @@
"IsLeastPrivilege": false
}
],
- "Module": "Sites",
- "Command": "Copy-MgSiteOnenotePageToSection",
- "Variants": [
- "Copy",
- "CopyExpanded",
- "CopyViaIdentity",
- "CopyViaIdentityExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgSiteOnenoteSectionGroupSectionPageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0",
+ "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgSiteOnenoteSectionGroupSectionToNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0",
+ "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgSiteOnenoteSectionGroupSectionToSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0",
+ "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgSiteOnenoteSectionPageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0",
+ "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgSiteOnenoteSectionToNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0",
"Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Copy",
+ "CopyExpanded",
+ "CopyViaIdentity",
+ "CopyViaIdentityExpanded"
+ ],
+ "Module": "Sites",
"Permissions": [
{
"Name": "Notes.Create",
@@ -8698,21 +9022,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Sites",
- "Command": "Copy-MgSiteOnenoteSectionToNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgSiteOnenoteSectionToSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0",
+ "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"
- },
- {
- "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup",
+ "Module": "Sites",
"Permissions": [
{
"Name": "Notes.Create",
@@ -8739,21 +9064,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Sites",
- "Command": "Copy-MgSiteOnenoteSectionToSectionGroup",
- "Variants": [
- "Copy",
- "CopyExpanded",
- "CopyViaIdentity",
- "CopyViaIdentityExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0",
"Uri": "/teams/{team-id}/clone",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Clone",
+ "CloneExpanded",
+ "CloneViaIdentity",
+ "CloneViaIdentityExpanded"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "Team.Create",
@@ -8780,149 +9106,158 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Copy-MgTeam",
- "Variants": [
- "Clone",
- "CloneExpanded",
- "CloneViaIdentity",
- "CloneViaIdentityExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0"
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy",
- "Permissions": [],
- "Module": "Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgUserDriveItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0"
+ "Module": "Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "Permissions": [],
- "Module": "Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgUserDriveListContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"
+ "Module": "Users.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/copy",
- "Permissions": [],
- "Module": "Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgUserDriveRoot",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/copy",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0"
+ "Module": "Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy",
- "Permissions": [],
- "Module": "Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgUserMailFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailFolder",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0"
+ "Module": "Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailFolder"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy",
- "Permissions": [],
- "Module": "Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgUserMailFolderChildFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailFolder",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0"
+ "Module": "Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailFolder"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy",
- "Permissions": [],
- "Module": "Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgUserMailFolderChildFolderMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMessage",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0"
+ "Module": "Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMessage"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy",
- "Permissions": [],
- "Module": "Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgUserMailFolderMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMessage",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0"
+ "Module": "Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMessage"
},
{
- "Uri": "/users/{user-id}/messages/{message-id}/copy",
- "Permissions": [],
- "Module": "Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Copy-MgUserMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0",
+ "Uri": "/users/{user-id}/messages/{message-id}/copy",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMessage",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0"
+ "Module": "Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMessage"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgUserOnenoteNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0",
"Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Copy",
+ "CopyExpanded",
+ "CopyViaIdentity",
+ "CopyViaIdentityExpanded"
+ ],
+ "Module": "Users.Actions",
"Permissions": [
{
"Name": "Notes.Create",
@@ -8949,21 +9284,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Users.Actions",
- "Command": "Copy-MgUserOnenoteNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgUserOnenotePageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0",
+ "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0"
- },
- {
- "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection",
+ "Module": "Users.Actions",
"Permissions": [
{
"Name": "Notes.Create",
@@ -8990,21 +9326,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Users.Actions",
- "Command": "Copy-MgUserOnenotePageToSection",
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgUserOnenoteSectionToNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0",
+ "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"
- },
- {
- "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook",
+ "Module": "Users.Actions",
"Permissions": [
{
"Name": "Notes.Create",
@@ -9031,21 +9368,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Users.Actions",
- "Command": "Copy-MgUserOnenoteSectionToNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Copy-MgUserOnenoteSectionToSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0",
+ "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup",
+ "ApiVersion": "v1.0",
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"
- },
- {
- "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup",
+ "Module": "Users.Actions",
"Permissions": [
{
"Name": "Notes.Create",
@@ -9072,37 +9410,37 @@
"IsLeastPrivilege": false
}
],
- "Module": "Users.Actions",
- "Command": "Copy-MgUserOnenoteSectionToSectionGroup",
- "Variants": [
- "Copy",
- "CopyExpanded",
- "CopyViaIdentity",
- "CopyViaIdentityExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/deny",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Deny-MgBetaDeviceManagementElevationRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/deny",
+ "ApiVersion": "beta",
"Variants": [
"Deny",
"DenyExpanded",
"DenyViaIdentity",
"DenyViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest",
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Disable-MgBetaDeviceManagementComanagedDevice",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disable",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Disable",
+ "DisableViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -9121,33 +9459,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Disable-MgBetaDeviceManagementComanagedDevice",
- "Variants": [
- "Disable",
- "DisableViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disableLostMode",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Disable-MgBetaDeviceManagementComanagedDeviceLostMode",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disableLostMode",
+ "ApiVersion": "beta",
"Variants": [
"Disable",
"DisableViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Disable-MgBetaDeviceManagementManagedDevice",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disable",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Disable",
+ "DisableViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -9166,89 +9506,95 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Disable-MgBetaDeviceManagementManagedDevice",
- "Variants": [
- "Disable",
- "DisableViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Disable-MgBetaDeviceManagementManagedDeviceLostMode",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode",
+ "ApiVersion": "beta",
"Variants": [
"Disable",
"DisableViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/disableSmsSignIn",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Disable-MgBetaUserAuthenticationMethodSmsSignIn",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/disableSmsSignIn",
+ "ApiVersion": "beta",
"Variants": [
"Disable",
"DisableViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disable",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Disable-MgBetaUserManagedDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disable",
+ "ApiVersion": "beta",
"Variants": [
"Disable",
"DisableViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Disable-MgBetaUserManagedDeviceLostMode",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode",
+ "ApiVersion": "beta",
"Variants": [
"Disable",
"DisableViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode",
- "Permissions": [],
- "Module": "DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Disable-MgDeviceManagementManagedDeviceLostMode",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode",
+ "ApiVersion": "v1.0",
"Variants": [
"Disable",
"DisableViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0"
+ "Module": "DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Disable-MgUserAuthenticationPhoneMethodSmsSignIn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-disablesmssignin?view=graph-rest-1.0",
"Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/disableSmsSignIn",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Disable",
+ "DisableViaIdentity"
+ ],
+ "Module": "Users.Actions",
"Permissions": [
{
"Name": "UserAuthenticationMethod.ReadWrite.All",
@@ -9267,46 +9613,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Users.Actions",
- "Command": "Disable-MgUserAuthenticationPhoneMethodSmsSignIn",
- "Variants": [
- "Disable",
- "DisableViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-disablesmssignin?view=graph-rest-1.0"
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode",
- "Permissions": [],
- "Module": "Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Disable-MgUserManagedDeviceLostMode",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode",
+ "ApiVersion": "v1.0",
"Variants": [
"Disable",
"DisableViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0"
+ "Module": "Users.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/chromeOSOnboardingSettings/disconnect",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Disconnect-MgBetaDeviceManagementChromeOSOnboardingSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/chromeOSOnboardingSettings/disconnect",
+ "ApiVersion": "beta",
"Variants": [
"Disconnect"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Disconnect-MgBetaDeviceManagementRemoteAssistancePartner",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Disconnect",
+ "DisconnectViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.ReadWrite.All",
@@ -9325,32 +9674,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Disconnect-MgBetaDeviceManagementRemoteAssistancePartner",
- "Variants": [
- "Disconnect",
- "DisconnectViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/zebraFotaConnector/disconnect",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Disconnect-MgBetaDeviceManagementZebraFotaConnector",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/zebraFotaConnector/disconnect",
+ "ApiVersion": "beta",
"Variants": [
"Disconnect"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Disconnect-MgDeviceManagementRemoteAssistancePartner",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-disconnect?view=graph-rest-1.0",
"Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Disconnect",
+ "DisconnectViaIdentity"
+ ],
+ "Module": "DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.ReadWrite.All",
@@ -9369,19 +9720,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Actions",
- "Command": "Disconnect-MgDeviceManagementRemoteAssistancePartner",
- "Variants": [
- "Disconnect",
- "DisconnectViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-disconnect?view=graph-rest-1.0"
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Enable-MgBetaDeviceManagementAndroidDeviceAdministratorEnrollment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/enableAndroidDeviceAdministratorEnrollment",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Enable"
+ ],
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -9400,48 +9751,51 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Enable-MgBetaDeviceManagementAndroidDeviceAdministratorEnrollment",
- "Variants": [
- "Enable"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/assignmentFilters/enable",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Enable-MgBetaDeviceManagementAssignmentFilter",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/assignmentFilters/enable",
+ "ApiVersion": "beta",
"Variants": [
"Enable",
"EnableExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enableLostMode",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Enable-MgBetaDeviceManagementComanagedDeviceLostMode",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enableLostMode",
+ "ApiVersion": "beta",
"Variants": [
"Enable",
"EnableExpanded",
"EnableViaIdentity",
"EnableViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Enable-MgBetaDeviceManagementDeviceHealthScriptGlobalScript",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceHealthScripts/enableGlobalScripts",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Enable"
+ ],
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -9460,47 +9814,51 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Enable-MgBetaDeviceManagementDeviceHealthScriptGlobalScript",
- "Variants": [
- "Enable"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/enableLegacyPcManagement",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Enable-MgBetaDeviceManagementLegacyPcManagement",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/enableLegacyPcManagement",
+ "ApiVersion": "beta",
"Variants": [
"Enable"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enableLostMode",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Enable-MgBetaDeviceManagementManagedDeviceLostMode",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enableLostMode",
+ "ApiVersion": "beta",
"Variants": [
"Enable",
"EnableExpanded",
"EnableViaIdentity",
"EnableViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Enable-MgBetaDeviceManagementTenantAttachRbac",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/tenantAttachRBAC/enable",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Enable",
+ "EnableExpanded"
+ ],
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -9519,62 +9877,66 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Enable-MgBetaDeviceManagementTenantAttachRbac",
- "Variants": [
- "Enable",
- "EnableExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/enableUnlicensedAdminstrators",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Enable-MgBetaDeviceManagementUnlicensedAdminstrator",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/enableUnlicensedAdminstrators",
+ "ApiVersion": "beta",
"Variants": [
"Enable"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/enableSmsSignIn",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Enable-MgBetaUserAuthenticationMethodSmsSignIn",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/enableSmsSignIn",
+ "ApiVersion": "beta",
"Variants": [
"Enable",
"EnableViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enableLostMode",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Enable-MgBetaUserManagedDeviceLostMode",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enableLostMode",
+ "ApiVersion": "beta",
"Variants": [
"Enable",
"EnableExpanded",
"EnableViaIdentity",
"EnableViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Enable-MgUserAuthenticationPhoneMethodSmsSignIn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-enablesmssignin?view=graph-rest-1.0",
"Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/enableSmsSignIn",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Enable",
+ "EnableViaIdentity"
+ ],
+ "Module": "Users.Actions",
"Permissions": [
{
"Name": "UserAuthenticationMethod.ReadWrite.All",
@@ -9593,19 +9955,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Users.Actions",
- "Command": "Enable-MgUserAuthenticationPhoneMethodSmsSignIn",
- "Variants": [
- "Enable",
- "EnableViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-enablesmssignin?view=graph-rest-1.0"
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Export-MgBetaComplianceEdiscoveryCaseReviewSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-export?view=graph-rest-beta",
"Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/export",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Export",
+ "ExportExpanded",
+ "ExportViaIdentity",
+ "ExportViaIdentityExpanded"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -9624,21 +9989,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Export-MgBetaComplianceEdiscoveryCaseReviewSet",
- "Variants": [
- "Export",
- "ExportExpanded",
- "ExportViaIdentity",
- "ExportViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-export?view=graph-rest-beta"
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Export-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/exportMobileConfig",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Export",
+ "ExportViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -9657,19 +10021,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Export-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig",
- "Variants": [
- "Export",
- "ExportViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Export-MgBetaDirectoryInboundSharedUserProfilePersonalData",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-exportpersonaldata?view=graph-rest-beta",
"Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/exportPersonalData",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Export",
+ "ExportExpanded",
+ "ExportViaIdentity",
+ "ExportViaIdentityExpanded"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "CrossTenantUserProfileSharing.Read.All",
@@ -9688,91 +10055,97 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Export-MgBetaDirectoryInboundSharedUserProfilePersonalData",
- "Variants": [
- "Export",
- "ExportExpanded",
- "ExportViaIdentity",
- "ExportViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-exportpersonaldata?view=graph-rest-beta"
+ "OutputType": null
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/export",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Export-MgBetaPrivilegedAccessResourceRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/export",
+ "ApiVersion": "beta",
"Variants": [
"Export",
"ExportViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/export",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Export-MgBetaPrivilegedAccessRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/export",
+ "ApiVersion": "beta",
"Variants": [
"Export",
"ExportViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/partners/billing/reconciliation/billed/export",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Export-MgBetaReportPartnerBillingReconciliationBilled",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-beta",
+ "Uri": "/reports/partners/billing/reconciliation/billed/export",
+ "ApiVersion": "beta",
"Variants": [
"Export",
"ExportExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPartnersBillingOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-beta"
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPartnersBillingOperation"
},
{
- "Uri": "/reports/partners/billing/usage/billed/export",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Export-MgBetaReportPartnerBillingUsageBilled",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-beta",
+ "Uri": "/reports/partners/billing/usage/billed/export",
+ "ApiVersion": "beta",
"Variants": [
"Export",
"ExportExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPartnersBillingOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-beta"
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPartnersBillingOperation"
},
{
- "Uri": "/reports/partners/billing/usage/unbilled/export",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Export-MgBetaReportPartnerBillingUsageUnbilled",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-beta",
+ "Uri": "/reports/partners/billing/usage/unbilled/export",
+ "ApiVersion": "beta",
"Variants": [
"Export",
"ExportExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPartnersBillingOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-beta"
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPartnersBillingOperation"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-beta",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Export",
+ "ExportExpanded",
+ "ExportViaIdentity",
+ "ExportViaIdentityExpanded"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -9791,21 +10164,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSet",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-beta",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export",
+ "ApiVersion": "beta",
"Variants": [
"Export",
"ExportExpanded",
"ExportViaIdentity",
"ExportViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-beta"
- },
- {
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export",
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -9824,21 +10198,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchReport",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportReport",
+ "ApiVersion": "beta",
"Variants": [
"Export",
"ExportExpanded",
"ExportViaIdentity",
"ExportViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-beta"
- },
- {
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportReport",
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -9857,21 +10232,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchResult",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportResult",
+ "ApiVersion": "beta",
"Variants": [
"Export",
"ExportExpanded",
"ExportViaIdentity",
"ExportViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportResult",
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -9890,21 +10266,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchResult",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Export-MgBetaUserDeviceAndAppManagementData",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/exportDeviceAndAppManagementData",
+ "ApiVersion": "beta",
"Variants": [
"Export",
- "ExportExpanded",
+ "Export1",
"ExportViaIdentity",
- "ExportViaIdentityExpanded"
+ "ExportViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/exportDeviceAndAppManagementData",
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -9939,79 +10316,84 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Export-MgBetaUserDeviceAndAppManagementData",
- "Variants": [
- "Export",
- "Export1",
- "ExportViaIdentity",
- "ExportViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/exportPersonalData",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Export-MgBetaUserPersonalData",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/exportPersonalData",
+ "ApiVersion": "beta",
"Variants": [
"Export",
"ExportExpanded",
"ExportViaIdentity",
"ExportViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-beta"
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/partners/billing/reconciliation/billed/export",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Export-MgReportPartnerBillingReconciliationBilled",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-1.0",
+ "Uri": "/reports/partners/billing/reconciliation/billed/export",
+ "ApiVersion": "v1.0",
"Variants": [
"Export",
"ExportExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPartnersBillingOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPartnersBillingOperation"
},
{
- "Uri": "/reports/partners/billing/usage/billed/export",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Export-MgReportPartnerBillingUsageBilled",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-1.0",
+ "Uri": "/reports/partners/billing/usage/billed/export",
+ "ApiVersion": "v1.0",
"Variants": [
"Export",
"ExportExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPartnersBillingOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPartnersBillingOperation"
},
{
- "Uri": "/reports/partners/billing/usage/unbilled/export",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Export-MgReportPartnerBillingUsageUnbilled",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-1.0",
+ "Uri": "/reports/partners/billing/usage/unbilled/export",
+ "ApiVersion": "v1.0",
"Variants": [
"Export",
"ExportExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPartnersBillingOperation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPartnersBillingOperation"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-1.0",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Export",
+ "ExportExpanded",
+ "ExportViaIdentity",
+ "ExportViaIdentityExpanded"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -10030,21 +10412,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSet",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSetQuery",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-1.0",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export",
+ "ApiVersion": "v1.0",
"Variants": [
"Export",
"ExportExpanded",
"ExportViaIdentity",
"ExportViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-1.0"
- },
- {
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export",
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -10063,21 +10446,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSetQuery",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Export-MgUserDeviceAndAppManagementData",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/exportDeviceAndAppManagementData",
+ "ApiVersion": "v1.0",
"Variants": [
"Export",
- "ExportExpanded",
+ "Export1",
"ExportViaIdentity",
- "ExportViaIdentityExpanded"
+ "ExportViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-1.0"
- },
- {
- "Uri": "/users/{user-id}/exportDeviceAndAppManagementData",
+ "Module": "Users.Functions",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -10112,135 +10496,142 @@
"IsLeastPrivilege": false
}
],
- "Module": "Users.Functions",
- "Command": "Export-MgUserDeviceAndAppManagementData",
- "Variants": [
- "Export",
- "Export1",
- "ExportViaIdentity",
- "ExportViaIdentity1"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/exportPersonalData",
- "Permissions": [],
- "Module": "Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Export-MgUserPersonalData",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0",
+ "Uri": "/users/{user-id}/exportPersonalData",
+ "ApiVersion": "v1.0",
"Variants": [
"Export",
"ExportExpanded",
"ExportViaIdentity",
"ExportViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0"
+ "Module": "Users.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Find-MgApplicationSynchronizationJobSchemaDirectory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0",
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover",
+ "ApiVersion": "v1.0",
"Variants": [
"Discover",
"DiscoverViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0"
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryDefinition"
},
{
- "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Find-MgApplicationSynchronizationTemplateSchemaDirectory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0",
+ "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover",
+ "ApiVersion": "v1.0",
"Variants": [
"Discover",
"DiscoverViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0"
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryDefinition"
},
{
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Find-MgBetaApplicationSynchronizationJobSchemaDirectory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta",
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover",
+ "ApiVersion": "beta",
"Variants": [
"Discover",
"DiscoverViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta"
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryDefinition"
},
{
- "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta",
+ "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover",
+ "ApiVersion": "beta",
"Variants": [
"Discover",
"DiscoverViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta"
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryDefinition"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/locateDevice",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Find-MgBetaDeviceManagementComanagedDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/locateDevice",
+ "ApiVersion": "beta",
"Variants": [
"Locate",
"LocateViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Find-MgBetaDeviceManagementManagedDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice",
+ "ApiVersion": "beta",
"Variants": [
"Locate",
"LocateViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Find-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta",
+ "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})",
+ "ApiVersion": "beta",
"Variants": [
"Find1",
"FindViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta"
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Find-MgBetaPolicyAuthenticationStrengthPolicyByMethodMode",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta",
"Uri": "/policies/authenticationStrengthPolicies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Find",
+ "FindViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -10267,19 +10658,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Find-MgBetaPolicyAuthenticationStrengthPolicyByMethodMode",
- "Variants": [
- "Find",
- "FindViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Find-MgBetaServicePrincipalSynchronizationJobSchemaDirectory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta",
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Discover",
+ "DiscoverViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -10298,47 +10690,52 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Find-MgBetaServicePrincipalSynchronizationJobSchemaDirectory",
- "Variants": [
- "Discover",
- "DiscoverViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphDirectoryDefinition"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Find-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover",
+ "ApiVersion": "beta",
"Variants": [
"Discover",
"DiscoverViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta"
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryDefinition"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Find-MgBetaUserManagedDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice",
+ "ApiVersion": "beta",
"Variants": [
"Locate",
"LocateViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Find-MgBetaUserMeetingTime",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-beta",
"Uri": "/users/{user-id}/findMeetingTimes",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Find",
+ "FindExpanded",
+ "FindViaIdentity",
+ "FindViaIdentityExpanded"
+ ],
+ "Module": "Beta.Users.Actions",
"Permissions": [
{
"Name": "Calendars.Read.Shared",
@@ -10357,21 +10754,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Actions",
- "Command": "Find-MgBetaUserMeetingTime",
+ "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Find-MgBetaUserRoom",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/findRooms",
+ "ApiVersion": "beta",
"Variants": [
"Find",
- "FindExpanded",
+ "Find1",
"FindViaIdentity",
- "FindViaIdentityExpanded"
+ "FindViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-beta"
- },
- {
- "Uri": "/users/{user-id}/findRooms",
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "User.Read.All",
@@ -10390,21 +10788,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Find-MgBetaUserRoom",
- "Variants": [
- "Find",
- "Find1",
- "FindViaIdentity",
- "FindViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEmailAddress",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEmailAddress"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Find-MgBetaUserRoomList",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findroomlists?view=graph-rest-beta",
"Uri": "/users/{user-id}/findRoomLists",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Find",
+ "FindViaIdentity"
+ ],
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "User.Read.All",
@@ -10423,61 +10820,65 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Find-MgBetaUserRoomList",
- "Variants": [
- "Find",
- "FindViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEmailAddress",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findroomlists?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphEmailAddress"
},
{
- "Uri": "/admin/windows/updates/products/findByCatalogId(catalogID='{catalogID}')",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Find-MgBetaWuProductGraphBPreCatalogId",
+ "Method": "GET",
"Command": "Find-MgBetaWindowsUpdatesProductByCatalogId",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/products/findByCatalogId(catalogID='{catalogID}')",
+ "ApiVersion": "beta",
"Variants": [
"Find",
"FindViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesProduct",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesProduct"
},
{
- "Uri": "/admin/windows/updates/products/findByKbNumber(kbNumber={kbNumber})",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Find-MgBetaWuProductGraphBPreKbNumber",
+ "Method": "GET",
"Command": "Find-MgBetaWindowsUpdatesProductByKbNumber",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/products/findByKbNumber(kbNumber={kbNumber})",
+ "ApiVersion": "beta",
"Variants": [
"Find",
"FindViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesProduct",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesProduct"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice",
- "Permissions": [],
- "Module": "DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Find-MgDeviceManagementManagedDevice",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice",
+ "ApiVersion": "v1.0",
"Variants": [
"Locate",
"LocateViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0"
+ "Module": "DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Find-MgServicePrincipalSynchronizationJobSchemaDirectory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0",
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Discover",
+ "DiscoverViaIdentity"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -10496,47 +10897,52 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Find-MgServicePrincipalSynchronizationJobSchemaDirectory",
- "Variants": [
- "Discover",
- "DiscoverViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphDirectoryDefinition"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover",
+ "ApiVersion": "v1.0",
"Variants": [
"Discover",
"DiscoverViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0"
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryDefinition"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice",
- "Permissions": [],
- "Module": "Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Find-MgUserManagedDevice",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice",
+ "ApiVersion": "v1.0",
"Variants": [
"Locate",
"LocateViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0"
+ "Module": "Users.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Find-MgUserMeetingTime",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0",
"Uri": "/users/{user-id}/findMeetingTimes",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Find",
+ "FindExpanded",
+ "FindViaIdentity",
+ "FindViaIdentityExpanded"
+ ],
+ "Module": "Users.Actions",
"Permissions": [
{
"Name": "Calendars.Read.Shared",
@@ -10555,47 +10961,48 @@
"IsLeastPrivilege": false
}
],
- "Module": "Users.Actions",
- "Command": "Find-MgUserMeetingTime",
- "Variants": [
- "Find",
- "FindExpanded",
- "FindViaIdentity",
- "FindViaIdentityExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult"
},
{
- "Uri": "/admin/edge",
- "Permissions": [],
- "Module": "DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgAdminEdge",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/edge",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEdge",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEdge"
},
{
- "Uri": "/admin/edge/internetExplorerMode",
- "Permissions": [],
- "Module": "DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgAdminEdgeInternetExplorerMode",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/edge/internetExplorerMode",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphInternetExplorerMode",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphInternetExplorerMode"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList",
+ "ApiReferenceLink": null,
"Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "BrowserSiteLists.Read.All",
@@ -10614,19 +11021,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBrowserSiteList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBrowserSiteList"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList",
+ "ApiReferenceLink": null,
"Uri": "/admin/edge/internetExplorerMode/siteLists",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "BrowserSiteLists.Read.All",
@@ -10645,18 +11052,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBrowserSiteList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBrowserSiteList"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListCount",
+ "ApiReferenceLink": null,
"Uri": "/admin/edge/internetExplorerMode/siteLists/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "BrowserSiteLists.Read.All",
@@ -10675,22 +11083,24 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie",
+ "ApiReferenceLink": null,
"Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}",
- "Permissions": [
- {
- "Name": "BrowserSiteLists.Read.All",
- "Description": "Read all browser site lists for your organization",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
+ "Permissions": [
+ {
+ "Name": "BrowserSiteLists.Read.All",
+ "Description": "Read all browser site lists for your organization",
"FullDescription": "Allows an app to read all browser site lists configured for your organization, without a signed-in user.",
"IsAdmin": false,
"PermissionType": "Application",
@@ -10705,19 +11115,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBrowserSharedCookie",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBrowserSharedCookie"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie",
+ "ApiReferenceLink": null,
"Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "BrowserSiteLists.Read.All",
@@ -10736,18 +11146,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBrowserSharedCookie",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBrowserSharedCookie"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookieCount",
+ "ApiReferenceLink": null,
"Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "BrowserSiteLists.Read.All",
@@ -10766,19 +11178,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookieCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "BrowserSiteLists.Read.All",
@@ -10797,19 +11210,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBrowserSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBrowserSite"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite",
+ "ApiReferenceLink": null,
"Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "BrowserSiteLists.Read.All",
@@ -10828,18 +11241,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBrowserSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBrowserSite"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSiteCount",
+ "ApiReferenceLink": null,
"Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "BrowserSiteLists.Read.All",
@@ -10858,19 +11273,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSiteCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAdminPeople",
+ "ApiReferenceLink": null,
"Uri": "/admin/people",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "PeopleSettings.Read.All",
@@ -10889,32 +11304,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgAdminPeople",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPeopleAdminSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPeopleAdminSettings"
},
{
- "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgAdminPeopleProfileCardProperty",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphProfileCardProperty",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphProfileCardProperty"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAdminPeopleProfileCardProperty",
+ "ApiReferenceLink": null,
"Uri": "/admin/people/profileCardProperties",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "PeopleSettings.Read.All",
@@ -10933,18 +11350,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgAdminPeopleProfileCardProperty",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphProfileCardProperty",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphProfileCardProperty"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAdminPeopleProfileCardPropertyCount",
+ "ApiReferenceLink": null,
"Uri": "/admin/people/profileCardProperties/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "PeopleSettings.Read.All",
@@ -10963,18 +11381,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgAdminPeopleProfileCardPropertyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAdminPeoplePronoun",
+ "ApiReferenceLink": null,
"Uri": "/admin/people/pronouns",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "PeopleSettings.Read.All",
@@ -10993,31 +11412,33 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgAdminPeoplePronoun",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPronounsSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPronounsSettings"
},
{
- "Uri": "/admin/sharepoint",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgAdminSharepoint",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/sharepoint",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSharepoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSharepoint"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAdminSharepointSetting",
+ "ApiReferenceLink": null,
"Uri": "/admin/sharepoint/settings",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Sites",
"Permissions": [
{
"Name": "SharePointTenantSettings.Read.All",
@@ -11036,86 +11457,93 @@
"IsLeastPrivilege": false
}
],
- "Module": "Sites",
- "Command": "Get-MgAdminSharepointSetting",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSharepointSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSharepointSettings"
},
{
- "Uri": "/agreements/{agreement-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgAgreement",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAgreement",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreement"
},
{
- "Uri": "/agreements",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgAgreement",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAgreement",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreement"
},
{
- "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgAgreementAcceptance",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAgreementAcceptance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementAcceptance"
},
{
- "Uri": "/agreements/{agreement-id}/acceptances",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgAgreementAcceptance",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/acceptances",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAgreementAcceptance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementAcceptance"
},
{
- "Uri": "/agreements/{agreement-id}/acceptances/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgAgreementAcceptanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/acceptances/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAgreementFile",
+ "ApiReferenceLink": null,
"Uri": "/agreements/{agreement-id}/file",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "Agreement.Read.All",
@@ -11134,224 +11562,239 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgAgreementFile",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAgreementFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAgreementFile"
},
{
- "Uri": "/agreements/{agreement-id}/files",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgAgreementFile",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/files",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAgreementFileLocalization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileLocalization"
},
{
- "Uri": "/agreements/{agreement-id}/files/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgAgreementFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/files/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgAgreementFileLocalization",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAgreementFileLocalization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileLocalization"
},
{
- "Uri": "/agreements/{agreement-id}/file/localizations",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgAgreementFileLocalization",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/file/localizations",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAgreementFileLocalization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileLocalization"
},
{
- "Uri": "/agreements/{agreement-id}/file/localizations/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgAgreementFileLocalizationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/file/localizations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgAgreementFileLocalizationVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileVersion"
},
{
- "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgAgreementFileLocalizationVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileVersion"
},
{
- "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgAgreementFileLocalizationVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgAgreementFileVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileVersion"
},
{
- "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgAgreementFileVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileVersion"
},
{
- "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgAgreementFileVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/getAllSites",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgAllGroupSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/sites/getAllSites",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/groups/{group-id}/team/allChannels/{channel-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgAllGroupTeamChannel",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/allChannels/{channel-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChannel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChannel"
},
{
- "Uri": "/groups/{group-id}/team/allChannels",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgAllGroupTeamChannel",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/allChannels",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChannel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChannel"
},
{
- "Uri": "/groups/{group-id}/team/allChannels/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": "Get-MgGroupTeamAllChannelCount",
+ "Method": "GET",
"Command": "Get-MgAllGroupTeamChannelCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/allChannels/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAllSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0",
"Uri": "/sites/getAllSites",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get2"
+ ],
+ "Module": "Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -11370,32 +11813,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Sites",
- "Command": "Get-MgAllSite",
- "Variants": [
- "Get2"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/teams/{team-id}/allChannels/{channel-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgAllTeamChannel",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/allChannels/{channel-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChannel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChannel"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAllTeamChannel",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/allChannels",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "Channel.ReadBasic.All",
@@ -11422,18 +11867,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgAllTeamChannel",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChannel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChannel"
},
{
+ "CommandAlias": "Get-MgTeamAllChannelCount",
+ "Method": "GET",
+ "Command": "Get-MgAllTeamChannelCount",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/allChannels/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "Channel.ReadBasic.All",
@@ -11460,19 +11907,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgAllTeamChannelCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgTeamMessage",
+ "Method": "GET",
+ "Command": "Get-MgAllTeamMessage",
+ "ApiReferenceLink": null,
"Uri": "/teams/getAllMessages",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "TeamSettings.Read.Group",
@@ -11547,31 +11994,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgAllTeamMessage",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/teamwork/deletedTeams/getAllMessages",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": "Get-MgTeamworkDeletedTeamMessage",
+ "Method": "GET",
"Command": "Get-MgAllTeamworkDeletedTeamMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/getAllMessages",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAllUserChatMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chats-getallmessages?view=graph-rest-1.0",
"Uri": "/users/{user-id}/chats/getAllMessages",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Users.Functions",
"Permissions": [
{
"Name": "Chat.Read.All",
@@ -11590,33 +12040,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Users.Functions",
- "Command": "Get-MgAllUserChatMessage",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chats-getallmessages?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/appCatalogs/teamsApps/{teamsApp-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgAppCatalogTeamApp",
+ "ApiReferenceLink": null,
+ "Uri": "/appCatalogs/teamsApps/{teamsApp-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsApp"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAppCatalogTeamApp",
+ "ApiReferenceLink": null,
"Uri": "/appCatalogs/teamsApps",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "AppCatalog.Submit",
@@ -11659,18 +12110,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgAppCatalogTeamApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamsApp"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAppCatalogTeamAppCount",
+ "ApiReferenceLink": null,
"Uri": "/appCatalogs/teamsApps/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "AppCatalog.Submit",
@@ -11713,45 +12165,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgAppCatalogTeamAppCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgAppCatalogTeamAppDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeamsAppDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsAppDefinition"
},
{
- "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgAppCatalogTeamAppDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeamsAppDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsAppDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAppCatalogTeamAppDefinitionBot",
+ "ApiReferenceLink": null,
"Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "AppCatalog.Read.All",
@@ -11778,33 +12234,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgAppCatalogTeamAppDefinitionBot",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgAppCatalogTeamAppDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgApplication",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0",
"Uri": "/applications/{application-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -11847,19 +12305,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgApplication",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphApplication"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgApplication",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-1.0",
"Uri": "/applications",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -11910,58 +12368,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgApplication",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/applications/{application-id}/appManagementPolicies",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationAppManagementPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/appManagementPolicies",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppManagementPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppManagementPolicy"
},
{
- "Uri": "/applications/{application-id}/appManagementPolicies/$ref",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationAppManagementPolicyByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/appManagementPolicies/$ref",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/appManagementPolicies/$count",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationAppManagementPolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/appManagementPolicies/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgApplicationByAppId",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0",
"Uri": "/applications(appId='{appId}')",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -12012,33 +12475,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgApplicationByAppId",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/applications/getByIds",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgApplicationById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0",
+ "Uri": "/applications/getByIds",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgApplicationByUniqueName",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0",
"Uri": "/applications(uniqueName='{uniqueName}')",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -12089,19 +12554,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgApplicationByUniqueName",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphApplication"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgApplicationCount",
+ "ApiReferenceLink": null,
"Uri": "/applications/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -12152,32 +12617,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgApplicationCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/createdOnBehalfOf",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationCreatedOnBehalfOf",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/createdOnBehalfOf",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgApplicationDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-1.0",
"Uri": "/applications/delta",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -12220,18 +12687,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgApplicationDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphApplication"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgApplicationExtensionProperty",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -12266,19 +12735,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgApplicationExtensionProperty",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExtensionProperty",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphExtensionProperty"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgApplicationExtensionProperty",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/extensionProperties",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -12321,18 +12790,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgApplicationExtensionProperty",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExtensionProperty",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphExtensionProperty"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgApplicationExtensionPropertyCount",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/extensionProperties/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -12375,19 +12846,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgApplicationExtensionPropertyCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgApplicationFederatedIdentityCredential",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}",
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -12406,19 +12878,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgApplicationFederatedIdentityCredential",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphFederatedIdentityCredential",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphFederatedIdentityCredential"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgApplicationFederatedIdentityCredential",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/federatedIdentityCredentials",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -12445,18 +12917,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgApplicationFederatedIdentityCredential",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphFederatedIdentityCredential",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphFederatedIdentityCredential"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgApplicationFederatedIdentityCredentialByName",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -12483,19 +12957,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgApplicationFederatedIdentityCredentialByName",
+ "OutputType": "IMicrosoftGraphFederatedIdentityCredential"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgApplicationFederatedIdentityCredentialCount",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphFederatedIdentityCredential",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count",
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -12522,106 +12997,112 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgApplicationFederatedIdentityCredentialCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationHomeRealmDiscoveryPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
{
- "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationHomeRealmDiscoveryPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
{
- "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationHomeRealmDiscoveryPolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/logo",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationLogo",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/logo",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/getMemberGroups",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgApplicationMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0",
+ "Uri": "/applications/{application-id}/getMemberGroups",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/getMemberObjects",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgApplicationMemberObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0",
+ "Uri": "/applications/{application-id}/getMemberObjects",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgApplicationOwner",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/owners",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -12664,126 +13145,135 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgApplicationOwner",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/applications/{application-id}/owners/{directoryObject-id}/appRoleAssignment",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationOwnerAsAppRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/owners/{directoryObject-id}/appRoleAssignment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppRoleAssignment"
},
{
- "Uri": "/applications/{application-id}/owners/appRoleAssignment",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationOwnerAsAppRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/owners/appRoleAssignment",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppRoleAssignment"
},
{
- "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationOwnerAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
- "Uri": "/applications/{application-id}/owners/endpoint",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationOwnerAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/owners/endpoint",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
- "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationOwnerAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/applications/{application-id}/owners/servicePrincipal",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationOwnerAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/owners/servicePrincipal",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationOwnerAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/applications/{application-id}/owners/user",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationOwnerAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/owners/user",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgApplicationOwnerByRef",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/owners/$ref",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -12826,18 +13316,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgApplicationOwnerByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgApplicationOwnerCount",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/owners/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -12880,89 +13372,97 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgApplicationOwnerCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/owners/appRoleAssignment/$count",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationOwnerCountAsAppRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/owners/appRoleAssignment/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/owners/endpoint/$count",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationOwnerCountAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/owners/endpoint/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/owners/servicePrincipal/$count",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationOwnerCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/owners/servicePrincipal/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/owners/user/$count",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationOwnerCountAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/owners/user/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/synchronization",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationSynchronization",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSynchronization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSynchronization"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgApplicationSynchronizationAccessToken",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0",
"Uri": "/applications/{application-id}/synchronization/acquireAccessToken",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Acquire",
+ "AcquireExpanded",
+ "AcquireViaIdentity",
+ "AcquireViaIdentityExpanded"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -12981,159 +13481,168 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgApplicationSynchronizationAccessToken",
- "Variants": [
- "Acquire",
- "AcquireExpanded",
- "AcquireViaIdentity",
- "AcquireViaIdentityExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0"
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationSynchronizationJob",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSynchronizationJob",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSynchronizationJob"
},
{
- "Uri": "/applications/{application-id}/synchronization/jobs",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationSynchronizationJob",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/jobs",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSynchronizationJob",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSynchronizationJob"
},
{
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationSynchronizationJobBulkUpload",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationSynchronizationJobBulkUploadContent",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/synchronization/jobs/$count",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationSynchronizationJobCount",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/jobs/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationSynchronizationJobSchema",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSynchronizationSchema",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSynchronizationSchema"
},
{
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationSynchronizationJobSchemaDirectory",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryDefinition"
},
{
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationSynchronizationJobSchemaDirectory",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryDefinition"
},
{
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationSynchronizationJobSchemaDirectoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/synchronization/secrets/$count",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationSynchronizationSecretCount",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/secrets/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgApplicationSynchronizationTemplate",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -13160,19 +13669,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgApplicationSynchronizationTemplate",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSynchronizationTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSynchronizationTemplate"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgApplicationSynchronizationTemplate",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/synchronization/templates",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -13199,18 +13708,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgApplicationSynchronizationTemplate",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSynchronizationTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSynchronizationTemplate"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgApplicationSynchronizationTemplateCount",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/synchronization/templates/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -13237,19 +13748,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgApplicationSynchronizationTemplateCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgApplicationSynchronizationTemplateSchema",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema",
+ "Module": "Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -13276,100 +13788,106 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgApplicationSynchronizationTemplateSchema",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSynchronizationSchema",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSynchronizationSchema"
},
{
- "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryDefinition"
},
{
- "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryDefinition"
},
{
- "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applicationTemplates/{applicationTemplate-id}",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-1.0",
+ "Uri": "/applicationTemplates/{applicationTemplate-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApplicationTemplate",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-1.0"
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplicationTemplate"
},
{
- "Uri": "/applicationTemplates",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-1.0",
+ "Uri": "/applicationTemplates",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApplicationTemplate",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-1.0"
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplicationTemplate"
},
{
- "Uri": "/applicationTemplates/$count",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgApplicationTemplateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/applicationTemplates/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgApplicationTokenIssuancePolicy",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/tokenIssuancePolicies",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -13412,18 +13930,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgApplicationTokenIssuancePolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTokenIssuancePolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgApplicationTokenIssuancePolicyByRef",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -13466,18 +13985,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgApplicationTokenIssuancePolicyByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgApplicationTokenIssuancePolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/tokenIssuancePolicies/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -13520,19 +14041,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgApplicationTokenIssuancePolicyCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgApplicationTokenLifetimePolicy",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/tokenLifetimePolicies",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -13575,18 +14096,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgApplicationTokenLifetimePolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTokenLifetimePolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgApplicationTokenLifetimePolicyByRef",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -13629,18 +14151,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgApplicationTokenLifetimePolicyByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgApplicationTokenLifetimePolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/tokenLifetimePolicies/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -13683,19 +14207,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgApplicationTokenLifetimePolicyCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAuditLogDirectoryAudit",
+ "ApiReferenceLink": null,
+ "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}",
+ "Module": "Reports",
"Permissions": [
{
"Name": "AuditLog.Read.All",
@@ -13714,19 +14239,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Reports",
- "Command": "Get-MgAuditLogDirectoryAudit",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryAudit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryAudit"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAuditLogDirectoryAudit",
+ "ApiReferenceLink": null,
"Uri": "/auditLogs/directoryAudits",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Reports",
"Permissions": [
{
"Name": "AuditLog.Read.All",
@@ -13745,18 +14270,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Reports",
- "Command": "Get-MgAuditLogDirectoryAudit",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryAudit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryAudit"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAuditLogDirectoryAuditCount",
+ "ApiReferenceLink": null,
"Uri": "/auditLogs/directoryAudits/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Reports",
"Permissions": [
{
"Name": "AuditLog.Read.All",
@@ -13775,32 +14301,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Reports",
- "Command": "Get-MgAuditLogDirectoryAuditCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgAuditLogProvisioning",
+ "ApiReferenceLink": null,
+ "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphProvisioningObjectSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphProvisioningObjectSummary"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAuditLogProvisioning",
+ "ApiReferenceLink": null,
"Uri": "/auditLogs/provisioning",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Reports",
"Permissions": [
{
"Name": "AuditLog.Read.All",
@@ -13819,18 +14347,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Reports",
- "Command": "Get-MgAuditLogProvisioning",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphProvisioningObjectSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphProvisioningObjectSummary"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAuditLogProvisioningCount",
+ "ApiReferenceLink": null,
"Uri": "/auditLogs/provisioning/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Reports",
"Permissions": [
{
"Name": "AuditLog.Read.All",
@@ -13849,18 +14378,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Reports",
- "Command": "Get-MgAuditLogProvisioningCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAuditLogSignIn",
+ "ApiReferenceLink": null,
"Uri": "/auditLogs/signIns/{signIn-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Reports",
"Permissions": [
{
"Name": "AuditLog.Read.All",
@@ -13879,19 +14410,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Reports",
- "Command": "Get-MgAuditLogSignIn",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSignIn",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSignIn"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAuditLogSignIn",
+ "ApiReferenceLink": null,
"Uri": "/auditLogs/signIns",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Reports",
"Permissions": [
{
"Name": "AuditLog.Read.All",
@@ -13910,18 +14441,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Reports",
- "Command": "Get-MgAuditLogSignIn",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSignIn",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSignIn"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgAuditLogSignInCount",
+ "ApiReferenceLink": null,
"Uri": "/auditLogs/signIns/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Reports",
"Permissions": [
{
"Name": "AuditLog.Read.All",
@@ -13940,18 +14472,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Reports",
- "Command": "Get-MgAuditLogSignInCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAccessReview",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-get?view=graph-rest-beta",
"Uri": "/accessReviews/{accessReview-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -13978,19 +14512,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaAccessReview",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReview",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphAccessReview"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAccessReview",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-list?view=graph-rest-beta",
"Uri": "/accessReviews",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -14017,18 +14551,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaAccessReview",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReview",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-list?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphAccessReview"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAccessReviewCount",
+ "ApiReferenceLink": null,
"Uri": "/accessReviews/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -14055,32 +14590,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaAccessReviewCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAccessReviewDecision",
+ "ApiReferenceLink": null,
+ "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewDecision",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewDecision"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAccessReviewDecision",
+ "ApiReferenceLink": null,
"Uri": "/accessReviews/{accessReview-id}/decisions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -14107,18 +14644,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaAccessReviewDecision",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewDecision",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessReviewDecision"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAccessReviewDecisionCount",
+ "ApiReferenceLink": null,
"Uri": "/accessReviews/{accessReview-id}/decisions/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -14145,197 +14684,210 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaAccessReviewDecisionCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAccessReviewInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReview",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReview"
},
{
- "Uri": "/accessReviews/{accessReview-id}/instances",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAccessReviewInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/accessReviews/{accessReview-id}/instances",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReview",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReview"
},
{
- "Uri": "/accessReviews/{accessReview-id}/instances/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAccessReviewInstanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/accessReviews/{accessReview-id}/instances/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAccessReviewInstanceDecision",
+ "ApiReferenceLink": null,
+ "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewDecision",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewDecision"
},
{
- "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAccessReviewInstanceDecision",
+ "ApiReferenceLink": null,
+ "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewDecision",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewDecision"
},
{
- "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAccessReviewInstanceDecisionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAccessReviewInstanceMyDecision",
+ "ApiReferenceLink": null,
+ "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewDecision",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewDecision"
},
{
- "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAccessReviewInstanceMyDecision",
+ "ApiReferenceLink": null,
+ "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewDecision",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewDecision"
},
{
- "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAccessReviewInstanceMyDecisionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAccessReviewInstanceReviewer",
+ "ApiReferenceLink": null,
+ "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewReviewer",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewReviewer"
},
{
- "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAccessReviewInstanceReviewer",
+ "ApiReferenceLink": null,
+ "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewReviewer",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewReviewer"
},
{
- "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAccessReviewInstanceReviewerCount",
+ "ApiReferenceLink": null,
+ "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAccessReviewMyDecision",
+ "ApiReferenceLink": null,
+ "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewDecision",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewDecision"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAccessReviewMyDecision",
+ "ApiReferenceLink": null,
"Uri": "/accessReviews/{accessReview-id}/myDecisions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -14362,18 +14914,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaAccessReviewMyDecision",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewDecision",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessReviewDecision"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAccessReviewMyDecisionCount",
+ "ApiReferenceLink": null,
"Uri": "/accessReviews/{accessReview-id}/myDecisions/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -14400,33 +14954,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaAccessReviewMyDecisionCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAccessReviewReviewer",
+ "ApiReferenceLink": null,
+ "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewReviewer",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewReviewer"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAccessReviewReviewer",
+ "ApiReferenceLink": null,
"Uri": "/accessReviews/{accessReview-id}/reviewers",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -14453,18 +15008,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaAccessReviewReviewer",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewReviewer",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessReviewReviewer"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAccessReviewReviewerCount",
+ "ApiReferenceLink": null,
"Uri": "/accessReviews/{accessReview-id}/reviewers/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -14491,45 +15048,48 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaAccessReviewReviewerCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/admin/edge",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAdminEdge",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/edge",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdge",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEdge"
},
{
- "Uri": "/admin/edge/internetExplorerMode",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAdminEdgeInternetExplorerMode",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/edge/internetExplorerMode",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInternetExplorerMode",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphInternetExplorerMode"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList",
+ "ApiReferenceLink": null,
"Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "BrowserSiteLists.Read.All",
@@ -14548,19 +15108,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBrowserSiteList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBrowserSiteList"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList",
+ "ApiReferenceLink": null,
"Uri": "/admin/edge/internetExplorerMode/siteLists",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "BrowserSiteLists.Read.All",
@@ -14579,18 +15139,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBrowserSiteList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBrowserSiteList"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListCount",
+ "ApiReferenceLink": null,
"Uri": "/admin/edge/internetExplorerMode/siteLists/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "BrowserSiteLists.Read.All",
@@ -14609,18 +15170,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie",
+ "ApiReferenceLink": null,
"Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "BrowserSiteLists.Read.All",
@@ -14639,19 +15202,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBrowserSharedCookie",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBrowserSharedCookie"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie",
+ "ApiReferenceLink": null,
"Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "BrowserSiteLists.Read.All",
@@ -14670,18 +15233,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBrowserSharedCookie",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBrowserSharedCookie"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookieCount",
+ "ApiReferenceLink": null,
"Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "BrowserSiteLists.Read.All",
@@ -14700,19 +15265,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookieCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "BrowserSiteLists.Read.All",
@@ -14731,19 +15297,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBrowserSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBrowserSite"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite",
+ "ApiReferenceLink": null,
"Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "BrowserSiteLists.Read.All",
@@ -14762,18 +15328,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBrowserSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBrowserSite"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSiteCount",
+ "ApiReferenceLink": null,
"Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "BrowserSiteLists.Read.All",
@@ -14792,19 +15360,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSiteCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnit",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-beta",
+ "Uri": "/administrativeUnits/{administrativeUnit-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/administrativeUnits/{administrativeUnit-id}",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -14839,19 +15408,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaAdministrativeUnit",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnit",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-beta",
"Uri": "/administrativeUnits",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -14886,32 +15455,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaAdministrativeUnit",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/administrativeUnits/getByIds",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaAdministrativeUnitById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta",
+ "Uri": "/administrativeUnits/getByIds",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitCount",
+ "ApiReferenceLink": null,
"Uri": "/administrativeUnits/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -14946,18 +15517,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaAdministrativeUnitCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta",
"Uri": "/administrativeUnits/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -14992,59 +15564,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaAdministrativeUnitDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAdministrativeUnitExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAdministrativeUnitExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAdministrativeUnitExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMember",
+ "ApiReferenceLink": null,
"Uri": "/administrativeUnits/{administrativeUnit-id}/members",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -15079,32 +15655,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaAdministrativeUnitMember",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAdministrativeUnitMemberAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication",
+ "ApiReferenceLink": null,
"Uri": "/administrativeUnits/{administrativeUnit-id}/members/application",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -15139,32 +15717,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAdministrativeUnitMemberAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice",
+ "ApiReferenceLink": null,
"Uri": "/administrativeUnits/{administrativeUnit-id}/members/device",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -15199,32 +15779,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAdministrativeUnitMemberAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup",
+ "ApiReferenceLink": null,
"Uri": "/administrativeUnits/{administrativeUnit-id}/members/group",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -15259,32 +15841,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact",
+ "ApiReferenceLink": null,
"Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -15319,32 +15903,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal",
+ "ApiReferenceLink": null,
"Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -15379,32 +15965,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAdministrativeUnitMemberAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberAsUser",
+ "ApiReferenceLink": null,
"Uri": "/administrativeUnits/{administrativeUnit-id}/members/user",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -15439,18 +16027,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaAdministrativeUnitMemberAsUser",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberByRef",
+ "ApiReferenceLink": null,
"Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -15485,18 +16074,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaAdministrativeUnitMemberByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberCount",
+ "ApiReferenceLink": null,
"Uri": "/administrativeUnits/{administrativeUnit-id}/members/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -15531,19 +16122,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaAdministrativeUnitMemberCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberCountAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application/$count",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -15578,19 +16170,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaAdministrativeUnitMemberCountAsApplication",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberCountAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device/$count",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -15625,19 +16218,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaAdministrativeUnitMemberCountAsDevice",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group/$count",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -15672,19 +16266,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaAdministrativeUnitMemberCountAsGroup",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberCountAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -15719,19 +16314,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaAdministrativeUnitMemberCountAsOrgContact",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -15766,19 +16362,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaAdministrativeUnitMemberCountAsServicePrincipal",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberCountAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user/$count",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -15813,51 +16410,54 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaAdministrativeUnitMemberCountAsUser",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberGroups",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaAdministrativeUnitMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta",
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberGroups",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberObjects",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaAdministrativeUnitMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember",
+ "ApiReferenceLink": null,
"Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -15892,19 +16492,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphScopedRoleMembership",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphScopedRoleMembership"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember",
+ "ApiReferenceLink": null,
"Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -15939,18 +16539,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphScopedRoleMembership",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphScopedRoleMembership"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitScopedRoleMemberCount",
+ "ApiReferenceLink": null,
"Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -15985,33 +16587,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaAdministrativeUnitScopedRoleMemberCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/administrativeUnits/getUserOwnedObjects",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaAdministrativeUnitUserOwnedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta",
+ "Uri": "/administrativeUnits/getUserOwnedObjects",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdminPeople",
+ "ApiReferenceLink": null,
"Uri": "/admin/people",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "PeopleSettings.Read.All",
@@ -16030,18 +16633,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaAdminPeople",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPeopleAdminSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPeopleAdminSettings"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdminPeopleItemInsight",
+ "ApiReferenceLink": null,
"Uri": "/admin/people/itemInsights",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "PeopleSettings.Read.All",
@@ -16060,32 +16664,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaAdminPeopleItemInsight",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInsightsSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphInsightsSettings"
},
{
- "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAdminPeopleProfileCardProperty",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphProfileCardProperty",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphProfileCardProperty"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdminPeopleProfileCardProperty",
+ "ApiReferenceLink": null,
"Uri": "/admin/people/profileCardProperties",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "PeopleSettings.Read.All",
@@ -16104,18 +16710,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaAdminPeopleProfileCardProperty",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphProfileCardProperty",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphProfileCardProperty"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdminPeopleProfileCardPropertyCount",
+ "ApiReferenceLink": null,
"Uri": "/admin/people/profileCardProperties/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "PeopleSettings.Read.All",
@@ -16134,18 +16741,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaAdminPeopleProfileCardPropertyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdminPeoplePronoun",
+ "ApiReferenceLink": null,
"Uri": "/admin/people/pronouns",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "PeopleSettings.Read.All",
@@ -16164,18 +16772,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaAdminPeoplePronoun",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPronounsSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPronounsSettings"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdminReportSetting",
+ "ApiReferenceLink": null,
"Uri": "/admin/reportSettings",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Reports",
"Permissions": [
{
"Name": "ReportSettings.Read.All",
@@ -16194,31 +16803,33 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Reports",
- "Command": "Get-MgBetaAdminReportSetting",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdminReportSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAdminReportSettings"
},
{
- "Uri": "/admin/sharepoint",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAdminSharepoint",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/sharepoint",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSharepoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSharepoint"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAdminSharepointSetting",
+ "ApiReferenceLink": null,
"Uri": "/admin/sharepoint/settings",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "SharePointTenantSettings.Read.All",
@@ -16237,86 +16848,93 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaAdminSharepointSetting",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSharepointSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSharepointSettings"
},
{
- "Uri": "/agreements/{agreement-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaAgreement",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgreement",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreement"
},
{
- "Uri": "/agreements",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaAgreement",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgreement",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreement"
},
{
- "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAgreementAcceptance",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgreementAcceptance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementAcceptance"
},
{
- "Uri": "/agreements/{agreement-id}/acceptances",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAgreementAcceptance",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/acceptances",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgreementAcceptance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementAcceptance"
},
{
- "Uri": "/agreements/{agreement-id}/acceptances/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAgreementAcceptanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/acceptances/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAgreementFile",
+ "ApiReferenceLink": null,
"Uri": "/agreements/{agreement-id}/file",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "Agreement.Read.All",
@@ -16335,224 +16953,239 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaAgreementFile",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgreementFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAgreementFile"
},
{
- "Uri": "/agreements/{agreement-id}/files",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAgreementFile",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/files",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgreementFileLocalization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileLocalization"
},
{
- "Uri": "/agreements/{agreement-id}/files/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAgreementFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/files/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAgreementFileLocalization",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgreementFileLocalization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileLocalization"
},
{
- "Uri": "/agreements/{agreement-id}/file/localizations",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAgreementFileLocalization",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/file/localizations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgreementFileLocalization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileLocalization"
},
{
- "Uri": "/agreements/{agreement-id}/file/localizations/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAgreementFileLocalizationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/file/localizations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAgreementFileLocalizationVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileVersion"
},
{
- "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAgreementFileLocalizationVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileVersion"
},
{
- "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAgreementFileLocalizationVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAgreementFileVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileVersion"
},
{
- "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAgreementFileVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileVersion"
},
{
- "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAgreementFileVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/getAllSites",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAllGroupSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/sites/getAllSites",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/groups/{group-id}/team/allChannels/{channel-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAllGroupTeamChannel",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/allChannels/{channel-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChannel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChannel"
},
{
- "Uri": "/groups/{group-id}/team/allChannels",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAllGroupTeamChannel",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/allChannels",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChannel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChannel"
},
{
- "Uri": "/groups/{group-id}/team/allChannels/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": "Get-MgBetaGroupTeamAllChannelCount",
+ "Method": "GET",
"Command": "Get-MgBetaAllGroupTeamChannelCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/allChannels/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAllSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta",
"Uri": "/sites/getAllSites",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get2"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -16571,32 +17204,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaAllSite",
- "Variants": [
- "Get2"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/teams/{team-id}/allChannels/{channel-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAllTeamChannel",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/allChannels/{channel-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChannel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChannel"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAllTeamChannel",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/allChannels",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Channel.ReadBasic.All",
@@ -16623,18 +17258,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaAllTeamChannel",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChannel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChannel"
},
{
+ "CommandAlias": "Get-MgBetaTeamAllChannelCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaAllTeamChannelCount",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/allChannels/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Channel.ReadBasic.All",
@@ -16661,19 +17298,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaAllTeamChannelCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgBetaTeamMessage",
+ "Method": "GET",
+ "Command": "Get-MgBetaAllTeamMessage",
+ "ApiReferenceLink": null,
"Uri": "/teams/getAllMessages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamSettings.Read.Group",
@@ -16748,31 +17385,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaAllTeamMessage",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/teamwork/deletedTeams/getAllMessages",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": "Get-MgBetaTeamworkDeletedTeamMessage",
+ "Method": "GET",
"Command": "Get-MgBetaAllTeamworkDeletedTeamMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/getAllMessages",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAllUserChatMessage",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/chats/getAllMessages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "Chat.Read.All",
@@ -16791,61 +17431,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaAllUserChatMessage",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/users/{user-id}/onlineMeetings/getAllRecordings",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAllUserOnlineMeetingRecording",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onlineMeetings/getAllRecordings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCallRecording",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallRecording"
},
{
- "Uri": "/users/{user-id}/onlineMeetings/getAllTranscripts",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAllUserOnlineMeetingTranscript",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-getalltranscripts?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/onlineMeetings/getAllTranscripts",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCallTranscript",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-getalltranscripts?view=graph-rest-beta"
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallTranscript"
},
{
- "Uri": "/appCatalogs/teamsApps/{teamsApp-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAppCatalogTeamApp",
+ "ApiReferenceLink": null,
+ "Uri": "/appCatalogs/teamsApps/{teamsApp-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsApp"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAppCatalogTeamApp",
+ "ApiReferenceLink": null,
"Uri": "/appCatalogs/teamsApps",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "AppCatalog.Submit",
@@ -16888,18 +17531,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaAppCatalogTeamApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamsApp"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAppCatalogTeamAppCount",
+ "ApiReferenceLink": null,
"Uri": "/appCatalogs/teamsApps/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "AppCatalog.Submit",
@@ -16942,45 +17586,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaAppCatalogTeamAppCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAppCatalogTeamAppDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAppDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsAppDefinition"
},
{
- "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAppCatalogTeamAppDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAppDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsAppDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAppCatalogTeamAppDefinitionBot",
+ "ApiReferenceLink": null,
"Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "AppCatalog.Read.All",
@@ -17007,19 +17655,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaAppCatalogTeamAppDefinitionBot",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIcon",
+ "ApiReferenceLink": null,
+ "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "AppCatalog.Read.All",
@@ -17046,19 +17695,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIcon",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAppIcon",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamsAppIcon"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent",
+ "ApiReferenceLink": null,
"Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "AppCatalog.Read.All",
@@ -17085,76 +17737,79 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamworkHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamworkHostedContent"
},
{
- "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAppCatalogTeamAppDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard",
+ "ApiReferenceLink": null,
+ "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition"
},
{
- "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard",
+ "ApiReferenceLink": null,
+ "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition"
},
{
- "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCardCount",
+ "ApiReferenceLink": null,
+ "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIcon",
+ "ApiReferenceLink": null,
"Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "AppCatalog.Read.All",
@@ -17181,19 +17836,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIcon",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAppIcon",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamsAppIcon"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent",
+ "ApiReferenceLink": null,
"Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "AppCatalog.Read.All",
@@ -17220,21 +17878,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamworkHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamworkHostedContent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaApplication",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta",
"Uri": "/applications/{application-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -17277,19 +17934,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaApplication",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphApplication"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaApplication",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-beta",
"Uri": "/applications",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -17340,58 +17997,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaApplication",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/applications/{application-id}/appManagementPolicies",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationAppManagementPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/appManagementPolicies",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppManagementPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppManagementPolicy"
},
{
- "Uri": "/applications/{application-id}/appManagementPolicies/$ref",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationAppManagementPolicyByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/appManagementPolicies/$ref",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/appManagementPolicies/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationAppManagementPolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/appManagementPolicies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationByAppId",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta",
"Uri": "/applications(appId='{appId}')",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -17442,33 +18104,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaApplicationByAppId",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/applications/getByIds",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaApplicationById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta",
+ "Uri": "/applications/getByIds",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationByUniqueName",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta",
"Uri": "/applications(uniqueName='{uniqueName}')",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -17519,47 +18183,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaApplicationByUniqueName",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/applications/{application-id}/connectorGroup",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationConnectorGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/connectorGroup",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConnectorGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConnectorGroup"
},
{
- "Uri": "/applications/{application-id}/connectorGroup/$ref",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationConnectorGroupByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/connectorGroup/$ref",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationCount",
+ "ApiReferenceLink": null,
"Uri": "/applications/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -17610,32 +18276,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaApplicationCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/createdOnBehalfOf",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationCreatedOnBehalfOf",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/createdOnBehalfOf",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-beta",
"Uri": "/applications/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -17678,18 +18346,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaApplicationDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphApplication"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationExtensionProperty",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -17724,19 +18394,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaApplicationExtensionProperty",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtensionProperty",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphExtensionProperty"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationExtensionProperty",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/extensionProperties",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -17779,18 +18449,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaApplicationExtensionProperty",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtensionProperty",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphExtensionProperty"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationExtensionPropertyCount",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/extensionProperties/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -17833,19 +18505,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaApplicationExtensionPropertyCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationFederatedIdentityCredential",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}",
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -17864,19 +18537,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaApplicationFederatedIdentityCredential",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphFederatedIdentityCredential",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphFederatedIdentityCredential"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationFederatedIdentityCredential",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/federatedIdentityCredentials",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -17903,18 +18576,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaApplicationFederatedIdentityCredential",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphFederatedIdentityCredential",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphFederatedIdentityCredential"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationFederatedIdentityCredentialByName",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -17941,19 +18616,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaApplicationFederatedIdentityCredentialByName",
+ "OutputType": "IMicrosoftGraphFederatedIdentityCredential"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationFederatedIdentityCredentialCount",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphFederatedIdentityCredential",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count",
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -17980,106 +18656,112 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaApplicationFederatedIdentityCredentialCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
{
- "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
{
- "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/logo",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationLogo",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/logo",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/getMemberGroups",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaApplicationMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta",
+ "Uri": "/applications/{application-id}/getMemberGroups",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/getMemberObjects",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaApplicationMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/getMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationOwner",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/owners",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -18122,99 +18804,106 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaApplicationOwner",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationOwnerAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
- "Uri": "/applications/{application-id}/owners/endpoint",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationOwnerAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/owners/endpoint",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
- "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationOwnerAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/applications/{application-id}/owners/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationOwnerAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/owners/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationOwnerAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/applications/{application-id}/owners/user",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationOwnerAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/owners/user",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationOwnerByRef",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/owners/$ref",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -18257,18 +18946,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaApplicationOwnerByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationOwnerCount",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/owners/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -18311,75 +19002,82 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaApplicationOwnerCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/owners/endpoint/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationOwnerCountAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/owners/endpoint/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/owners/servicePrincipal/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationOwnerCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/owners/servicePrincipal/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/owners/user/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationOwnerCountAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/owners/user/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/synchronization",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationSynchronization",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSynchronization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSynchronization"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaApplicationSynchronizationAccessToken",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta",
"Uri": "/applications/{application-id}/synchronization/acquireAccessToken",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Acquire",
+ "AcquireExpanded",
+ "AcquireViaIdentity",
+ "AcquireViaIdentityExpanded"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -18398,159 +19096,168 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaApplicationSynchronizationAccessToken",
- "Variants": [
- "Acquire",
- "AcquireExpanded",
- "AcquireViaIdentity",
- "AcquireViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta"
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationSynchronizationJob",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSynchronizationJob",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSynchronizationJob"
},
{
- "Uri": "/applications/{application-id}/synchronization/jobs",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationSynchronizationJob",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/jobs",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSynchronizationJob",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSynchronizationJob"
},
{
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationSynchronizationJobBulkUpload",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationSynchronizationJobBulkUploadContent",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/synchronization/jobs/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationSynchronizationJobCount",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/jobs/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationSynchronizationJobSchema",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSynchronizationSchema",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSynchronizationSchema"
},
{
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryDefinition"
},
{
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryDefinition"
},
{
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applications/{application-id}/synchronization/secrets/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationSynchronizationSecretCount",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/secrets/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationSynchronizationTemplate",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -18577,19 +19284,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaApplicationSynchronizationTemplate",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSynchronizationTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSynchronizationTemplate"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationSynchronizationTemplate",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/synchronization/templates",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -18616,18 +19323,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaApplicationSynchronizationTemplate",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSynchronizationTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSynchronizationTemplate"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationSynchronizationTemplateCount",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/synchronization/templates/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -18654,19 +19363,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaApplicationSynchronizationTemplateCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationSynchronizationTemplateSchema",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema",
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -18693,100 +19403,106 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaApplicationSynchronizationTemplateSchema",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSynchronizationSchema",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSynchronizationSchema"
},
{
- "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryDefinition"
},
{
- "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryDefinition"
},
{
- "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/applicationTemplates/{applicationTemplate-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-beta",
+ "Uri": "/applicationTemplates/{applicationTemplate-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplicationTemplate",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-beta"
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplicationTemplate"
},
{
- "Uri": "/applicationTemplates",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-beta",
+ "Uri": "/applicationTemplates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplicationTemplate",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-beta"
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplicationTemplate"
},
{
- "Uri": "/applicationTemplates/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaApplicationTemplateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/applicationTemplates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationTokenIssuancePolicy",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/tokenIssuancePolicies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -18829,18 +19545,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaApplicationTokenIssuancePolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTokenIssuancePolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationTokenIssuancePolicyByRef",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -18883,18 +19600,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaApplicationTokenIssuancePolicyByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationTokenIssuancePolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/tokenIssuancePolicies/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -18937,19 +19656,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaApplicationTokenIssuancePolicyCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationTokenLifetimePolicy",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/tokenLifetimePolicies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -18992,18 +19711,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaApplicationTokenLifetimePolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTokenLifetimePolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationTokenLifetimePolicyByRef",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -19046,18 +19766,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaApplicationTokenLifetimePolicyByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationTokenLifetimePolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/applications/{application-id}/tokenLifetimePolicies/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -19100,73 +19822,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaApplicationTokenLifetimePolicyCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/applications/getUserOwnedObjects",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaApplicationUserOwnedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta",
+ "Uri": "/applications/getUserOwnedObjects",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta"
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/auditLogs/customSecurityAttributeAudits/{customSecurityAttributeAudit-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit",
+ "ApiReferenceLink": null,
+ "Uri": "/auditLogs/customSecurityAttributeAudits/{customSecurityAttributeAudit-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit"
},
{
- "Uri": "/auditLogs/customSecurityAttributeAudits",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit",
+ "ApiReferenceLink": null,
+ "Uri": "/auditLogs/customSecurityAttributeAudits",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit"
},
{
- "Uri": "/auditLogs/customSecurityAttributeAudits/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAuditLogCustomSecurityAttributeAuditCount",
+ "ApiReferenceLink": null,
+ "Uri": "/auditLogs/customSecurityAttributeAudits/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAuditLogDirectoryAudit",
+ "ApiReferenceLink": null,
"Uri": "/auditLogs/directoryAudits/{directoryAudit-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Reports",
"Permissions": [
{
"Name": "AuditLog.Read.All",
@@ -19185,19 +19912,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Reports",
- "Command": "Get-MgBetaAuditLogDirectoryAudit",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryAudit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryAudit"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAuditLogDirectoryAudit",
+ "ApiReferenceLink": null,
"Uri": "/auditLogs/directoryAudits",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Reports",
"Permissions": [
{
"Name": "AuditLog.Read.All",
@@ -19216,18 +19943,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Reports",
- "Command": "Get-MgBetaAuditLogDirectoryAudit",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryAudit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryAudit"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAuditLogDirectoryAuditCount",
+ "ApiReferenceLink": null,
"Uri": "/auditLogs/directoryAudits/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Reports",
"Permissions": [
{
"Name": "AuditLog.Read.All",
@@ -19246,72 +19974,77 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Reports",
- "Command": "Get-MgBetaAuditLogDirectoryAuditCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAuditLogDirectoryProvisioning",
+ "ApiReferenceLink": null,
+ "Uri": "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphProvisioningObjectSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphProvisioningObjectSummary"
},
{
- "Uri": "/auditLogs/directoryProvisioning",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAuditLogDirectoryProvisioning",
+ "ApiReferenceLink": null,
+ "Uri": "/auditLogs/directoryProvisioning",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphProvisioningObjectSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphProvisioningObjectSummary"
},
{
- "Uri": "/auditLogs/directoryProvisioning/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAuditLogDirectoryProvisioningCount",
+ "ApiReferenceLink": null,
+ "Uri": "/auditLogs/directoryProvisioning/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaAuditLogProvisioning",
+ "ApiReferenceLink": null,
+ "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphProvisioningObjectSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphProvisioningObjectSummary"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAuditLogProvisioning",
+ "ApiReferenceLink": null,
"Uri": "/auditLogs/provisioning",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Reports",
"Permissions": [
{
"Name": "AuditLog.Read.All",
@@ -19330,18 +20063,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Reports",
- "Command": "Get-MgBetaAuditLogProvisioning",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphProvisioningObjectSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphProvisioningObjectSummary"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAuditLogProvisioningCount",
+ "ApiReferenceLink": null,
"Uri": "/auditLogs/provisioning/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Reports",
"Permissions": [
{
"Name": "AuditLog.Read.All",
@@ -19360,18 +20094,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Reports",
- "Command": "Get-MgBetaAuditLogProvisioningCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAuditLogSignIn",
+ "ApiReferenceLink": null,
"Uri": "/auditLogs/signIns/{signIn-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Reports",
"Permissions": [
{
"Name": "AuditLog.Read.All",
@@ -19390,19 +20126,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Reports",
- "Command": "Get-MgBetaAuditLogSignIn",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSignIn",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSignIn"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAuditLogSignIn",
+ "ApiReferenceLink": null,
"Uri": "/auditLogs/signIns",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Reports",
"Permissions": [
{
"Name": "AuditLog.Read.All",
@@ -19421,18 +20157,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Reports",
- "Command": "Get-MgBetaAuditLogSignIn",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSignIn",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSignIn"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaAuditLogSignInCount",
+ "ApiReferenceLink": null,
"Uri": "/auditLogs/signIns/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Reports",
"Permissions": [
{
"Name": "AuditLog.Read.All",
@@ -19451,18 +20188,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Reports",
- "Command": "Get-MgBetaAuditLogSignInCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBookingBusiness",
+ "ApiReferenceLink": null,
"Uri": "/bookingBusinesses/{bookingBusiness-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "BookingsAppointment.ReadWrite.All",
@@ -19497,21 +20238,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBookingBusiness",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBookingBusiness",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBookingBusiness"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBookingBusiness",
+ "ApiReferenceLink": null,
"Uri": "/bookingBusinesses",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List",
+ "List1"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "Bookings.Read.All",
@@ -19546,19 +20286,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBookingBusiness",
- "Variants": [
- "List",
- "List1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBookingBusiness",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBookingBusiness"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessAppointment",
+ "ApiReferenceLink": null,
"Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "BookingsAppointment.ReadWrite.All",
@@ -19593,21 +20336,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBookingBusinessAppointment",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBookingAppointment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBookingAppointment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessAppointment",
+ "ApiReferenceLink": null,
"Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List",
+ "List1"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "Bookings.Read.All",
@@ -19642,19 +20384,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBookingBusinessAppointment",
- "Variants": [
- "List",
- "List1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBookingAppointment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBookingAppointment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessAppointmentCount",
+ "ApiReferenceLink": null,
"Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "Bookings.Read.All",
@@ -19689,37 +20434,37 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBookingBusinessAppointmentCount",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaBookingBusinessCalendarView",
+ "ApiReferenceLink": null,
+ "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBookingAppointment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphBookingAppointment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessCalendarView",
+ "ApiReferenceLink": null,
"Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List",
+ "List1"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "Bookings.Read.All",
@@ -19754,19 +20499,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBookingBusinessCalendarView",
- "Variants": [
- "List",
- "List1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBookingAppointment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBookingAppointment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessCalendarViewCount",
+ "ApiReferenceLink": null,
"Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "Bookings.Read.All",
@@ -19801,21 +20549,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBookingBusinessCalendarViewCount",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessCount",
+ "ApiReferenceLink": null,
"Uri": "/bookingBusinesses/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "Bookings.Read.All",
@@ -19850,19 +20597,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBookingBusinessCount",
- "Variants": [
- "Get",
- "Get1"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessCustomer",
+ "ApiReferenceLink": null,
"Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "BookingsAppointment.ReadWrite.All",
@@ -19897,21 +20647,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBookingBusinessCustomer",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBookingCustomer",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBookingCustomer"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessCustomer",
+ "ApiReferenceLink": null,
"Uri": "/bookingBusinesses/{bookingBusiness-id}/customers",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List",
+ "List1"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "Bookings.Read.All",
@@ -19946,19 +20695,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBookingBusinessCustomer",
- "Variants": [
- "List",
- "List1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBookingCustomer",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBookingCustomer"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessCustomerCount",
+ "ApiReferenceLink": null,
"Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "Bookings.Read.All",
@@ -19993,21 +20745,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBookingBusinessCustomerCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessCustomQuestion",
+ "ApiReferenceLink": null,
+ "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}",
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "Bookings.Read.All",
@@ -20042,21 +20795,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBookingBusinessCustomQuestion",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBookingCustomQuestion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBookingCustomQuestion"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessCustomQuestion",
+ "ApiReferenceLink": null,
"Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List",
+ "List1"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "Bookings.Read.All",
@@ -20091,19 +20843,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBookingBusinessCustomQuestion",
- "Variants": [
- "List",
- "List1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBookingCustomQuestion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBookingCustomQuestion"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessCustomQuestionCount",
+ "ApiReferenceLink": null,
"Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "Bookings.Read.All",
@@ -20138,21 +20893,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBookingBusinessCustomQuestionCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessService",
+ "ApiReferenceLink": null,
+ "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}",
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "BookingsAppointment.ReadWrite.All",
@@ -20187,21 +20943,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBookingBusinessService",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBookingService",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBookingService"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessService",
+ "ApiReferenceLink": null,
"Uri": "/bookingBusinesses/{bookingBusiness-id}/services",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List",
+ "List1"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "BookingsAppointment.ReadWrite.All",
@@ -20236,19 +20991,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBookingBusinessService",
- "Variants": [
- "List",
- "List1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBookingService",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBookingService"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessServiceCount",
+ "ApiReferenceLink": null,
"Uri": "/bookingBusinesses/{bookingBusiness-id}/services/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "BookingsAppointment.ReadWrite.All",
@@ -20283,21 +21041,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBookingBusinessServiceCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaBookingBusinessStaffAvailability",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-beta",
+ "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability",
+ "ApiVersion": "beta",
"Variants": [
"Get",
- "Get1",
+ "GetExpanded",
"GetViaIdentity",
- "GetViaIdentity1"
+ "GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability",
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "Bookings.Read.All",
@@ -20340,21 +21099,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBookingBusinessStaffAvailability",
+ "OutputType": "IMicrosoftGraphStaffAvailabilityItem"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessStaffMember",
+ "ApiReferenceLink": null,
+ "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
- "GetExpanded",
+ "Get1",
"GetViaIdentity",
- "GetViaIdentityExpanded"
+ "GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphStaffAvailabilityItem",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-beta"
- },
- {
- "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}",
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "BookingsAppointment.ReadWrite.All",
@@ -20389,21 +21149,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBookingBusinessStaffMember",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBookingStaffMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBookingStaffMember"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessStaffMember",
+ "ApiReferenceLink": null,
"Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List",
+ "List1"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "BookingsAppointment.ReadWrite.All",
@@ -20438,19 +21197,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBookingBusinessStaffMember",
- "Variants": [
- "List",
- "List1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBookingStaffMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBookingStaffMember"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessStaffMemberCount",
+ "ApiReferenceLink": null,
"Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "BookingsAppointment.ReadWrite.All",
@@ -20485,70 +21247,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBookingBusinessStaffMemberCount",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/bookingCurrencies/{bookingCurrency-id}",
- "Permissions": [
- {
- "Name": "Bookings.Read.All",
- "Description": "Read bookings information",
- "FullDescription": "Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "BookingsAppointment.ReadWrite.All",
- "Description": "Read and write booking appointments",
- "FullDescription": "Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Bookings.ReadWrite.All",
- "Description": "Read and write bookings information",
- "FullDescription": "Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Bookings.Manage.All",
- "Description": "Manage bookings information",
- "FullDescription": "Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- }
- ],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaBookingCurrency",
+ "ApiReferenceLink": null,
+ "Uri": "/bookingCurrencies/{bookingCurrency-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBookingCurrency",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/bookingCurrencies",
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "Bookings.Read.All",
@@ -20583,19 +21297,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
+ "OutputType": "IMicrosoftGraphBookingCurrency"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaBookingCurrency",
+ "ApiReferenceLink": null,
+ "Uri": "/bookingCurrencies",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBookingCurrency",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/bookingCurrencies/$count",
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "Bookings.Read.All",
@@ -20630,33 +21345,82 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
+ "OutputType": "IMicrosoftGraphBookingCurrency"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaBookingCurrencyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/bookingCurrencies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [
+ {
+ "Name": "Bookings.Read.All",
+ "Description": "Read bookings information",
+ "FullDescription": "Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "BookingsAppointment.ReadWrite.All",
+ "Description": "Read and write booking appointments",
+ "FullDescription": "Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Bookings.ReadWrite.All",
+ "Description": "Read and write bookings information",
+ "FullDescription": "Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Bookings.Manage.All",
+ "Description": "Manage bookings information",
+ "FullDescription": "Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
- "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaBusinessFlowTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBusinessFlowTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphBusinessFlowTemplate"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBusinessFlowTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessflowtemplate-list?view=graph-rest-beta",
"Uri": "/businessFlowTemplates",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -20683,18 +21447,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaBusinessFlowTemplate",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBusinessFlowTemplate",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessflowtemplate-list?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphBusinessFlowTemplate"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBusinessFlowTemplateCount",
+ "ApiReferenceLink": null,
"Uri": "/businessFlowTemplates/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -20721,18 +21486,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaBusinessFlowTemplateCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBusinessScenario",
+ "ApiReferenceLink": null,
"Uri": "/solutions/businessScenarios/{businessScenario-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "BusinessScenarioConfig.Read.OwnedBy",
@@ -20767,19 +21534,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBusinessScenario",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBusinessScenario",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBusinessScenario"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBusinessScenario",
+ "ApiReferenceLink": null,
"Uri": "/solutions/businessScenarios",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "BusinessScenarioConfig.Read.OwnedBy",
@@ -20814,18 +21581,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBusinessScenario",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBusinessScenario",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBusinessScenario"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBusinessScenarioByUniqueName",
+ "ApiReferenceLink": null,
"Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "BusinessScenarioConfig.Read.OwnedBy",
@@ -20860,19 +21629,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBusinessScenarioByUniqueName",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBusinessScenario",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBusinessScenario"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBusinessScenarioCount",
+ "ApiReferenceLink": null,
"Uri": "/solutions/businessScenarios/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "BusinessScenarioConfig.Read.OwnedBy",
@@ -20907,18 +21676,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBusinessScenarioCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBusinessScenarioPlanner",
+ "ApiReferenceLink": null,
"Uri": "/solutions/businessScenarios/{businessScenario-id}/planner",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "BusinessScenarioConfig.Read.OwnedBy",
@@ -20953,19 +21724,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBusinessScenarioPlanner",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBusinessScenarioPlanner",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBusinessScenarioPlanner"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaBusinessScenarioPlannerPlan",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-getplan?view=graph-rest-beta",
"Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/getPlan",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "BusinessScenarioData.Read.OwnedBy",
@@ -20984,21 +21758,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBusinessScenarioPlannerPlan",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBusinessScenarioPlanReference",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-getplan?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphBusinessScenarioPlanReference"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfiguration",
+ "ApiReferenceLink": null,
"Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "BusinessScenarioConfig.Read.OwnedBy",
@@ -21033,19 +21806,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfiguration",
+ "OutputType": "IMicrosoftGraphPlannerPlanConfiguration"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerPlanConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}",
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "BusinessScenarioConfig.Read.OwnedBy",
@@ -21080,19 +21854,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization",
+ "ApiReferenceLink": null,
"Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "BusinessScenarioConfig.Read.OwnedBy",
@@ -21127,18 +21901,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalizationCount",
+ "ApiReferenceLink": null,
"Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "BusinessScenarioConfig.Read.OwnedBy",
@@ -21173,19 +21949,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalizationCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBusinessScenarioPlannerTask",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}",
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "BusinessScenarioData.Read.OwnedBy",
@@ -21204,19 +21981,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBusinessScenarioPlannerTask",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBusinessScenarioTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBusinessScenarioTask"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBusinessScenarioPlannerTask",
+ "ApiReferenceLink": null,
"Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "BusinessScenarioData.Read.OwnedBy",
@@ -21235,46 +22012,50 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBusinessScenarioPlannerTask",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBusinessScenarioTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBusinessScenarioTask"
},
{
- "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaBusinessScenarioPlannerTaskAssignedToTaskBoardFormat",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat"
},
{
- "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaBusinessScenarioPlannerTaskBucketTaskBoardFormat",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBusinessScenarioPlannerTaskConfiguration",
+ "ApiReferenceLink": null,
"Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "BusinessScenarioConfig.Read.OwnedBy",
@@ -21309,19 +22090,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBusinessScenarioPlannerTaskConfiguration",
+ "OutputType": "IMicrosoftGraphPlannerTaskConfiguration"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaBusinessScenarioPlannerTaskCount",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerTaskConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/$count",
+ "Module": "Beta.Bookings",
"Permissions": [
{
"Name": "BusinessScenarioData.Read.OwnedBy",
@@ -21340,47 +22122,50 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Bookings",
- "Command": "Get-MgBetaBusinessScenarioPlannerTaskCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaBusinessScenarioPlannerTaskDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerTaskDetails",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerTaskDetails"
},
{
- "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaBusinessScenarioPlannerTaskProgressTaskBoardFormat",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaChat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-beta",
"Uri": "/chats/{chat-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.ReadBasic",
@@ -21447,19 +22232,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaChat",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChat",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphChat"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaChat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-beta",
"Uri": "/chats",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.ReadBasic",
@@ -21510,18 +22295,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaChat",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChat",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphChat"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaChatCount",
+ "ApiReferenceLink": null,
"Uri": "/chats/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.ReadBasic",
@@ -21572,18 +22358,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaChatCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaChatInstalledApp",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamsAppInstallation.ReadForChat",
@@ -21666,19 +22454,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaChatInstalledApp",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaChatInstalledApp",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/installedApps",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamsAppInstallation.ReadForChat",
@@ -21793,18 +22581,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaChatInstalledApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaChatInstalledAppCount",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/installedApps/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamsAppInstallation.ReadForChat",
@@ -21919,61 +22709,65 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaChatInstalledAppCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaChatInstalledAppTeamApp",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsApp"
},
{
- "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaChatInstalledAppTeamAppDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAppDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsAppDefinition"
},
{
- "Uri": "/chats/{chat-id}/lastMessagePreview",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaChatLastMessagePreview",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/lastMessagePreview",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageInfo"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaChatMember",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/members/{conversationMember-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.ReadBasic",
@@ -22104,19 +22898,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaChatMember",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaChatMember",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/members",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.ReadBasic",
@@ -22215,18 +23009,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaChatMember",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaChatMemberCount",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/members/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.ReadBasic",
@@ -22325,19 +23121,21 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaChatMemberCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaChatMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
+ "Get1",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.Read",
@@ -22388,20 +23186,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaChatMessage",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaChatMessage",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/messages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.Read",
@@ -22444,18 +23241,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaChatMessage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaChatMessageCount",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/messages/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.Read",
@@ -22498,19 +23297,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaChatMessageCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaChatMessageDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta",
"Uri": "/chats/{chat-id}/messages/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.Read",
@@ -22561,19 +23361,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaChatMessageDelta",
- "Variants": [
- "Delta",
- "DeltaViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaChatMessageHostedContent",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.Read",
@@ -22632,21 +23435,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaChatMessageHostedContent",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaChatMessageHostedContent",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.Read",
@@ -22705,18 +23506,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaChatMessageHostedContent",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaChatMessageHostedContentCount",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.Read",
@@ -22775,117 +23578,125 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaChatMessageHostedContentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaChatMessageReply",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaChatMessageReply",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaChatMessageReplyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaChatMessageReplyDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta",
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta"
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaChatMessageReplyHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaChatMessageReplyHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaChatMessageReplyHostedContentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaChatOperation",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.ReadBasic",
@@ -22960,19 +23771,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaChatOperation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamsAsyncOperation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaChatOperation",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/operations",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.ReadBasic",
@@ -23047,18 +23858,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaChatOperation",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamsAsyncOperation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaChatOperationCount",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/operations/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.ReadBasic",
@@ -23133,33 +23946,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaChatOperationCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaChatPermissionGrant",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaChatPermissionGrant",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/permissionGrants",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamsAppInstallation.ReadForChat",
@@ -23258,18 +24072,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaChatPermissionGrant",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaChatPermissionGrantCount",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/permissionGrants/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamsAppInstallation.ReadForChat",
@@ -23368,35 +24184,36 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaChatPermissionGrantCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaChatPinnedMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPinnedChatMessageInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPinnedChatMessageInfo"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaChatPinnedMessage",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/pinnedMessages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.Read",
@@ -23439,18 +24256,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaChatPinnedMessage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPinnedChatMessageInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPinnedChatMessageInfo"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaChatPinnedMessageCount",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/pinnedMessages/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.Read",
@@ -23493,19 +24312,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaChatPinnedMessageCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaChatRetainedMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta",
"Uri": "/chats/getAllRetainedMessages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.ReadBasic",
@@ -23572,18 +24391,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaChatRetainedMessage",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaChatTab",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/tabs/{teamsTab-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamsTab.Read.All",
@@ -23650,19 +24471,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaChatTab",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamsTab"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaChatTab",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/tabs",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamsTab.Read.All",
@@ -23713,18 +24534,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaChatTab",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamsTab"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaChatTabCount",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/tabs/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamsTab.Read.All",
@@ -23775,33 +24598,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaChatTabCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaChatTabTeamApp",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsApp"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaCommunicationCall",
+ "ApiReferenceLink": null,
"Uri": "/communications/calls/{call-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "Calls.Initiate.All",
@@ -23820,19 +24645,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Get-MgBetaCommunicationCall",
+ "OutputType": "IMicrosoftGraphCall"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCall",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}",
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "Calls.JoinGroupCall.All",
@@ -23851,19 +24677,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAudioRoutingGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAudioRoutingGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup",
+ "ApiReferenceLink": null,
"Uri": "/communications/calls/{call-id}/audioRoutingGroups",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "Calls.JoinGroupCall.All",
@@ -23882,18 +24708,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAudioRoutingGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAudioRoutingGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaCommunicationCallAudioRoutingGroupCount",
+ "ApiReferenceLink": null,
"Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "Calls.JoinGroupCall.All",
@@ -23912,19 +24740,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Get-MgBetaCommunicationCallAudioRoutingGroupCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaCommunicationCallContentSharingSession",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}",
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "Calls.JoinGroupCallAsGuest.All",
@@ -23959,19 +24788,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Get-MgBetaCommunicationCallContentSharingSession",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaCommunicationCallContentSharingSession",
+ "ApiReferenceLink": null,
"Uri": "/communications/calls/{call-id}/contentSharingSessions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "Calls.JoinGroupCallAsGuest.All",
@@ -24006,18 +24835,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Get-MgBetaCommunicationCallContentSharingSession",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentSharingSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphContentSharingSession"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaCommunicationCallContentSharingSessionCount",
+ "ApiReferenceLink": null,
"Uri": "/communications/calls/{call-id}/contentSharingSessions/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "Calls.JoinGroupCallAsGuest.All",
@@ -24052,73 +24883,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Get-MgBetaCommunicationCallContentSharingSessionCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/communications/calls/$count",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationCallCount",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/calls/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationCallOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCommsOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCommsOperation"
},
{
- "Uri": "/communications/calls/{call-id}/operations",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationCallOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/calls/{call-id}/operations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCommsOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCommsOperation"
},
{
- "Uri": "/communications/calls/{call-id}/operations/$count",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationCallOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/calls/{call-id}/operations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaCommunicationCallParticipant",
+ "ApiReferenceLink": null,
"Uri": "/communications/calls/{call-id}/participants/{participant-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "Calls.JoinGroupCall.All",
@@ -24137,19 +24973,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Get-MgBetaCommunicationCallParticipant",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphParticipant",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphParticipant"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaCommunicationCallParticipant",
+ "ApiReferenceLink": null,
"Uri": "/communications/calls/{call-id}/participants",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "Calls.Initiate.All",
@@ -24168,18 +25004,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Get-MgBetaCommunicationCallParticipant",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphParticipant",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphParticipant"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaCommunicationCallParticipantCount",
+ "ApiReferenceLink": null,
"Uri": "/communications/calls/{call-id}/participants/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "Calls.Initiate.All",
@@ -24198,214 +25036,228 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Get-MgBetaCommunicationCallParticipantCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/communications/callRecords/{callRecord-id}",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationCallRecord",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/callRecords/{callRecord-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCallRecordsCallRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallRecordsCallRecord"
},
{
- "Uri": "/communications/callRecords/$count",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationCallRecordCount",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/callRecords/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationCallRecordOrganizerV2",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCallRecordsOrganizer",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallRecordsOrganizer"
},
{
- "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/$count",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationCallRecordParticipant",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationCallRecordParticipantV2",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCallRecordsParticipant",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallRecordsParticipant"
},
{
- "Uri": "/communications/callRecords/{callRecord-id}/participants_v2",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationCallRecordParticipantV2",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/callRecords/{callRecord-id}/participants_v2",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCallRecordsParticipant",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallRecordsParticipant"
},
{
- "Uri": "/communications/callRecords/getPstnBlockedUsersLog(fromDateTime={fromDateTime},toDateTime={toDateTime})",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationCallRecordPstnBlockedUserLog",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/callRecords/getPstnBlockedUsersLog(fromDateTime={fromDateTime},toDateTime={toDateTime})",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCallRecordsPstnBlockedUsersLogRow",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallRecordsPstnBlockedUsersLogRow"
},
{
- "Uri": "/communications/callRecords/getPstnOnlineMeetingDialoutReport(fromDateTime={fromDateTime},toDateTime={toDateTime})",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationCallRecordPstnOnlineMeetingDialoutReport",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/callRecords/getPstnOnlineMeetingDialoutReport(fromDateTime={fromDateTime},toDateTime={toDateTime})",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCallRecordsPstnOnlineMeetingDialoutReport",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallRecordsPstnOnlineMeetingDialoutReport"
},
{
- "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationCallRecordSession",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCallRecordsSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallRecordsSession"
},
{
- "Uri": "/communications/callRecords/{callRecord-id}/sessions",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationCallRecordSession",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/callRecords/{callRecord-id}/sessions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCallRecordsSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallRecordsSession"
},
{
- "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationCallRecordSessionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationCallRecordSessionSegmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/callRecords/getSmsLog(fromDateTime={fromDateTime},toDateTime={toDateTime})",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationCallRecordSmLog",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/callRecords/getSmsLog(fromDateTime={fromDateTime},toDateTime={toDateTime})",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCallRecordsSmsLogRow",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallRecordsSmsLogRow"
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeeting",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetExpanded",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnlineMeeting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnlineMeeting"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaCommunicationOnlineMeeting",
+ "ApiReferenceLink": null,
"Uri": "/communications/onlineMeetings",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "OnlineMeetings.Read",
@@ -24440,149 +25292,160 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Get-MgBetaCommunicationOnlineMeeting",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnlineMeeting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnlineMeeting"
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingAlternativeRecording",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMeetingAttendanceReport"
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMeetingAttendanceReport"
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttendanceRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttendanceRecord"
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttendanceRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttendanceRecord"
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportCount",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingAttendeeReport",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingBroadcastRecording",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaCommunicationOnlineMeetingByJoinWebUrl",
+ "ApiReferenceLink": null,
"Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "OnlineMeetings.Read",
@@ -24617,19 +25480,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Get-MgBetaCommunicationOnlineMeetingByJoinWebUrl",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnlineMeeting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnlineMeeting"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaCommunicationOnlineMeetingCount",
+ "ApiReferenceLink": null,
"Uri": "/communications/onlineMeetings/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "OnlineMeetings.Read",
@@ -24664,35 +25527,30 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Get-MgBetaCommunicationOnlineMeetingCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/getVirtualAppointmentJoinWebUrl",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta",
+ "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/getVirtualAppointmentJoinWebUrl",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta"
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingRecording",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
@@ -24700,276 +25558,303 @@
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingRecording",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCallRecording",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallRecording"
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingRecordingContent",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingRecordingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/delta",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingRecordingDelta",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCallRecording",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallRecording"
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingRegistration",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMeetingRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMeetingRegistration"
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion"
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion"
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMeetingRegistrantBase",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMeetingRegistrantBase"
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMeetingRegistrantBase",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMeetingRegistrantBase"
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrantCount",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingTranscript",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCallTranscript",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallTranscript"
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingTranscript",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCallTranscript",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallTranscript"
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptContent",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptCount",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/delta",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptDelta",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCallTranscript",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallTranscript"
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta"
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/presences/{presence-id}",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCommunicationPresence",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/presences/{presence-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPresence",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPresence"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaCommunicationPresence",
+ "ApiReferenceLink": null,
"Uri": "/communications/presences",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "Presence.Read",
@@ -24996,18 +25881,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Get-MgBetaCommunicationPresence",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPresence",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPresence"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaCommunicationPresenceByUserId",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-beta",
"Uri": "/communications/getPresencesByUserId",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "Presence.Read.All",
@@ -25026,19 +25913,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Get-MgBetaCommunicationPresenceByUserId",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPresence",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphPresence"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaCommunicationPresenceCount",
+ "ApiReferenceLink": null,
"Uri": "/communications/presences/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "Presence.Read",
@@ -25065,44 +25952,48 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Get-MgBetaCommunicationPresenceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/compliance",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaCompliance",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot"
},
{
- "Uri": "/compliance/ediscovery",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaComplianceEdiscovery",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCase",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -25121,19 +26012,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCase",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryCase",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoveryCase"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCase",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -25152,18 +26043,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCase",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryCase",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoveryCase"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCount",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -25182,18 +26074,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -25212,19 +26106,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryCustodian",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoveryCustodian"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/custodians",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -25243,18 +26137,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryCustodian",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoveryCustodian"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianCount",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/custodians/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -25273,33 +26169,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/lastIndexOperation",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianLastIndexOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/lastIndexOperation",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -25318,19 +26216,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoverySiteSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoverySiteSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -25349,18 +26247,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoverySiteSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoverySiteSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceCount",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -25379,33 +26279,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceSite",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -25424,19 +26326,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -25455,18 +26357,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceCount",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -25485,60 +26389,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -25557,19 +26465,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryUserSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoveryUserSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -25588,18 +26496,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryUserSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoveryUserSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSourceCount",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -25618,19 +26528,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSourceCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}",
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -25649,19 +26560,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryLegalHold",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoveryLegalHold"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -25680,18 +26591,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryLegalHold",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoveryLegalHold"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldCount",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -25710,33 +26623,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoverySiteSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEdiscoverySiteSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -25755,18 +26669,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoverySiteSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoverySiteSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceCount",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -25785,129 +26701,137 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}/site",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceSite",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}/site",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource"
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource"
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/$count",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryUserSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEdiscoveryUserSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -25926,18 +26850,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryUserSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoveryUserSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSourceCount",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -25956,19 +26882,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSourceCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}",
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -25987,19 +26914,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26018,18 +26945,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceCount",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26048,19 +26977,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceDataSource",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/dataSource",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get1",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26079,47 +27009,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceDataSource",
- "Variants": [
- "Get1",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryDataSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoveryDataSource"
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/lastIndexOperation",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceLastIndexOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/lastIndexOperation",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation"
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaComplianceEdiscoveryCaseOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/operations",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26138,59 +27070,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation"
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation"
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation"
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation/reviewSet",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperationReviewSet",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation/reviewSet",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryReviewSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEdiscoveryReviewSet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCount",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/operations/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26209,33 +27146,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation/$count",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCountAsCaseExportOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26254,19 +27193,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryReviewSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoveryReviewSet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26285,18 +27224,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryReviewSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoveryReviewSet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetCount",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26315,19 +27256,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}",
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26346,19 +27288,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26377,18 +27319,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQueryCount",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26407,19 +27351,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQueryCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/settings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/compliance/ediscovery/cases/{case-id}/settings",
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26438,19 +27383,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseSetting",
+ "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}",
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26469,19 +27415,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoverySourceCollection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoverySourceCollection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26500,32 +27446,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoverySourceCollection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoverySourceCollection"
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryDataSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEdiscoveryDataSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26544,18 +27492,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryDataSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoveryDataSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSourceCount",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26574,19 +27524,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSourceCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/addToReviewSetOperation",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/addToReviewSetOperation",
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26605,19 +27556,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation",
+ "OutputType": "IMicrosoftGraphEdiscoveryAddToReviewSetOperation"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryAddToReviewSetOperation",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/$count",
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26636,33 +27588,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/{dataSource-id}",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/{dataSource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryDataSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEdiscoveryDataSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26681,18 +27634,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryDataSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoveryDataSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSourceCount",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26711,19 +27666,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSourceCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/lastEstimateStatisticsOperation",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/lastEstimateStatisticsOperation",
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26742,33 +27698,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryEstimateStatisticsOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoveryEstimateStatisticsOperation"
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/{noncustodialDataSource-id}",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/{noncustodialDataSource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26787,18 +27744,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSourceCount",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26817,19 +27776,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSourceCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseTag",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}",
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26848,19 +27808,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseTag",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoveryTag"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseTag",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/tags",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26879,32 +27839,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseTag",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoveryTag"
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/{tag-id1}",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/{tag-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEdiscoveryTag"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26923,18 +27885,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEdiscoveryTag"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTagCount",
+ "ApiReferenceLink": null,
"Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26953,19 +27917,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTagCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseTagCount",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/tags/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/compliance/ediscovery/cases/{case-id}/tags/$count",
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -26984,33 +27949,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseTagCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaComplianceEdiscoveryCaseTagParent",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEdiscoveryTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEdiscoveryTag"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaContact",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-beta",
"Uri": "/contacts/{orgContact-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrgContact.Read.All",
@@ -27037,19 +28004,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaContact",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaContact",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-beta",
"Uri": "/contacts",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrgContact.Read.All",
@@ -27076,32 +28043,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaContact",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/contacts/getByIds",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaContactById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta",
+ "Uri": "/contacts/getByIds",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaContactCount",
+ "ApiReferenceLink": null,
"Uri": "/contacts/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrgContact.Read.All",
@@ -27128,18 +28097,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaContactCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaContactDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-beta",
"Uri": "/contacts/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrgContact.Read.All",
@@ -27166,32 +28136,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaContactDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaContactDirectReport",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaContactDirectReport",
+ "ApiReferenceLink": null,
"Uri": "/contacts/{orgContact-id}/directReports",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrgContact.Read.All",
@@ -27226,72 +28198,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaContactDirectReport",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaContactDirectReportAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/contacts/{orgContact-id}/directReports/orgContact",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaContactDirectReportAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/directReports/orgContact",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaContactDirectReportAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/contacts/{orgContact-id}/directReports/user",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaContactDirectReportAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/directReports/user",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaContactDirectReportCount",
+ "ApiReferenceLink": null,
"Uri": "/contacts/{orgContact-id}/directReports/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrgContact.Read.All",
@@ -27326,47 +28304,50 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaContactDirectReportCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaContactDirectReportCountAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/contacts/{orgContact-id}/directReports/user/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaContactDirectReportCountAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/directReports/user/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaContactManager",
+ "ApiReferenceLink": null,
"Uri": "/contacts/{orgContact-id}/manager",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrgContact.Read.All",
@@ -27401,19 +28382,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaContactManager",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaContactMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta",
"Uri": "/contacts/{orgContact-id}/getMemberGroups",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -27496,21 +28480,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaContactMemberGroup",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaContactMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/getMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"
- },
- {
- "Uri": "/contacts/{orgContact-id}/getMemberObjects",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -27609,35 +28594,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaContactMemberObject",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaContactMemberOf",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaContactMemberOf",
+ "ApiReferenceLink": null,
"Uri": "/contacts/{orgContact-id}/memberOf",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrgContact.Read.All",
@@ -27672,72 +28656,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaContactMemberOf",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaContactMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/contacts/{orgContact-id}/memberOf/group",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaContactMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/memberOf/group",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaContactMemberOfCount",
+ "ApiReferenceLink": null,
"Uri": "/contacts/{orgContact-id}/memberOf/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrgContact.Read.All",
@@ -27772,88 +28762,93 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaContactMemberOfCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaContactMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/contacts/{orgContact-id}/memberOf/group/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaContactMemberOfCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/memberOf/group/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaContactServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaContactServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaContactTransitiveMemberOf",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaContactTransitiveMemberOf",
+ "ApiReferenceLink": null,
"Uri": "/contacts/{orgContact-id}/transitiveMemberOf",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrgContact.Read.All",
@@ -27880,72 +28875,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaContactTransitiveMemberOf",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaContactTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaContactTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaContactTransitiveMemberOfCount",
+ "ApiReferenceLink": null,
"Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrgContact.Read.All",
@@ -27972,102 +28973,109 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaContactTransitiveMemberOfCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaContactTransitiveMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaContactTransitiveMemberOfCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/contacts/{orgContact-id}/transitiveReports/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaContactTransitiveReport",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/transitiveReports/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/contacts/{orgContact-id}/transitiveReports",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaContactTransitiveReport",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/transitiveReports",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/contacts/{orgContact-id}/transitiveReports/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaContactTransitiveReportCount",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/transitiveReports/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/contacts/getUserOwnedObjects",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaContactUserOwnedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta",
+ "Uri": "/contacts/getUserOwnedObjects",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaContract",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-beta",
"Uri": "/contracts/{contract-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -28086,19 +29094,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaContract",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContract",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphContract"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaContract",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-beta",
"Uri": "/contracts",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -28117,32 +29125,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaContract",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContract",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphContract"
},
{
- "Uri": "/contracts/getByIds",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaContractById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta",
+ "Uri": "/contracts/getByIds",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaContractCount",
+ "ApiReferenceLink": null,
"Uri": "/contracts/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -28161,18 +29171,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaContractCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaContractDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta",
"Uri": "/contracts/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -28191,64 +29202,69 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaContractDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/contracts/{contract-id}/getMemberGroups",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaContractMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta",
+ "Uri": "/contracts/{contract-id}/getMemberGroups",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/contracts/{contract-id}/getMemberObjects",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaContractMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/contracts/{contract-id}/getMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/contracts/getUserOwnedObjects",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaContractUserOwnedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta",
+ "Uri": "/contracts/getUserOwnedObjects",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDataPolicyOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-beta",
"Uri": "/dataPolicyOperations/{dataPolicyOperation-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "User.Export.All",
@@ -28267,45 +29283,48 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaDataPolicyOperation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDataPolicyOperation",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphDataPolicyOperation"
},
{
- "Uri": "/dataPolicyOperations",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDataPolicyOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/dataPolicyOperations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDataPolicyOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDataPolicyOperation"
},
{
- "Uri": "/dataPolicyOperations/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDataPolicyOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/dataPolicyOperations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDevice",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta",
"Uri": "/devices/{device-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Device.Read.All",
@@ -28340,19 +29359,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDevice",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDevice",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-beta",
"Uri": "/devices",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Device.Read.All",
@@ -28387,18 +29406,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDevice",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphDevice"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgt",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagement",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -28433,18 +29453,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagement",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceAppManagement",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceAppManagement"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtection",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -28463,19 +29485,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAndroidManagedAppProtection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAndroidManagedAppProtection"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtection",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/androidManagedAppProtections",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -28494,18 +29516,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAndroidManagedAppProtection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAndroidManagedAppProtection"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -28540,19 +29564,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedMobileApp"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -28587,18 +29611,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedMobileApp"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAppCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAppCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -28633,19 +29659,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAppCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -28680,19 +29707,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -28727,18 +29754,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignmentCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -28773,19 +29802,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/androidManagedAppProtections/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -28804,18 +29833,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -28850,19 +29881,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary",
+ "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtection",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -28897,19 +29929,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDefaultManagedAppProtection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDefaultManagedAppProtection"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtection",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/defaultManagedAppProtections",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -28944,18 +29976,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDefaultManagedAppProtection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDefaultManagedAppProtection"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -28990,19 +30024,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedMobileApp"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -29037,18 +30071,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedMobileApp"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionAppCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionAppCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -29083,19 +30119,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionAppCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/defaultManagedAppProtections/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -29130,18 +30166,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -29176,19 +30214,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary",
+ "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -29207,19 +30246,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -29238,18 +30277,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificateCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificateCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -29268,45 +30308,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificateCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration"
},
{
- "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -29325,19 +30369,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -29356,18 +30400,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignmentCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -29386,32 +30432,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.ReadWrite.All",
@@ -29430,19 +30478,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.ReadWrite.All",
@@ -29461,18 +30509,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatusCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatusCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.ReadWrite.All",
@@ -29491,19 +30541,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatusCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.ReadWrite.All",
@@ -29522,19 +30573,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.ReadWrite.All",
@@ -29553,18 +30604,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignmentCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.ReadWrite.All",
@@ -29583,19 +30636,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignmentCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.ReadWrite.All",
@@ -29614,19 +30668,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.ReadWrite.All",
@@ -29645,18 +30699,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatusCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatusCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.ReadWrite.All",
@@ -29675,19 +30731,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatusCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtection",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -29706,19 +30763,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIosManagedAppProtection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIosManagedAppProtection"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtection",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/iosManagedAppProtections",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -29737,18 +30794,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIosManagedAppProtection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIosManagedAppProtection"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -29783,19 +30842,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedMobileApp"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -29830,18 +30889,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedMobileApp"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAppCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAppCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -29876,19 +30937,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAppCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -29923,19 +30985,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -29970,18 +31032,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignmentCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -30016,19 +31080,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/iosManagedAppProtections/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -30047,18 +31111,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -30093,19 +31159,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary",
+ "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicy",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -30140,19 +31207,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedAppPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedAppPolicy"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicy",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/managedAppPolicies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -30187,18 +31254,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedAppPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedAppPolicy"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicyCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/managedAppPolicies/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -30233,18 +31301,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistration",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -30279,19 +31349,114 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedAppRegistration"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistration",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedAppRegistrations",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementApps.Read.All",
+ "Description": "Read Microsoft Intune apps",
+ "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune apps",
+ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphManagedAppRegistration"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedAppRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementApps.Read.All",
+ "Description": "Read Microsoft Intune apps",
+ "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune apps",
+ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphManagedAppPolicy"
},
{
- "Uri": "/deviceAppManagement/managedAppRegistrations",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -30326,65 +31491,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedAppRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedAppPolicy"
},
{
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-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
- }
- ],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicyCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedAppPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -30419,18 +31539,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedAppPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedAppRegistrations/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -30465,19 +31586,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicyCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedAppRegistrations/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -30512,18 +31634,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedAppPolicy"
},
{
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -30558,19 +31681,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy",
+ "OutputType": "IMicrosoftGraphManagedAppPolicy"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicyCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedAppPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -30605,18 +31729,64 @@
"IsLeastPrivilege": false
}
],
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
"Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedAppPolicy",
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequestCount",
"Method": "GET",
- "ApiReferenceLink": null
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -30651,60 +31821,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicyCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedAppOperation"
},
{
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation",
"Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/$count",
- "Permissions": [],
"Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequestCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -30739,19 +31868,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation",
+ "OutputType": "IMicrosoftGraphManagedAppOperation"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperationCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedAppOperation",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -30786,18 +31916,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedAppOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationUserIdGraphWPreFlaggedAppRegistration",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -30832,19 +31963,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperationCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatus",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -30879,18 +32011,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedAppStatus"
},
{
- "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatus",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedAppStatuses",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -30925,65 +32058,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedAppStatus",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedAppStatus"
},
{
- "Uri": "/deviceAppManagement/managedAppStatuses",
- "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",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedAppStatus",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatusCount",
"Method": "GET",
- "ApiReferenceLink": null
- },
- {
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppStatusCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/managedAppStatuses/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31018,49 +32105,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppStatusCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-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": "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",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBook",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementManagedEBook",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedEBook",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31079,18 +32137,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedEBook"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBook",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementManagedEBook",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedEBook",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31109,19 +32168,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedEBook"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedEBookAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31140,18 +32200,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedEBookAssignment"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedEBookAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31170,19 +32231,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedEBookAssignment"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31201,21 +32263,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedEBookCategory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBookCategories",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31234,19 +32297,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedEBookCategory"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBookCategories",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedEBookCategory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBookCategories/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31265,20 +32329,21 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedEBookCategory"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategoryCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementManagedEBookCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBookCategories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31297,18 +32362,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementManagedEBookCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31327,19 +32393,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceState",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceInstallState",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31358,18 +32425,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphDeviceInstallState"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceState",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceInstallState",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31388,19 +32456,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphDeviceInstallState"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceStateCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31419,19 +32488,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookInstallSummary",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementManagedEBookInstallSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEBookInstallSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31450,19 +32520,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphEBookInstallSummary"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserInstallStateSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31481,18 +32552,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphUserInstallStateSummary"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserInstallStateSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31511,19 +32583,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphUserInstallStateSummary"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31542,19 +32615,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceInstallState",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31573,18 +32647,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphDeviceInstallState"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceInstallState",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31603,19 +32678,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphDeviceInstallState"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31634,19 +32710,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31665,18 +32742,51 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementApps.Read.All",
+ "Description": "Read Microsoft Intune apps",
+ "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementApps.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune apps",
+ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31711,19 +32821,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31758,18 +32868,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignmentCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31804,19 +32916,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31835,18 +32947,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31881,19 +32995,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31928,18 +33042,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -31974,19 +33090,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -32021,19 +33138,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -32068,18 +33185,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -32114,19 +33233,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -32145,19 +33265,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMobileApp",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMobileApp"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -32176,32 +33296,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMobileApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMobileApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAndroidForWorkApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAndroidForWorkApp"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/androidForWorkApp",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -32220,155 +33342,166 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAndroidForWorkApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAndroidForWorkApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationshipCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationshipCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAndroidLobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAndroidLobApp"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/androidLobApp",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -32387,278 +33520,298 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAndroidLobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAndroidLobApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileContainedApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationshipCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationshipCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAndroidManagedStoreApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAndroidManagedStoreApp"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/androidManagedStoreApp",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -32677,155 +33830,166 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAndroidManagedStoreApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAndroidManagedStoreApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationshipCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationshipCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAndroidStoreApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAndroidStoreApp"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/androidStoreApp",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -32844,155 +34008,166 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAndroidStoreApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAndroidStoreApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationshipCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationshipCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIosLobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIosLobApp"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/iosLobApp",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -33011,278 +34186,298 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIosLobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIosLobApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileContainedApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationshipCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationshipCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIosStoreApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIosStoreApp"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/iosStoreApp",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -33301,155 +34496,166 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIosStoreApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIosStoreApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationshipCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationshipCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIosVppApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIosVppApp"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/iosVppApp",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -33468,196 +34674,210 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIosVppApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIosVppApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicenseCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicenseCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationshipCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationshipCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMacOSDmgApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMacOSDmgApp"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/macOSDmgApp",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -33676,278 +34896,298 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMacOSDmgApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMacOSDmgApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileContainedApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationshipCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationshipCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMacOSLobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMacOSLobApp"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/macOSLobApp",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -33966,278 +35206,298 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMacOSLobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMacOSLobApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileContainedApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationshipCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationshipCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMacOSPkgApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMacOSPkgApp"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/macOSPkgApp",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -34256,278 +35516,298 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMacOSPkgApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMacOSPkgApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileContainedApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedAppCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFileCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationshipCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationshipCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedAndroidLobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedAndroidLobApp"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -34546,278 +35826,298 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedAndroidLobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedAndroidLobApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileContainedApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationshipCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationshipCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedIosLobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedIosLobApp"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -34836,278 +36136,298 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedIosLobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedIosLobApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileContainedApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationshipCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationshipCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedMobileLobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedMobileLobApp"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -35126,278 +36446,298 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedMobileLobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedMobileLobApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileContainedApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationshipCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationshipCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -35416,182 +36756,196 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileContainedApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedAppCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationshipCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationshipCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignment",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -35610,19 +36964,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignment",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -35641,18 +36995,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignmentCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -35671,33 +37027,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWin32LobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWin32LobApp"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/win32LobApp",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -35716,278 +37073,298 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWin32LobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWin32LobApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileContainedApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationshipCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationshipCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppX",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsAppX",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsAppX"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppX",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/windowsAppX",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -36006,278 +37383,298 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsAppX",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsAppX"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategoryCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileContainedApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationshipCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationshipCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsi",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsMobileMsi",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsMobileMsi"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsi",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -36296,278 +37693,298 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsMobileMsi",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsMobileMsi"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileContainedApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationshipCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationshipCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsStoreApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsStoreApp"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/windowsStoreApp",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -36586,155 +38003,166 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsStoreApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsStoreApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationshipCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationshipCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppX",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUniversalAppX",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUniversalAppX"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppX",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -36753,319 +38181,342 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUniversalAppX",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsUniversalAppX"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileContainedApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileContainedApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationshipCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationshipCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsWebApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsWebApp"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/windowsWebApp",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -37084,155 +38535,166 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsWebApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsWebApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationshipCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationshipCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWinGetApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWinGetApp"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/winGetApp",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -37251,214 +38713,197 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWinGetApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWinGetApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationshipCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationshipCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackage",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCatalogPackage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCatalogPackage"
},
{
- "Uri": "/deviceAppManagement/mobileAppCatalogPackages",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackage",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppCatalogPackages",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCatalogPackage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCatalogPackage"
},
{
- "Uri": "/deviceAppManagement/mobileAppCatalogPackages/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackageCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppCatalogPackages/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-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": "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",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppCategories",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -37477,19 +38922,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategory",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppCategories",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppCategories/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -37508,19 +38954,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppCategories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -37539,19 +38986,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfiguration",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -37570,18 +39018,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfiguration",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -37600,19 +39049,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -37631,18 +39081,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -37661,19 +39112,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -37692,18 +39144,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -37722,19 +39175,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -37753,18 +39207,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -37783,19 +39238,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -37814,19 +39270,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -37845,19 +39302,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -37876,18 +39334,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -37906,19 +39365,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -37937,19 +39397,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -37968,18 +39429,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/androidForWorkApp/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -37998,18 +39460,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidGraphFPreWorkApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidForWorkApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/androidForWorkApp/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/androidLobApp/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -38028,18 +39491,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidLobApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidLobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/androidLobApp/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/androidManagedStoreApp/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -38058,18 +39522,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidManagedStoreApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidManagedStoreApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/androidManagedStoreApp/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/androidStoreApp/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -38088,18 +39553,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidStoreApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidStoreApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/androidStoreApp/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/iosLobApp/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -38118,18 +39584,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsiOSLobApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsiOSLobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/iosLobApp/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/iosStoreApp/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -38148,18 +39615,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsIoStoreApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoStoreApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/iosStoreApp/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/iosVppApp/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -38178,18 +39646,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsIoVppApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoVppApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/iosVppApp/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -38208,18 +39677,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSDmgApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSDmgApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/macOSLobApp/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -38238,18 +39708,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSLobApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSLobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/macOSLobApp/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/macOSPkgApp/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -38268,18 +39739,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSPkgApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSPkgApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/macOSPkgApp/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -38298,18 +39770,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagedAndroidLobApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedAndroidLobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -38328,18 +39801,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagediOSLobApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagediOSLobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -38358,18 +39832,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagedMobileLobApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedMobileLobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -38388,18 +39863,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/win32LobApp/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -38418,18 +39894,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWin32LobApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWin32LobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/win32LobApp/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/windowsAppX/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -38448,18 +39925,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowAppX",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsAppX",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/windowsAppX/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -38478,18 +39956,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowMobileMsi",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsMobileMsi",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/windowsStoreApp/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -38508,18 +39987,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowStoreApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowStoreApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/windowsStoreApp/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -38538,18 +40018,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowUniversalAppX",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsUniversalAppX",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/windowsWebApp/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -38568,18 +40049,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowWebApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsWebApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/windowsWebApp/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/winGetApp/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -38598,49 +40080,51 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWinGetApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWinGetApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/winGetApp/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
- "Name": "DeviceManagementApps.ReadWrite.All",
- "Description": "Read and write Microsoft Intune apps",
- "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "Name": "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.Read.All",
- "Description": "Read Microsoft Intune apps",
- "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "Name": "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",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.ReadWrite.All",
@@ -38659,18 +40143,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationship",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.ReadWrite.All",
@@ -38689,52 +40174,54 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationshipCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementMobileAppRelationshipCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/policySets/{policySet-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"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": "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": 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.",
+ "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.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySet",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementPolicySet",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/policySets/{policySet-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetExpanded",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPolicySet",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/policySets",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -38753,18 +40240,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphPolicySet"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySet",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementPolicySet",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/policySets",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPolicySet",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -38783,19 +40271,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphPolicySet"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPolicySetAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -38814,18 +40303,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphPolicySetAssignment"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPolicySetAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -38844,19 +40334,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphPolicySetAssignment"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementPolicySetAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/policySets/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -38875,18 +40366,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementPolicySetCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/policySets/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -38905,19 +40397,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItem",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementPolicySetItem",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPolicySetItem",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/policySets/{policySet-id}/items",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -38936,18 +40429,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphPolicySetItem"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItem",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementPolicySetItem",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/policySets/{policySet-id}/items",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPolicySetItem",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -38966,19 +40460,51 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphPolicySetItem"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItemCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementPolicySetItemCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "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
+ }
+ ],
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtSymantecCodeSigningCertificate",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementSymantecCodeSigningCertificate",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/symantecCodeSigningCertificate",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.ReadWrite.All",
@@ -38997,18 +40523,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementSymantecCodeSigningCertificate",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfiguration",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -39027,19 +40555,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfiguration",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -39058,18 +40586,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -39104,19 +40634,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedMobileApp"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -39151,18 +40681,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedMobileApp"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAppCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAppCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -39197,19 +40729,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAppCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -39244,19 +40777,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -39291,18 +40824,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignmentCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -39337,19 +40872,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -39368,18 +40903,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -39414,66 +40951,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary"
},
{
- "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}",
- "Permissions": [
- {
- "Name": "DeviceManagementConfiguration.Read.All",
- "Description": "Read Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "DeviceManagementConfiguration.ReadWrite.All",
- "Description": "Read and write Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementApps.ReadWrite.All",
- "Description": "Read and write Microsoft Intune apps",
- "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementApps.Read.All",
- "Description": "Read Microsoft Intune apps",
- "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -39508,18 +40999,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -39554,19 +41046,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -39601,19 +41094,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinition",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -39648,18 +41142,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinition",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -39694,66 +41189,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinitionCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition"
},
{
- "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}",
- "Permissions": [
- {
- "Name": "DeviceManagementConfiguration.Read.All",
- "Description": "Read Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "DeviceManagementConfiguration.ReadWrite.All",
- "Description": "Read and write Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementApps.ReadWrite.All",
- "Description": "Read and write Microsoft Intune apps",
- "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementApps.Read.All",
- "Description": "Read Microsoft Intune apps",
- "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementTask",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinitionCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceAppManagementTask",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/deviceAppManagementTasks",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -39788,18 +41237,67 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtTask",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementTask",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}",
+ "ApiVersion": "beta",
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceAppManagementTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune apps",
+ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.Read.All",
+ "Description": "Read Microsoft Intune apps",
+ "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphDeviceAppManagementTask"
},
{
- "Uri": "/deviceAppManagement/deviceAppManagementTasks/$count",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtTask",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTask",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/deviceAppManagementTasks",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -39834,65 +41332,67 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphDeviceAppManagementTask"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtTaskCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementTaskCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/deviceAppManagementTasks/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"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.",
+ "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": "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.",
+ "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": "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": "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": "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.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtVppToken",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementVppToken",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVppToken",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/vppTokens",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -39927,18 +41427,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphVppToken"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtVppToken",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementVppToken",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/vppTokens",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVppToken",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/vppTokens/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -39973,18 +41474,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphVppToken"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtVppTokenCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementVppTokenCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/vppTokens/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/vppTokens/getLicensesForApp(bundleId='{bundleId}')",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -40019,50 +41521,68 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtVppTokenLicenseGraphFPreApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementVppTokenLicenseForApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/vppTokens/getLicensesForApp(bundleId='{bundleId}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVppTokenLicenseSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
- "Name": "DeviceManagementApps.Read.All",
- "Description": "Read Microsoft Intune apps",
- "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "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": "DeviceManagementApps.ReadWrite.All",
- "Description": "Read and write Microsoft Intune apps",
- "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "Name": "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": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphVppTokenLicenseSummary"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicy",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/wdacSupplementalPolicies",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -40081,18 +41601,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicy",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/wdacSupplementalPolicies",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -40111,19 +41632,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -40142,18 +41664,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -40172,19 +41695,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/wdacSupplementalPolicies/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -40203,18 +41727,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/wdacSupplementalPolicies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -40233,19 +41758,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -40264,19 +41790,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -40295,18 +41822,51 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementApps.Read.All",
+ "Description": "Read Microsoft Intune apps",
+ "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementApps.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune apps",
+ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -40341,19 +41901,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -40388,18 +41948,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistrationCount",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistrationCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -40434,18 +41995,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistrationCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicy",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -40480,19 +42043,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicy",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/windowsInformationProtectionPolicies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -40527,18 +42090,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -40573,65 +42138,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment"
},
{
- "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments",
- "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",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -40666,19 +42185,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -40713,18 +42233,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -40759,19 +42280,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -40806,18 +42328,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -40852,19 +42375,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -40899,19 +42423,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -40946,18 +42471,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -40992,24 +42518,25 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"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": "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
@@ -41023,35 +42550,36 @@
"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.",
+ "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.Read.All",
- "Description": "Read Microsoft Intune apps",
- "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "Name": "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",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -41086,18 +42614,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -41132,18 +42661,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeActionCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeActionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -41178,65 +42708,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtection",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsManagedAppProtection",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsManagedAppProtections",
- "Permissions": [
- {
- "Name": "DeviceManagementConfiguration.Read.All",
- "Description": "Read Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "DeviceManagementConfiguration.ReadWrite.All",
- "Description": "Read and write Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementApps.ReadWrite.All",
- "Description": "Read and write Microsoft Intune apps",
- "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementApps.Read.All",
- "Description": "Read Microsoft Intune apps",
- "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ],
"Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsManagedAppProtection",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -41271,19 +42756,67 @@
"IsLeastPrivilege": false
}
],
+ "OutputType": "IMicrosoftGraphWindowsManagedAppProtection"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtection",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsManagedAppProtections",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
"Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune apps",
+ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.Read.All",
+ "Description": "Read Microsoft Intune apps",
+ "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphWindowsManagedAppProtection"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -41318,18 +42851,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedMobileApp"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -41364,19 +42898,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedMobileApp"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAppCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -41411,19 +42946,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -41458,18 +42994,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -41504,19 +43041,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment"
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsManagedAppProtections/$count",
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -41551,32 +43089,81 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionCount",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsManagedAppProtections/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune apps",
+ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.Read.All",
+ "Description": "Read Microsoft Intune apps",
+ "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary",
+ "Method": "GET",
"Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary"
},
{
+ "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagementApp",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsManagementApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/windowsManagementApp",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -41611,18 +43198,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaDeviceAppManagementWindowsManagementApp",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsManagementApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsManagementApp"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceByDeviceId",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta",
"Uri": "/devices(deviceId='{deviceId}')",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Device.Read.All",
@@ -41657,88 +43246,93 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDeviceByDeviceId",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/devices/getByIds",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta",
+ "Uri": "/devices/getByIds",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/devices/{device-id}/commands/{command-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceCommand",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/commands/{command-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCommand",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCommand"
},
{
- "Uri": "/devices/{device-id}/commands",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceCommand",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/commands",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCommand",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCommand"
},
{
- "Uri": "/devices/{device-id}/commands/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceCommandCount",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/commands/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/commands/{command-id}/responsepayload",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceCommandResponsepayload",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/commands/{command-id}/responsepayload",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceCount",
+ "ApiReferenceLink": null,
"Uri": "/devices/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Device.Read.All",
@@ -41773,72 +43367,77 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDeviceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/devices/delta",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta",
+ "Uri": "/devices/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/devices/{device-id}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/extensions",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/devices/{device-id}/extensions/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagement",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -41921,48 +43520,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagement",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagement",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagement"
},
{
- "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary",
- "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.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -41981,19 +43551,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -42012,18 +43583,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -42042,18 +43614,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -42072,19 +43645,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -42103,18 +43677,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/$count",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -42133,18 +43708,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -42163,19 +43739,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -42194,18 +43771,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -42224,18 +43802,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchemaCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -42254,19 +43833,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -42285,18 +43865,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/$count",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -42315,18 +43896,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/androidForWorkSettings",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -42345,18 +43927,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAndroidForWorkSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/androidForWorkSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAndroidForWorkSettings",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -42375,18 +43958,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphAndroidForWorkSettings"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -42405,19 +43989,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -42436,18 +44021,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -42466,18 +44052,50 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchemaCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementApplePushNotificationCertificate",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/applePushNotificationCertificate",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.ReadWrite.All",
@@ -42512,18 +44130,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementApplePushNotificationCertificate",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplePushNotificationCertificate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphApplePushNotificationCertificate"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -42542,19 +44162,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -42573,18 +44193,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -42603,19 +44225,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -42634,18 +44256,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -42664,19 +44288,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -42695,18 +44319,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAssignedRoleDetail",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/getAssignedRoleDetails",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -42741,49 +44366,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Get-MgBetaDeviceManagementAssignedRoleDetail",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetails",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetails"
},
{
- "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}",
- "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.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAssignmentFilter",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/assignmentFilters",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -42802,18 +44398,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAssignmentFilter",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/assignmentFilters",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/assignmentFilters/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -42832,18 +44429,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAssignmentFilterCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/assignmentFilters/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/assignmentFilters/getPlatformSupportedProperties(platform='{platform}')",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -42862,19 +44460,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAssignmentFilterPlatformSupportedProperty",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/assignmentFilters/getPlatformSupportedProperties(platform='{platform}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/assignmentFilters/getState",
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -42893,18 +44492,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
+ "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAssignmentFilterState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/assignmentFilters/getState",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/getAssignmentFiltersStatusDetails",
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -42923,19 +44523,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementAssignmentFilterStatusDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/getAssignmentFiltersStatusDetails",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAssignmentFilterStatusDetails",
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}/getSupportedProperties",
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -42954,50 +44555,52 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
+ "OutputType": "IMicrosoftGraphAssignmentFilterStatusDetails"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAssignmentFilterSupportedProperty",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}/getSupportedProperties",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/auditEvents/{auditEvent-id}",
+ "Module": "Beta.DeviceManagement.Functions",
"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.",
+ "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": "DeviceManagementApps.ReadWrite.All",
- "Description": "Read and write Microsoft Intune apps",
- "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "Name": "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.Administration",
+ "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAuditEvent",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/auditEvents/{auditEvent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuditEvent",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/auditEvents",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -43016,18 +44619,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphAuditEvent"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAuditEvent",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/auditEvents",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuditEvent",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -43046,19 +44650,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
+ "OutputType": "IMicrosoftGraphAuditEvent"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAuditEventAuditActivityType",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/auditEvents/getAuditCategories",
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -43077,18 +44682,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAuditEventAuditCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/auditEvents/getAuditCategories",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/auditEvents/$count",
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -43107,49 +44713,51 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAuditEventCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/auditEvents/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}",
+ "Module": "Beta.DeviceManagement.Administration",
"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": "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": "DeviceManagementManagedDevices.ReadWrite.All",
- "Description": "Read and write Microsoft Intune devices",
- "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "Name": "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.DeviceManagement.Enrollment",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAutopilotEvent",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/autopilotEvents",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -43168,18 +44776,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAutopilotEvent",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/autopilotEvents",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/autopilotEvents/$count",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -43198,18 +44807,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAutopilotEventCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/autopilotEvents/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -43228,19 +44838,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -43259,18 +44870,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/$count",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -43289,50 +44901,52 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetailCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}",
+ "Module": "Beta.DeviceManagement.Enrollment",
"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
},
{
- "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.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
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementCartToClassAssociation",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCartToClassAssociation",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/cartToClassAssociations",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -43351,18 +44965,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphCartToClassAssociation"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementCartToClassAssociation",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/cartToClassAssociations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCartToClassAssociation",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/cartToClassAssociations/$count",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -43381,18 +44996,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphCartToClassAssociation"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementCartToClassAssociationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/cartToClassAssociations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -43411,19 +45027,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/categories",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -43442,18 +45059,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/categories/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -43472,18 +45090,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -43502,19 +45121,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementCategorySettingDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -43533,18 +45153,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementCategorySettingDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -43563,19 +45184,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementCategorySettingDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetrics",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -43594,21 +45216,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetric",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetrics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphKeyLongValuePair",
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetricTimeSeries",
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -43627,21 +45250,54 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
+ "OutputType": "IMicrosoftGraphKeyLongValuePair"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetricTimeSeries",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetricTimeSeries",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCertificateConnectorHealthMetricValue",
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "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": "IMicrosoftGraphCertificateConnectorHealthMetricValue"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComanagedDevice",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -43676,19 +45332,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementComanagedDevice",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComanagedDevice",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/comanagedDevices",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -43723,183 +45379,196 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementComanagedDevice",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedDevice"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetailCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceCategory"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcRemoteActionResults",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcRemoteActionResult",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcRemoteActionResults",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta"
+ "Module": "Beta.DeviceManagement.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcReviewStatus",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcReviewStatus",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcReviewStatus",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta"
+ "Module": "Beta.DeviceManagement.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudPcReviewStatus"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceConfigurationState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceConfigurationState"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceConfigurationState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceConfigurationState"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/comanagedDevices/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -43934,59 +45603,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDetectedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDetectedApp"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDetectedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDetectedApp"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getFileVaultKey",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -44021,238 +45695,254 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getNonCompliantSettings",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceNonCompliantSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getNonCompliantSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityBaselineState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityBaselineState"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityBaselineState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityBaselineState"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityBaselineSettingState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityBaselineSettingState"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityBaselineSettingState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityBaselineSettingState"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceSummary",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/getComanagedDevicesSummary",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -44287,86 +45977,93 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceSummary",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphComanagedDevicesSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphComanagedDevicesSummary"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/users",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceUser",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/users",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsProtectionState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsProtectionState"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState"
},
{
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -44401,19 +46098,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphComanagementEligibleDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphComanagementEligibleDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/comanagementEligibleDevices",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -44448,18 +46145,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphComanagementEligibleDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphComanagementEligibleDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/comanagementEligibleDevices/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -44494,18 +46192,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceSummary",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/getComanagementEligibleDevicesSummary",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -44540,18 +46239,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceSummary",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphComanagementEligibleDevicesSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphComanagementEligibleDevicesSummary"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -44586,19 +46287,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphComplianceManagementPartner",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphComplianceManagementPartner"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/complianceManagementPartners",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -44633,18 +46334,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphComplianceManagementPartner",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphComplianceManagementPartner"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComplianceManagementPartnerCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/complianceManagementPartners/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -44679,49 +46381,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementComplianceManagementPartnerCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}",
- "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.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementCompliancePolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/compliancePolicies",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -44740,18 +46413,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementCompliancePolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/compliancePolicies",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -44770,19 +46444,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -44801,18 +46476,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -44831,19 +46507,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/compliancePolicies/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -44862,18 +46539,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementCompliancePolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/compliancePolicies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -44892,19 +46570,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -44923,18 +46602,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -44953,19 +46633,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -44984,19 +46665,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -45015,18 +46697,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -45045,19 +46728,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -45076,19 +46760,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementCompliancePolicySetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -45107,18 +46792,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementCompliancePolicySetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -45137,60 +46823,96 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementCompliancePolicySettingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition"
},
{
- "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition"
},
{
- "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComplianceSetting",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -45209,19 +46931,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementComplianceSetting",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComplianceSetting",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/complianceSettings",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -45240,18 +46962,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementComplianceSetting",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComplianceSettingCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/complianceSettings/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -45270,18 +46993,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementComplianceSettingCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConditionalAccessSetting",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/conditionalAccessSettings",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -45316,18 +47040,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementConditionalAccessSetting",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigManagerCollectionPolicySummary",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/configManagerCollections/getPolicySummary(policyId='{policyId}')",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -45362,19 +47088,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Get-MgBetaDeviceManagementConfigManagerCollectionPolicySummary",
+ "OutputType": "IMicrosoftGraphConfigManagerPolicySummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConfigManagerPolicySummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -45393,19 +47120,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicy",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/configurationPolicies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -45424,18 +47151,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -45454,19 +47183,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -45485,18 +47214,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -45515,19 +47246,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/configurationPolicies/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -45546,46 +47277,50 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveJustInTimeConfiguration",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementConfigurationPolicyJust",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveJustInTimeConfiguration",
+ "ApiVersion": "beta",
"Variants": [
"Retrieve",
"RetrieveViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationJustInTimeAssignmentPolicy",
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationJustInTimeAssignmentPolicy"
},
{
- "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementConfigurationPolicyLatestUpgradeDefaultBaselinePolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy",
+ "ApiVersion": "beta",
"Variants": [
"Retrieve",
"RetrieveViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -45604,19 +47339,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -45635,18 +47370,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -45665,19 +47402,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -45696,19 +47434,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -45727,49 +47465,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition"
},
{
- "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$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": "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -45788,19 +47497,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/configurationPolicyTemplates",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -45819,18 +47529,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/configurationPolicyTemplates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/configurationPolicyTemplates/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -45849,18 +47560,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/configurationPolicyTemplates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -45879,19 +47591,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -45910,18 +47623,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -45940,19 +47654,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -45971,19 +47686,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -46002,18 +47718,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -46032,19 +47749,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -46063,19 +47781,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementConfigurationSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/configurationSettings",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -46094,18 +47813,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementConfigurationSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/configurationSettings",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/configurationSettings/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -46124,23 +47844,24 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementConfigurationSettingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/configurationSettings/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
- "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.",
+ "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
@@ -46152,29 +47873,22 @@
"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",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDataSharingConsent",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDataSharingConsent",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/dataSharingConsents",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.ReadWrite.All",
@@ -46201,18 +47915,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDataSharingConsent"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDataSharingConsent",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/dataSharingConsents",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDataSharingConsent",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/dataSharingConsents/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.ReadWrite.All",
@@ -46239,49 +47954,59 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDataSharingConsent"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDataSharingConsentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/dataSharingConsents/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}",
+ "Module": "Beta.DeviceManagement",
"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.",
+ "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": 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.",
+ "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.Enrollment",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDepOnboardingSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDepOnboardingSetting",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/depOnboardingSettings",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -46300,18 +48025,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "OutputType": "IMicrosoftGraphDepOnboardingSetting"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDepOnboardingSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/depOnboardingSettings",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDepOnboardingSetting",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/depOnboardingSettings/$count",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -46330,18 +48056,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "OutputType": "IMicrosoftGraphDepOnboardingSetting"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDepOnboardingSettingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/depOnboardingSettings/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -46360,19 +48087,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDepIosEnrollmentProfile",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -46391,19 +48119,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "OutputType": "IMicrosoftGraphDepIosEnrollmentProfile"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDepMacOSEnrollmentProfile",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/getEncryptionPublicKey",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -46422,19 +48151,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
+ "OutputType": "IMicrosoftGraphDepMacOSEnrollmentProfile"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/getEncryptionPublicKey",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}",
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -46453,19 +48183,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEnrollmentProfile",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -46484,18 +48215,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "OutputType": "IMicrosoftGraphEnrollmentProfile"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEnrollmentProfile",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/$count",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -46514,19 +48246,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "OutputType": "IMicrosoftGraphEnrollmentProfile"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/depOnboardingSettings/getExpiringVppTokenCount(expiringBeforeDateTime='{expiringBeforeDateTime}')",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -46545,19 +48278,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDepOnboardingSettingExpiringVppTokenCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/depOnboardingSettings/getExpiringVppTokenCount(expiringBeforeDateTime='{expiringBeforeDateTime}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}",
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -46576,19 +48310,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -46607,18 +48342,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/$count",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -46637,59 +48373,95 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "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
+ }
+ ],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDerivedCredential",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings"
},
{
- "Uri": "/deviceManagement/derivedCredentials",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDerivedCredential",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/derivedCredentials",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings"
},
{
- "Uri": "/deviceManagement/derivedCredentials/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDerivedCredentialCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/derivedCredentials/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDetectedApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/detectedApps/{detectedApp-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -46724,19 +48496,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDetectedApp",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDetectedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDetectedApp"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDetectedApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/detectedApps",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -46771,18 +48543,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDetectedApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDetectedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDetectedApp"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDetectedAppCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/detectedApps/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -46817,18 +48590,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDetectedAppCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -46847,19 +48622,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -46878,18 +48653,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDeviceCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -46908,19 +48685,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDeviceCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -46955,19 +48733,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceCategory",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceCategory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCategory",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceCategories",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47002,18 +48780,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceCategory",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceCategory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCategoryCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceCategories/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47048,49 +48827,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceCategoryCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}",
- "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.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicy",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47109,18 +48859,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicy"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicy",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47139,19 +48890,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicy"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47170,18 +48922,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47200,19 +48953,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47231,18 +48985,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/getDevicesScheduledToRetire",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47261,18 +49016,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/getDevicesScheduledToRetire",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRetireScheduledManagedDevice",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}",
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47291,19 +49047,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphRetireScheduledManagedDevice"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSettingStateDeviceSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47322,18 +49079,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphSettingStateDeviceSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSettingStateDeviceSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47352,19 +49110,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphSettingStateDeviceSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47383,18 +49142,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47413,19 +49173,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47444,18 +49205,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47474,19 +49236,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47505,19 +49268,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/getNoncompliantDevicesToRetire",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47536,19 +49300,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
+ "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/getNoncompliantDevicesToRetire",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}",
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47567,19 +49332,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47598,18 +49364,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47628,19 +49395,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47659,19 +49427,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceComplianceActionItem",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47690,18 +49459,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceComplianceActionItem"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceComplianceActionItem",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47720,19 +49490,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceComplianceActionItem"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47751,19 +49522,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47782,18 +49554,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47812,18 +49585,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47842,19 +49616,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceComplianceSettingState",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47873,18 +49648,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceComplianceSettingState"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceComplianceSettingState",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47903,19 +49679,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceComplianceSettingState"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47934,19 +49711,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47965,18 +49743,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -47995,19 +49774,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48026,19 +49806,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48057,19 +49838,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48088,18 +49870,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceConfiguration"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48118,18 +49901,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphDeviceConfiguration"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationAllManagedDeviceCertificateStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48148,19 +49932,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48179,18 +49964,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48209,19 +49995,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48240,19 +50027,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurationConflictSummary",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48271,18 +50059,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurationConflictSummary",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurationConflictSummary/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48301,18 +50090,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummaryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurationConflictSummary/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48331,18 +50121,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48361,19 +50152,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSettingStateDeviceSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48392,18 +50184,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphSettingStateDeviceSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSettingStateDeviceSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48422,19 +50215,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphSettingStateDeviceSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48453,18 +50247,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48483,19 +50278,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48514,18 +50310,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48544,19 +50341,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48575,19 +50373,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48606,19 +50405,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48637,18 +50437,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48667,19 +50468,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48698,19 +50500,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/getIosAvailableUpdateVersions",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48729,18 +50532,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
+ "OutputType": "IMicrosoftGraphDeviceConfiguration"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationIoAvailableUpdateVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/getIosAvailableUpdateVersions",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIosAvailableUpdateVersion",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}",
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48759,19 +50563,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphIosAvailableUpdateVersion"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48790,18 +50595,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48820,59 +50626,95 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
+ "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationOmaSettingPlainTextValue",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Functions",
+ "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
+ }
+ ],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceConfigurationProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceConfigurationProfile"
},
{
- "Uri": "/deviceManagement/deviceConfigurationProfiles",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurationProfiles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceConfigurationProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceConfigurationProfile"
},
{
- "Uri": "/deviceManagement/deviceConfigurationProfiles/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurationProfiles/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48891,19 +50733,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRestrictedAppsViolation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRestrictedAppsViolation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48922,18 +50764,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRestrictedAppsViolation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRestrictedAppsViolation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolationCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48952,32 +50795,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolationCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/deviceConfigurations/getTargetedUsersAndDevices",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementDeviceConfigurationTargetedUserAndDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/getTargetedUsersAndDevices",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceConfigurationTargetedUserAndDevice",
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceConfigurationTargetedUserAndDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStateSummary",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceConfigurationUserStateSummaries",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -48996,18 +50841,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStateSummary",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -49026,19 +50873,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -49057,18 +50904,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -49087,19 +50936,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -49118,19 +50968,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -49165,19 +51016,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceEnrollmentConfigurations",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -49212,18 +51063,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -49258,19 +51111,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -49305,18 +51158,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -49351,19 +51206,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -49398,18 +51253,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScript",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -49428,19 +51285,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScript",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceHealthScript",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceHealthScript"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScript",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceHealthScripts",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -49459,18 +51316,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScript",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceHealthScript",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceHealthScript"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -49489,19 +51348,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -49520,18 +51379,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -49550,19 +51411,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceHealthScripts/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -49581,18 +51442,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -49611,19 +51474,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -49642,18 +51505,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -49672,19 +51537,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -49719,19 +51585,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice",
+ "OutputType": "IMicrosoftGraphManagedDevice"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getGlobalScriptHighestAvailableVersion",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getGlobalScriptHighestAvailableVersion",
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -49750,19 +51617,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationHistory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getRemediationHistory",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getRemediationHistory",
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -49781,19 +51649,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationHistory",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationHistory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationHistory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationSummary",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceHealthScripts/getRemediationSummary",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -49812,18 +51680,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationSummary",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationSummary"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRunSummary",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -49842,19 +51712,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRunSummary",
+ "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScript",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -49889,19 +51760,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScript",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceShellScript",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceShellScript"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScript",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceShellScripts",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -49936,18 +51807,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScript",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceShellScript",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceShellScript"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -49982,19 +51855,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -50029,18 +51902,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -50075,19 +51950,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceShellScripts/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -50122,18 +51997,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -50168,19 +52045,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -50215,18 +52092,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -50261,33 +52140,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -50322,19 +52203,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -50369,18 +52250,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -50415,19 +52298,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptRunSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -50462,19 +52346,67 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptRunSummary",
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune devices",
+ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState"
},
{
- "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -50509,19 +52441,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState",
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -50556,92 +52489,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": 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",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
+ "CommandAlias": null,
"Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
"Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState"
},
{
- "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDomainJoinConnector",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -50660,19 +52550,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementDomainJoinConnector",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDomainJoinConnector",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/domainJoinConnectors",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -50691,18 +52581,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementDomainJoinConnector",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDomainJoinConnectorCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/domainJoinConnectors/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -50721,18 +52612,21 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementDomainJoinConnectorCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementEffectivePermission",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/getEffectivePermissions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -50751,34 +52645,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Get-MgBetaDeviceManagementEffectivePermission",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/getAllElevationRequests",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementElevationRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/getAllElevationRequests",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest",
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -50797,19 +52692,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/embeddedSIMActivationCodePools",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -50828,18 +52723,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -50858,19 +52755,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -50889,18 +52786,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -50919,19 +52818,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/embeddedSIMActivationCodePools/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -50950,18 +52849,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -50980,19 +52881,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -51011,18 +52912,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceStateCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -51041,19 +52944,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceStateCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementExchangeConnector",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -51088,19 +52992,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementExchangeConnector",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementExchangeConnector",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/exchangeConnectors",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -51135,18 +53039,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementExchangeConnector",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementExchangeConnectorCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/exchangeConnectors/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -51181,18 +53086,21 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementExchangeConnectorCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -51227,61 +53135,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy"
},
{
- "Uri": "/deviceManagement/exchangeOnPremisesPolicies",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/exchangeOnPremisesPolicies",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy"
},
{
- "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings"
},
{
- "Uri": "/deviceManagement/exchangeOnPremisesPolicies/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/exchangeOnPremisesPolicies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -51300,19 +53211,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphGroupPolicyCategory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/groupPolicyCategories",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -51331,59 +53242,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphGroupPolicyCategory"
},
{
- "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/{groupPolicyCategory-id1}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/{groupPolicyCategory-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyCategory"
},
{
- "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyCategory"
},
{
- "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChildCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/groupPolicyCategories/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -51402,118 +53317,94 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/{groupPolicyDefinition-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/{groupPolicyDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition"
},
{
- "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition"
},
{
- "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile"
},
{
- "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/parent",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryParent",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/parent",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyCategory"
},
{
- "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}",
- "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.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyConfigurations",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -51532,18 +53423,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphGroupPolicyConfiguration"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyConfigurations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -51562,19 +53454,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphGroupPolicyConfiguration"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -51593,18 +53486,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -51623,19 +53517,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyConfigurations/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -51654,18 +53549,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyConfigurations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -51684,19 +53580,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -51715,18 +53612,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -51745,19 +53643,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/definition",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -51776,19 +53675,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/definition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -51807,19 +53707,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -51838,18 +53739,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -51868,19 +53770,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyDefinitions",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -51899,32 +53802,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category",
- "Permissions": [],
"Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCategory",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyCategory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyDefinitions/$count",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -51943,18 +53833,34 @@
"IsLeastPrivilege": false
}
],
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
"Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyCategory"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -51973,562 +53879,601 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "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
+ }
+ ],
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitionFiles",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitionFiles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitionFiles/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitionFiles/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/{groupPolicyDefinition-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/{groupPolicyDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/category",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/category",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyCategory"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/definitionFile",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/definitionFile",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyPresentation"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyPresentation"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/category",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/category",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyCategory"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/definitionFile",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/definitionFile",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyPresentation"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyPresentation"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyPresentation"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyPresentation"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/category",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/category",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyCategory"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/definitionFile",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/definitionFile",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/category",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/category",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyCategory"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/definitionFile",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/definitionFile",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyPresentation"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyPresentation"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyPresentation"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyPresentation"
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition"
},
{
- "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}",
- "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.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyMigrationReports",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -52547,18 +54492,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyMigrationReports",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyMigrationReports/$count",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -52577,18 +54523,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyMigrationReports/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -52607,19 +54554,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicySettingMapping",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -52638,18 +54586,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphGroupPolicySettingMapping"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicySettingMapping",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/$count",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -52668,19 +54617,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphGroupPolicySettingMapping"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMappingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -52699,19 +54649,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -52730,18 +54681,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/$count",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -52760,19 +54712,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -52791,19 +54744,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyObjectFile",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyObjectFiles",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -52822,18 +54776,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphGroupPolicyObjectFile"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyObjectFiles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyObjectFile",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyObjectFiles/$count",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -52852,18 +54807,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphGroupPolicyObjectFile"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyObjectFiles/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -52882,19 +54838,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -52913,18 +54870,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/$count",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -52943,131 +54901,139 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "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
+ }
+ ],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/{groupPolicyDefinition-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/{groupPolicyDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition"
},
{
- "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition"
},
{
- "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyOperation"
},
{
- "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupPolicyOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroupPolicyOperation"
},
{
- "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}",
- "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
- }
- ],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphImportedDeviceIdentity",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/importedDeviceIdentities",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -53086,18 +55052,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "OutputType": "IMicrosoftGraphImportedDeviceIdentity"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/importedDeviceIdentities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphImportedDeviceIdentity",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/importedDeviceIdentities/$count",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -53116,18 +55083,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "OutputType": "IMicrosoftGraphImportedDeviceIdentity"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementImportedDeviceIdentityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/importedDeviceIdentities/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -53146,19 +55114,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -53177,18 +55146,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -53207,49 +55177,51 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}",
+ "Module": "Beta.DeviceManagement.Enrollment",
"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": "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": "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": "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
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntent",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementIntent",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -53268,18 +55240,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntent"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntent",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementIntent",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -53298,19 +55271,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntent"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -53329,18 +55303,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -53359,19 +55334,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -53390,19 +55366,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -53421,18 +55398,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -53451,19 +55429,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -53482,19 +55461,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentCategorySetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -53513,18 +55493,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentCategorySetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -53543,19 +55524,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentCategorySettingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -53574,19 +55556,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -53605,18 +55588,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -53635,19 +55619,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -53666,18 +55651,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/getCustomizedSettings",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -53696,19 +55682,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentCustomizedSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/getCustomizedSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementIntentCustomizedSetting",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}",
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -53727,19 +55714,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntentCustomizedSetting"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -53758,18 +55746,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -53788,19 +55777,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummaryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -53819,19 +55809,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentDeviceState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -53850,18 +55841,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentDeviceState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -53880,19 +55872,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentDeviceStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -53911,19 +55904,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentDeviceStateSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -53942,19 +55936,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -53973,18 +55968,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -54003,19 +55999,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentSettingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -54034,19 +56031,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentUserState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -54065,18 +56063,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentUserState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -54095,19 +56094,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentUserStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -54126,50 +56126,52 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntentUserStateSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}",
+ "Module": "Beta.DeviceManagement",
"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.",
+ "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": "DeviceManagementApps.ReadWrite.All",
- "Description": "Read and write Microsoft Intune apps",
- "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "Name": "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.Administration",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIntuneBrandingProfile",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intuneBrandingProfiles",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -54188,18 +56190,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphIntuneBrandingProfile"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intuneBrandingProfiles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIntuneBrandingProfile",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -54218,19 +56221,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphIntuneBrandingProfile"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -54249,18 +56253,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/$count",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -54279,19 +56284,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/intuneBrandingProfiles/$count",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -54310,49 +56316,51 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/intuneBrandingProfiles/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}",
+ "Module": "Beta.DeviceManagement.Administration",
"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": "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.",
+ "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.DeviceManagement.Administration",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIoUpdateStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/iosUpdateStatuses",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -54371,18 +56379,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIoUpdateStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/iosUpdateStatuses",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/iosUpdateStatuses/$count",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -54401,18 +56410,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementIoUpdateStatusCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/iosUpdateStatuses/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -54431,19 +56441,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -54462,18 +56473,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -54492,19 +56504,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -54523,18 +56536,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -54553,19 +56567,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -54584,19 +56599,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -54615,18 +56631,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary",
- "Variants": [
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries",
+ "ApiVersion": "beta",
+ "Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -54645,19 +56662,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummaryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -54676,18 +56694,51 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementManagedDevice",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/managedDevices/{managedDevice-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -54722,19 +56773,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementManagedDevice",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementManagedDevice",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/managedDevices",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -54769,127 +56820,137 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementManagedDevice",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedDevice"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetailCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceCategory"
},
{
- "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule"
},
{
- "Uri": "/deviceManagement/managedDeviceCleanupRules",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDeviceCleanupRules",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule"
},
{
- "Uri": "/deviceManagement/managedDeviceCleanupRules/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRuleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDeviceCleanupRules/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcRemoteActionResult",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta"
+ "Module": "Beta.DeviceManagement.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta",
"Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcReviewStatus",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -54908,101 +56969,107 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcReviewStatus",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphCloudPcReviewStatus"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceConfigurationState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceConfigurationState"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceConfigurationState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceConfigurationState"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/managedDevices/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -55037,59 +57104,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDetectedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDetectedApp"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDetectedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDetectedApp"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -55108,19 +57180,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/managedDeviceEncryptionStates",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -55139,18 +57211,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionStateCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/managedDeviceEncryptionStates/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -55169,18 +57242,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionStateCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceFileVaultKey",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getFileVaultKey",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -55215,156 +57290,166 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceFileVaultKey",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getNonCompliantSettings",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceNonCompliantSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getNonCompliantSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceOverview",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/managedDeviceOverview",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -55399,199 +57484,181 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceOverview",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDeviceOverview",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedDeviceOverview"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityBaselineState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityBaselineState"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityBaselineState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityBaselineState"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityBaselineSettingState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityBaselineSettingState"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityBaselineSettingState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityBaselineSettingState"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceUser",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsProtectionState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsProtectionState"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}",
- "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.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/microsoftTunnelConfigurations",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -55610,18 +57677,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/microsoftTunnelConfigurations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/microsoftTunnelConfigurations/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -55640,18 +57708,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfigurationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/microsoftTunnelConfigurations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -55670,19 +57739,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/microsoftTunnelHealthThresholds",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -55701,18 +57771,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/microsoftTunnelHealthThresholds",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -55731,18 +57802,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThresholdCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -55761,19 +57833,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -55792,18 +57865,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -55822,18 +57896,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -55852,19 +57927,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMicrosoftTunnelSite",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/microsoftTunnelSites",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -55883,18 +57959,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphMicrosoftTunnelSite"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/microsoftTunnelSites",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMicrosoftTunnelSite",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/microsoftTunnelSites/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -55913,18 +57990,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphMicrosoftTunnelSite"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/microsoftTunnelSites/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -55943,19 +58021,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -55974,19 +58053,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMicrosoftTunnelServer",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -56005,18 +58085,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphMicrosoftTunnelServer"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMicrosoftTunnelServer",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -56035,19 +58116,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphMicrosoftTunnelServer"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetrics",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -56066,21 +58148,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetrics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphKeyLongValuePair",
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetricTimeSeries",
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -56099,21 +58182,54 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
+ "OutputType": "IMicrosoftGraphKeyLongValuePair"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetricTimeSeries",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMetricTimeSeriesDataPoint",
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "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": "IMicrosoftGraphMetricTimeSeriesDataPoint"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -56132,19 +58248,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/mobileAppTroubleshootingEvents",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -56163,18 +58279,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -56209,19 +58327,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppLogCollectionRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAppLogCollectionRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -56256,18 +58374,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppLogCollectionRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAppLogCollectionRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -56302,19 +58422,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -56333,18 +58453,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -56379,19 +58501,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/mobileThreatDefenseConnectors",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -56426,18 +58548,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnectorCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -56472,31 +58595,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnectorCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/monitoring",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementMonitoring",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/monitoring",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementMonitoring",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceManagementMonitoring"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -56515,19 +58641,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/monitoring/alertRecords",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -56546,18 +58672,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/monitoring/alertRecords/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -56576,18 +58703,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordPortalNotification",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/monitoring/alertRecords/getPortalNotifications",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -56606,18 +58734,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordPortalNotification",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementPortalNotification",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementPortalNotification"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -56636,19 +58766,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementAlertRule"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementMonitoringAlertRule",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/monitoring/alertRules",
+ "ApiVersion": "beta",
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementAlertRule",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/monitoring/alertRules",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -56667,18 +58797,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementAlertRule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementAlertRule"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMonitoringAlertRuleCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/monitoring/alertRules/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -56697,18 +58828,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementMonitoringAlertRuleCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementNdeConnector",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -56727,19 +58860,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementNdeConnector",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphNdesConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphNdesConnector"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementNdeConnector",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/ndesConnectors",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -56758,18 +58891,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementNdeConnector",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphNdesConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphNdesConnector"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementNdeConnectorCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/ndesConnectors/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -56788,18 +58922,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementNdeConnectorCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -56818,19 +58954,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphNotificationMessageTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphNotificationMessageTemplate"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/notificationMessageTemplates",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -56849,18 +58985,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphNotificationMessageTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphNotificationMessageTemplate"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/notificationMessageTemplates/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -56879,18 +59016,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -56909,19 +59048,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphLocalizedNotificationMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphLocalizedNotificationMessage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -56940,18 +59079,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphLocalizedNotificationMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphLocalizedNotificationMessage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -56970,19 +59111,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyApprovableOperation",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/operationApprovalPolicies/getApprovableOperations",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Retrieve"
+ ],
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -57017,19 +59159,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyApprovableOperation",
+ "OutputType": "IMicrosoftGraphOperationApprovalPolicySet"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyOperationRequiringApproval",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/operationApprovalPolicies/getOperationsRequiringApproval",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Retrieve"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOperationApprovalPolicySet",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/operationApprovalPolicies/getOperationsRequiringApproval",
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -57064,19 +59207,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyOperationRequiringApproval",
- "Variants": [
- "Get",
- "Retrieve"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOperationApprovalPolicySet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOperationApprovalPolicySet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequest",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/operationApprovalRequests/retrieveMyRequests",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Retrieve"
+ ],
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -57111,18 +59254,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequest",
- "Variants": [
- "Retrieve"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOperationApprovalRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOperationApprovalRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequestById",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/operationApprovalRequests/retrieveMyRequestById(id='{id}')",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Retrieve",
+ "RetrieveViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -57157,33 +59302,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequestById",
- "Variants": [
- "Retrieve",
- "RetrieveViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOperationApprovalRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOperationApprovalRequest"
},
{
- "Uri": "/deviceManagement/operationApprovalRequests/retrieveRequestStatus",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementOperationApprovalRequestStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/operationApprovalRequests/retrieveRequestStatus",
+ "ApiVersion": "beta",
"Variants": [
"Retrieve",
"RetrieveExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOperationApprovalRequestEntityStatus",
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOperationApprovalRequestEntityStatus"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementPartner",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -57218,19 +59365,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementPartner",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementPartner",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementPartner"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementPartner",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceManagementPartners",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -57265,18 +59412,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementPartner",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementPartner",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementPartner"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementPartnerCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceManagementPartners/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -57311,18 +59459,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementPartnerCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRemoteActionAudit",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -57357,19 +59507,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementRemoteActionAudit",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRemoteActionAudit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRemoteActionAudit"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRemoteActionAudit",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/remoteActionAudits",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -57404,18 +59554,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementRemoteActionAudit",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRemoteActionAudit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRemoteActionAudit"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRemoteActionAuditCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/remoteActionAudits/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -57450,18 +59601,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementRemoteActionAuditCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -57496,19 +59649,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRemoteAssistancePartner",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRemoteAssistancePartner"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/remoteAssistancePartners",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -57543,18 +59696,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRemoteAssistancePartner",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRemoteAssistancePartner"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartnerCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/remoteAssistancePartners/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -57589,18 +59743,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartnerCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementReport",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/reports",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Reports",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -57667,74 +59822,80 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Reports",
- "Command": "Get-MgBetaDeviceManagementReport",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementReports",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementReports"
},
{
- "Uri": "/deviceManagement/reports/getActiveMalwareReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportActiveMalwareReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getActiveMalwareReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getActiveMalwareSummaryReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportActiveMalwareSummaryReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getActiveMalwareSummaryReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getAppsInstallSummaryReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportAppInstallSummaryReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getAppsInstallSummaryReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getAppStatusOverviewReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportAppStatusOverviewReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getAppStatusOverviewReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportCachedReport",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/reports/getCachedReport",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -57785,19 +59946,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportCachedReport",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Reports",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -57848,19 +60010,82 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Reports",
+ "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/cachedReportConfigurations",
+ "ApiVersion": "beta",
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune devices",
+ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune apps",
+ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.Read.All",
+ "Description": "Read Microsoft Intune apps",
+ "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration"
},
{
- "Uri": "/deviceManagement/reports/cachedReportConfigurations",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementReportCachedReportConfigurationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/cachedReportConfigurations/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Reports",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -57911,108 +60136,50 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Reports",
- "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/cachedReportConfigurations/$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
- },
- {
- "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",
- "Command": "Get-MgBetaDeviceManagementReportCachedReportConfigurationCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/reports/getCompliancePolicyDevicesReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getCompliancePolicyDevicesReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getCompliancePolicyDeviceSummaryReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceSummaryReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getCompliancePolicyDeviceSummaryReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceReport",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -58063,19 +60230,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceSummaryReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport",
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -58126,47 +60294,50 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceSummaryReport",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getCompliancePoliciesReportForDevice",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportCompliancePolicyReportForDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getCompliancePoliciesReportForDevice",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getComplianceSettingDetailsReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportComplianceSettingDetailReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getComplianceSettingDetailsReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportComplianceSettingNonComplianceReport",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -58217,75 +60388,80 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportComplianceSettingNonComplianceReport",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getComplianceSettingsReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportComplianceSettingReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getComplianceSettingsReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getConfigManagerDevicePolicyStatusReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportConfigManagerDevicePolicyStatusReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getConfigManagerDevicePolicyStatusReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getConfigurationPolicyDevicesReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getConfigurationPolicyDevicesReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getConfigurationPolicyDeviceSummaryReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceSummaryReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getConfigurationPolicyDeviceSummaryReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceReport",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -58336,19 +60512,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport",
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -58399,61 +60576,65 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getConfigurationPoliciesReportForDevice",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyReportForDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getConfigurationPoliciesReportForDevice",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getConfigurationPolicySettingsDeviceSummaryReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getConfigurationPolicySettingsDeviceSummaryReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getConfigurationSettingDetailsReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportConfigurationSettingDetailReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getConfigurationSettingDetailsReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingNonComplianceReport",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -58504,75 +60685,80 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingNonComplianceReport",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getConfigurationSettingsReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportConfigurationSettingReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getConfigurationSettingsReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicySettingsSummaryReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicySettingsSummaryReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicyStatusSummary",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicyStatusSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicyStatusSummary",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getDeviceInstallStatusReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportDeviceInstallStatusReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getDeviceInstallStatusReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -58623,19 +60809,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentSettingReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport",
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -58686,19 +60873,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentSettingReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportDeviceNonComplianceReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport",
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -58749,19 +60937,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportDeviceNonComplianceReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportDevicePolicyComplianceReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getDevicePoliciesComplianceReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/reports/getDevicePoliciesComplianceReport",
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -58812,19 +61001,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportDevicePolicyComplianceReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportDevicePolicySettingComplianceReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getDevicePolicySettingsComplianceReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/reports/getDevicePolicySettingsComplianceReport",
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -58875,19 +61065,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportDevicePolicySettingComplianceReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliacePolicyReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getDeviceStatusByCompliacePolicyReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/reports/getDeviceStatusByCompliacePolicyReport",
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -58938,19 +61129,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliacePolicyReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliancePolicySettingReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getDeviceStatusByCompliancePolicySettingReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/reports/getDeviceStatusByCompliancePolicySettingReport",
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -59001,19 +61193,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliancePolicySettingReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getDevicesStatusByPolicyPlatformComplianceReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/reports/getDevicesStatusByPolicyPlatformComplianceReport",
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -59064,19 +61257,84 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportDeviceStatusBySettingReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getDevicesStatusBySettingReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune devices",
+ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune apps",
+ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.Read.All",
+ "Description": "Read Microsoft Intune apps",
+ "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getDevicesStatusBySettingReport",
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliacePolicyReport",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -59127,19 +61385,84 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportDeviceStatusBySettingReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliancePolicySettingsReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune devices",
+ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune apps",
+ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.Read.All",
+ "Description": "Read Microsoft Intune apps",
+ "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliacePolicyReport",
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportDeviceWithoutCompliancePolicyReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -59190,19 +61513,50 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportEncryptionReportForDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getEncryptionReportForDevices",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
"Method": "POST",
- "ApiReferenceLink": null
+ "Command": "Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getEnrollmentConfigurationPoliciesByDevice",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliancePolicySettingsReport",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementReportExportJob",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Reports",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -59253,19 +61607,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementExportJob"
},
{
- "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementReportExportJob",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/exportJobs",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Reports",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -59316,47 +61670,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportDeviceWithoutCompliancePolicyReport",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementExportJob"
},
{
- "Uri": "/deviceManagement/reports/getEncryptionReportForDevices",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportEncryptionReportForDevice",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementReportExportJobCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/exportJobs/$count",
"ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/reports/getEnrollmentConfigurationPoliciesByDevice",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice",
"Variants": [
- "Get",
- "GetExpanded"
+ "Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}",
+ "Module": "Beta.Reports",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -59407,19 +61733,50 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Reports",
- "Command": "Get-MgBetaDeviceManagementReportExportJob",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getFailedMobileAppsReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
- "GetViaIdentity"
+ "GetExpanded"
],
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getFailedMobileAppsSummaryReport",
"ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementExportJob",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/exportJobs",
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportFilter",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getReportFilters",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -59470,18 +61827,52 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Reports",
- "Command": "Get-MgBetaDeviceManagementReportExportJob",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportGroupPolicySettingDeviceSettingReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getGroupPolicySettingsDeviceSettingsReport",
+ "ApiVersion": "beta",
"Variants": [
- "List"
+ "Get",
+ "GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementExportJob",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/exportJobs/$count",
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportHistoricalReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getHistoricalReport",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -59532,46 +61923,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Reports",
- "Command": "Get-MgBetaDeviceManagementReportExportJobCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getFailedMobileAppsReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppReport",
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportMalwareSummaryReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getMalwareSummaryReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getFailedMobileAppsSummaryReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport",
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppConfigurationReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppConfigurationReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/reports/getReportFilters",
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -59581,22 +61961,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",
@@ -59622,19 +61986,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportFilter",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppRegistrationSummaryReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/reports/getGroupPolicySettingsDeviceSettingsReport",
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -59651,21 +62016,38 @@
"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",
- "Command": "Get-MgBetaDeviceManagementReportGroupPolicySettingDeviceSettingReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportNoncompliantDeviceAndSettingReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/reports/getHistoricalReport",
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -59716,33 +62098,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportHistoricalReport",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getMalwareSummaryReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportMalwareSummaryReport",
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceMetadata",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppConfigurationReport",
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -59753,51 +62122,20 @@
"IsLeastPrivilege": true
},
{
- "Name": "DeviceManagementConfiguration.ReadWrite.All",
- "Description": "Read and write Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementApps.ReadWrite.All",
- "Description": "Read and write Microsoft Intune apps",
- "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "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": "DeviceManagementApps.Read.All",
- "Description": "Read Microsoft Intune apps",
- "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "Name": "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
- }
- ],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppConfigurationReport",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppRegistrationSummaryReport",
- "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",
@@ -59824,19 +62162,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport",
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -59887,19 +62226,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportNoncompliantDeviceAndSettingReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata",
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -59950,187 +62290,65 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceMetadata",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport",
- "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",
- "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceReport",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport",
- "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",
- "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
+ "CommandAlias": null,
"Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/reports/getQuietTimePolicyUsersReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
"Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getQuietTimePolicyUsersReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getQuietTimePolicyUserSummaryReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getQuietTimePolicyUserSummaryReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getRelatedAppsStatusReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportRelatedAppStatusReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getRelatedAppsStatusReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/reports/getRemoteAssistanceSessionsReport",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -60165,19 +62383,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportSettingNonComplianceReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getSettingNonComplianceReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/reports/getSettingNonComplianceReport",
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -60228,159 +62447,170 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportSettingNonComplianceReport",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getUnhealthyDefenderAgentsReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportUnhealthyDefenderAgentReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getUnhealthyDefenderAgentsReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getUnhealthyFirewallReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getUnhealthyFirewallReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getUnhealthyFirewallSummaryReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallSummaryReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getUnhealthyFirewallSummaryReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getUserInstallStatusReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportUserInstallStatusReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getUserInstallStatusReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertsPerPolicyPerDeviceReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertPerPolicyPerDeviceReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertsPerPolicyPerDeviceReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertSummaryReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertSummaryReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertSummaryReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertPerPolicyPerDeviceReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertSummaryReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertSummaryReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertSummaryReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getWindowsUpdateAlertsPerPolicyPerDeviceReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertPerPolicyPerDeviceReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getWindowsUpdateAlertsPerPolicyPerDeviceReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reports/getWindowsUpdateAlertSummaryReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertSummaryReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reports/getWindowsUpdateAlertSummaryReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportZebraFotaDeploymentReport",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/reports/getZebraFotaDeploymentReport",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -60399,19 +62629,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementReportZebraFotaDeploymentReport",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementResourceAccessProfile",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -60430,19 +62661,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementResourceAccessProfile",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementResourceAccessProfile",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/resourceAccessProfiles",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -60461,18 +62692,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementResourceAccessProfile",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -60491,19 +62724,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -60522,18 +62755,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -60552,19 +62787,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementResourceAccessProfileCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/resourceAccessProfiles/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -60583,18 +62818,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementResourceAccessProfileCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementResourceOperation",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -60629,19 +62866,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementResourceOperation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphResourceOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphResourceOperation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementResourceOperation",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/resourceOperations",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -60676,18 +62913,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementResourceOperation",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphResourceOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphResourceOperation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementResourceOperationCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/resourceOperations/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -60722,18 +62960,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementResourceOperationCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementResourceOperationScopeForUser",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}/getScopesForUser(userid='{userid}')",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -60768,47 +63008,50 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Get-MgBetaDeviceManagementResourceOperationScopeForUser",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveJustInTimeConfiguration",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementReusablePolicySettingReferencingConfigurationPolicyJust",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveJustInTimeConfiguration",
+ "ApiVersion": "beta",
"Variants": [
"Retrieve",
"RetrieveViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationJustInTimeAssignmentPolicy",
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationJustInTimeAssignmentPolicy"
},
{
- "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementReusablePolicySettingReferencingConfigurationPolicyLatestUpgradeDefaultBaselinePolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy",
+ "ApiVersion": "beta",
"Variants": [
"Retrieve",
"RetrieveViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementReusableSetting",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -60827,19 +63070,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementReusableSetting",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementReusableSetting",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/reusableSettings",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -60858,18 +63101,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementReusableSetting",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementReusableSettingCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/reusableSettings/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -60888,18 +63132,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementReusableSettingCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRoleAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -60934,19 +63180,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementRoleAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRoleAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/roleAssignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -60981,18 +63227,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementRoleAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRoleAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/roleAssignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -61027,73 +63274,79 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementRoleAssignmentCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRoleDefinition"
},
{
- "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/{roleScopeTag-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/{roleScopeTag-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRoleScopeTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRoleScopeTag"
},
{
- "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRoleScopeTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRoleScopeTag"
},
{
- "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTagCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRoleDefinition",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -61128,19 +63381,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementRoleDefinition",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRoleDefinition",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/roleDefinitions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -61175,18 +63428,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementRoleDefinition",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRoleDefinitionCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/roleDefinitions/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -61221,18 +63475,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementRoleDefinitionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -61267,19 +63523,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRoleAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -61314,18 +63570,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRoleAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -61360,19 +63618,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -61407,19 +63666,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition",
+ "OutputType": "IMicrosoftGraphRoleDefinition"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRoleScopeTag",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -61454,19 +63714,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementRoleScopeTag",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRoleScopeTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRoleScopeTag"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRoleScopeTag",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/roleScopeTags",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -61501,87 +63761,93 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementRoleScopeTag",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRoleScopeTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRoleScopeTag"
},
{
- "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment"
},
{
- "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment"
},
{
- "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/getRoleScopeTagsByIds(ids={ids})",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementRoleScopeTagById",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/getRoleScopeTagsByIds(ids={ids})",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRoleScopeTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRoleScopeTag"
},
{
- "Uri": "/deviceManagement/getRoleScopeTagsByResource(resource='{resource}')",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementRoleScopeTagByResource",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/getRoleScopeTagsByResource(resource='{resource}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRoleScopeTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRoleScopeTag"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRoleScopeTagCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/roleScopeTags/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -61616,18 +63882,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementRoleScopeTagCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementRoleScopeTagRoleScopeTagById",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/roleScopeTags/getRoleScopeTagsById",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -61662,46 +63930,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementRoleScopeTagRoleScopeTagById",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRoleScopeTag",
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRoleScopeTag"
},
{
- "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementScript",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementScript",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceManagementScript"
},
{
- "Uri": "/deviceManagement/deviceManagementScripts",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementScript",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceManagementScripts",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementScript",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceManagementScript"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -61736,19 +64007,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementScriptAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -61783,18 +64054,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementScriptAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -61829,32 +64102,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementScriptAssignmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/deviceManagementScripts/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementScriptCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceManagementScripts/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -61889,19 +64164,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -61936,18 +64211,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -61982,19 +64259,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateManagedDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -62029,19 +64307,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateManagedDevice",
+ "OutputType": "IMicrosoftGraphManagedDevice"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -62076,19 +64355,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -62123,18 +64402,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptGroupAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -62169,19 +64450,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementScriptGroupAssignmentCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptRunSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/runSummary",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/runSummary",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -62216,19 +64498,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementScriptRunSummary",
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptUserRunState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -62263,19 +64546,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementScriptUserRunState",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptUserRunState",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -62310,18 +64593,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementScriptUserRunState",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptUserRunStateCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -62356,19 +64641,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementScriptUserRunStateCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -62403,19 +64689,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -62450,18 +64736,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementSettingDefinition",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -62480,19 +64768,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementSettingDefinition",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementSettingDefinition",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/settingDefinitions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -62511,18 +64799,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementSettingDefinition",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementSettingDefinitionCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/settingDefinitions/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -62541,18 +64830,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementSettingDefinitionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementSoftwareUpdateStatusSummary",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/softwareUpdateStatusSummary",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -62571,18 +64861,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementSoftwareUpdateStatusSummary",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementSuggestedEnrollmentLimit",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/getSuggestedEnrollmentLimit(enrollmentType='{enrollmentType}')",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -62601,19 +64893,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Get-MgBetaDeviceManagementSuggestedEnrollmentLimit",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -62632,19 +64925,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/telecomExpenseManagementPartners",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -62663,18 +64956,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartnerCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/telecomExpenseManagementPartners/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -62693,49 +64987,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartnerCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}",
- "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.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/templates",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -62754,18 +65019,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementTemplate"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -62784,19 +65050,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementTemplate"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTemplateCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -62815,18 +65082,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTemplateCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -62845,19 +65113,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTemplateCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -62876,19 +65145,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -62907,18 +65177,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -62937,19 +65208,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSettingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -62968,19 +65240,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -62999,18 +65272,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -63029,19 +65303,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/templates/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -63060,18 +65335,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTemplateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -63090,19 +65366,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTemplateMigratableTo",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -63121,141 +65398,183 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagementTemplate"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTemplateMigratableTo",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "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": "IMicrosoftGraphDeviceManagementTemplate"
},
{
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory"
},
{
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory"
},
{
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance"
},
{
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance"
},
{
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSettingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition"
},
{
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition"
},
{
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -63274,60 +65593,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance"
},
{
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance"
},
{
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTemplateMigratableToSettingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTemplateSetting",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -63346,19 +65669,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementTemplateSetting",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTemplateSetting",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -63377,18 +65700,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementTemplateSetting",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTemplateSettingCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -63407,19 +65732,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementTemplateSettingCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTenantAttachRbacState",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/tenantAttachRBAC/getState",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -63454,49 +65779,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Get-MgBetaDeviceManagementTenantAttachRbacState",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}",
- "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
- }
- ],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTermAndCondition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermsAndConditions",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/termsAndConditions",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -63515,18 +65811,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphTermsAndConditions"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTermAndCondition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/termsAndConditions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermsAndConditions",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -63545,19 +65842,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphTermsAndConditions"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -63576,18 +65874,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -63606,19 +65905,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -63637,19 +65937,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermsAndConditions",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -63668,19 +65969,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphTermsAndConditions"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -63699,18 +66001,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -63729,19 +66032,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTermAndConditionAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/termsAndConditions/$count",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -63760,18 +66064,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTermAndConditionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/termsAndConditions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -63790,19 +66095,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -63821,18 +66127,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/$count",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -63851,19 +66158,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions",
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -63882,19 +66190,52 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentTermAndCondition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermsAndConditions",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "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
+ }
+ ],
+ "OutputType": "IMicrosoftGraphTermsAndConditions"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -63913,19 +66254,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/troubleshootingEvents",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -63944,18 +66285,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTroubleshootingEventCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/troubleshootingEvents/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -63974,18 +66316,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementTroubleshootingEventCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -64020,19 +66364,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsAnomaly",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -64067,58 +66411,62 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly"
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview"
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview"
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverviewCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -64153,18 +66501,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -64199,19 +66549,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -64246,18 +66596,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDeviceCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -64292,18 +66643,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDeviceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -64338,19 +66691,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -64385,18 +66738,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -64431,19 +66786,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -64478,18 +66833,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -64524,65 +66880,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -64617,18 +66928,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -64663,18 +66975,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -64709,19 +67022,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -64756,18 +67070,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -64802,18 +67117,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -64848,19 +67164,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -64895,18 +67212,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -64941,18 +67259,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -64987,18 +67306,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -65033,19 +67353,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -65080,18 +67401,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -65126,18 +67448,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -65172,19 +67495,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -65219,18 +67543,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -65265,18 +67590,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -65311,19 +67637,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -65358,18 +67685,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -65404,18 +67732,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -65450,19 +67779,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -65497,64 +67827,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$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",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -65589,58 +67874,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance"
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric",
+ "CommandAlias": null,
"Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue",
- "Variants": [
- "List"
- ],
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count",
"ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -65675,19 +67921,110 @@
"IsLeastPrivilege": false
}
],
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
"Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune devices",
+ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues",
"ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric"
+ },
+ {
+ "CommandAlias": null,
"Method": "GET",
- "ApiReferenceLink": null
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -65722,18 +68059,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -65768,19 +68106,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -65815,19 +68154,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -65862,19 +68202,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -65909,18 +68250,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -65955,19 +68297,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -66002,19 +68345,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -66049,19 +68393,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -66096,19 +68441,68 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune devices",
+ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -66143,19 +68537,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -66190,18 +68584,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpactCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -66236,18 +68631,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpactCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -66282,18 +68678,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -66328,19 +68726,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -66375,18 +68773,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpactCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -66421,18 +68820,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpactCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -66467,19 +68868,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -66514,18 +68915,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformanceCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -66560,18 +68962,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformanceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -66606,19 +69010,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -66653,18 +69057,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistoryCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -66699,18 +69104,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistoryCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -66745,19 +69152,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -66792,18 +69199,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformanceCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -66838,18 +69246,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformanceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -66884,19 +69294,66 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance",
+ "ApiVersion": "beta",
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune devices",
+ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance"
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -66931,64 +69388,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/$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",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformanceCount",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -67023,18 +69435,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -67069,86 +69483,92 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory"
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsCategories",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsCategories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory"
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric"
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric"
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValueCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -67183,19 +69603,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -67230,18 +69650,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistoryCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -67276,18 +69697,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistoryCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -67322,19 +69745,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -67369,18 +69792,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformanceCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -67415,18 +69839,21 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformanceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -67461,20 +69888,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -67509,18 +69935,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScopeCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -67555,18 +69982,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScopeCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -67601,19 +70030,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -67648,18 +70077,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScoreCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -67694,18 +70124,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScoreCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -67740,19 +70172,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -67787,18 +70219,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -67833,18 +70266,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -67879,19 +70314,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -67926,18 +70361,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -67972,18 +70408,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -68018,19 +70456,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -68065,18 +70503,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -68111,58 +70550,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent"
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent"
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEventCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -68197,19 +70641,66 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity",
+ "ApiVersion": "beta",
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune devices",
+ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity"
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -68244,64 +70735,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/$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",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentityCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
+ "CommandAlias": null,
"Method": "GET",
- "ApiReferenceLink": null
- },
- {
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -68336,19 +70783,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -68383,18 +70830,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcessCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -68429,18 +70877,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcessCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -68475,19 +70925,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -68522,18 +70972,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistoryCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -68568,18 +71019,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistoryCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -68614,19 +71067,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsModelScores",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -68661,18 +71114,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScoreCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -68707,18 +71161,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScoreCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -68753,19 +71209,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -68800,18 +71256,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDeviceCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -68846,18 +71303,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDeviceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticOverview",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsOverview",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -68892,18 +71350,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticOverview",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -68938,19 +71398,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -68985,18 +71445,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnectionCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -69031,18 +71492,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnectionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -69077,19 +71540,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -69124,18 +71587,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformanceCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -69170,18 +71634,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformanceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -69216,19 +71682,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -69263,18 +71729,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistoryCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -69309,18 +71776,67 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistoryCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune devices",
+ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric"
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -69355,18 +71871,66 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics",
+ "ApiVersion": "beta",
"Variants": [
- "Get"
+ "List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune devices",
+ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric"
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -69401,19 +71965,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -69448,18 +72013,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -69494,18 +72060,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice"
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -69540,112 +72108,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices",
- "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",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice",
+ "CommandAlias": null,
"Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$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",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -69680,19 +72156,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -69727,18 +72203,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -69773,18 +72250,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserPfxCertificate",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -69803,19 +72282,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementUserPfxCertificate",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserPfxCertificate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserPfxCertificate"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserPfxCertificate",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userPfxCertificates",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -69834,18 +72313,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementUserPfxCertificate",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserPfxCertificate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserPfxCertificate"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserPfxCertificateCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userPfxCertificates/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -69864,31 +72344,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementUserPfxCertificateCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/virtualEndpoint",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEndpoint"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -69907,19 +72390,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcAuditEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCloudPcAuditEvent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/auditEvents",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -69938,18 +72421,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcAuditEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCloudPcAuditEvent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventAuditActivityType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-beta",
"Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -69968,18 +72452,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventAuditActivityType",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-beta"
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/auditEvents/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -69998,58 +72483,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcBulkAction",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudPcBulkAction"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/bulkActions",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/bulkActions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcBulkAction",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudPcBulkAction"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/bulkActions/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkActionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/bulkActions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -70068,19 +72558,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPc",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCloudPc"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/cloudPCs",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -70099,18 +72589,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPc",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCloudPc"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcConnectivityHistory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta",
"Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -70129,19 +72621,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcConnectivityHistory",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -70160,46 +72652,50 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getFrontlineCloudPcAccessState",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcFrontlineCloudPcAccessState",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta",
+ "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getFrontlineCloudPcAccessState",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta"
+ "Module": "Beta.DeviceManagement.Functions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcLaunchInfo",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta",
+ "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcLaunchInfo",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta"
+ "Module": "Beta.DeviceManagement.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudPcLaunchInfo"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcProvisionedCloudPc",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta",
"Uri": "/deviceManagement/virtualEndpoint/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -70218,33 +72714,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcProvisionedCloudPc",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPc",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphCloudPc"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcShiftWorkCloudPcAccessState",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getshiftworkcloudpcaccessstate?view=graph-rest-beta",
+ "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getshiftworkcloudpcaccessstate?view=graph-rest-beta"
+ "Module": "Beta.DeviceManagement.Functions",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcSupportedCloudPcRemoteAction",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta",
"Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -70263,19 +72761,19 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcSupportedCloudPcRemoteAction",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -70294,18 +72792,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -70324,19 +72824,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcDeviceImage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCloudPcDeviceImage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/deviceImages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -70355,18 +72855,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcDeviceImage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCloudPcDeviceImage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -70385,18 +72886,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageSourceImage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-beta",
"Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -70415,18 +72917,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageSourceImage",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointEffectivePermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-geteffectivepermissions?view=graph-rest-beta",
"Uri": "/deviceManagement/virtualEndpoint/getEffectivePermissions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -70445,18 +72948,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointEffectivePermission",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-geteffectivepermissions?view=graph-rest-beta"
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -70475,19 +72980,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -70506,18 +73011,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSettingCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -70536,58 +73042,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSettingCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlanCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -70606,19 +73117,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcGalleryImage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCloudPcGalleryImage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/galleryImages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -70637,18 +73148,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcGalleryImage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCloudPcGalleryImage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImageCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -70667,18 +73179,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImageCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -70697,19 +73211,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -70728,18 +73242,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -70758,18 +73273,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointOrganizationSetting",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/organizationSettings",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.ReadWrite.All",
@@ -70788,18 +73304,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointOrganizationSetting",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -70818,19 +73336,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -70849,141 +73367,151 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -71002,101 +73530,109 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/virtualEndpoint/reports",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/reports",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcReports",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudPcReports"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/reports/getActionStatusReports",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointReportActionStatusReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getactionstatusreports?view=graph-rest-beta",
+ "Uri": "/deviceManagement/virtualEndpoint/reports/getActionStatusReports",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getactionstatusreports?view=graph-rest-beta"
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/virtualEndpoint/reports/getCloudPcPerformanceReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcPerformanceReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/reports/getCloudPcPerformanceReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/virtualEndpoint/reports/getCloudPcRecommendationReports",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcRecommendationReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getcloudpcrecommendationreports?view=graph-rest-beta",
+ "Uri": "/deviceManagement/virtualEndpoint/reports/getCloudPcRecommendationReports",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getcloudpcrecommendationreports?view=graph-rest-beta"
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/virtualEndpoint/reports/getConnectionQualityReports",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointReportConnectionQualityReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getconnectionqualityreports?view=graph-rest-beta",
+ "Uri": "/deviceManagement/virtualEndpoint/reports/getConnectionQualityReports",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getconnectionqualityreports?view=graph-rest-beta"
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/virtualEndpoint/reports/retrieveCrossRegionDisasterRecoveryReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCrossRegionDisasterRecoveryReport",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/reports/retrieveCrossRegionDisasterRecoveryReport",
+ "ApiVersion": "beta",
"Variants": [
"Retrieve",
"RetrieveExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportDailyAggregatedRemoteConnectionReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getdailyaggregatedremoteconnectionreports?view=graph-rest-beta",
"Uri": "/deviceManagement/virtualEndpoint/reports/getDailyAggregatedRemoteConnectionReports",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -71115,129 +73651,138 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportDailyAggregatedRemoteConnectionReport",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getdailyaggregatedremoteconnectionreports?view=graph-rest-beta"
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcExportJob",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudPcExportJob"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcExportJob",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudPcExportJob"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJobCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/virtualEndpoint/reports/getFrontlineReport",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointReportFrontlineReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getfrontlinereport?view=graph-rest-beta",
+ "Uri": "/deviceManagement/virtualEndpoint/reports/getFrontlineReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getfrontlinereport?view=graph-rest-beta"
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/virtualEndpoint/reports/getInaccessibleCloudPcReports",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointReportInaccessibleCloudPcReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getinaccessiblecloudpcreports?view=graph-rest-beta",
+ "Uri": "/deviceManagement/virtualEndpoint/reports/getInaccessibleCloudPcReports",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getinaccessiblecloudpcreports?view=graph-rest-beta"
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/virtualEndpoint/reports/getRawRemoteConnectionReports",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRawRemoteConnectionReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrawremoteconnectionreports?view=graph-rest-beta",
+ "Uri": "/deviceManagement/virtualEndpoint/reports/getRawRemoteConnectionReports",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrawremoteconnectionreports?view=graph-rest-beta"
+ "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionLatency(cloudPcId='{cloudPcId}')",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionLatency",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionlatency?view=graph-rest-beta",
+ "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionLatency(cloudPcId='{cloudPcId}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionlatency?view=graph-rest-beta"
+ "Module": "Beta.DeviceManagement.Functions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionStatus(cloudPcId='{cloudPcId}')",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionStatus",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionstatus?view=graph-rest-beta",
+ "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionStatus(cloudPcId='{cloudPcId}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionstatus?view=graph-rest-beta"
+ "Module": "Beta.DeviceManagement.Functions",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRemoteConnectionHistoricalReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getremoteconnectionhistoricalreports?view=graph-rest-beta",
"Uri": "/deviceManagement/virtualEndpoint/reports/getRemoteConnectionHistoricalReports",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -71256,19 +73801,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRemoteConnectionHistoricalReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getshareduselicenseusagereport?view=graph-rest-beta",
+ "Uri": "/deviceManagement/virtualEndpoint/reports/getSharedUseLicenseUsageReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getremoteconnectionhistoricalreports?view=graph-rest-beta"
- },
- {
- "Uri": "/deviceManagement/virtualEndpoint/reports/getSharedUseLicenseUsageReport",
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -71287,19 +73833,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportTotalAggregatedRemoteConnectionReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-gettotalaggregatedremoteconnectionreports?view=graph-rest-beta",
+ "Uri": "/deviceManagement/virtualEndpoint/reports/getTotalAggregatedRemoteConnectionReports",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getshareduselicenseusagereport?view=graph-rest-beta"
- },
- {
- "Uri": "/deviceManagement/virtualEndpoint/reports/getTotalAggregatedRemoteConnectionReports",
+ "Module": "Beta.DeviceManagement.Actions",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -71318,46 +73865,48 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Actions",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportTotalAggregatedRemoteConnectionReport",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-gettotalaggregatedremoteconnectionreports?view=graph-rest-beta"
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/virtualEndpoint/retrieveScopedPermissions",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointScopedPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-retrievescopedpermissions?view=graph-rest-beta",
+ "Uri": "/deviceManagement/virtualEndpoint/retrieveScopedPermissions",
+ "ApiVersion": "beta",
"Variants": [
"Retrieve"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcScopedPermission",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-retrievescopedpermissions?view=graph-rest-beta"
+ "Module": "Beta.DeviceManagement.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudPcScopedPermission"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcServicePlan",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudPcServicePlan"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/servicePlans",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -71376,18 +73925,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcServicePlan",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCloudPcServicePlan"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlanCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/servicePlans/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -71406,18 +73956,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlanCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -71436,19 +73988,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -71467,18 +74019,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlanCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -71497,18 +74050,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlanCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -71527,19 +74082,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcSnapshot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCloudPcSnapshot"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/snapshots",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -71558,18 +74113,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcSnapshot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCloudPcSnapshot"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/snapshots/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -71588,18 +74144,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotStorageAccount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-getstorageaccounts?view=graph-rest-beta",
"Uri": "/deviceManagement/virtualEndpoint/snapshots/getStorageAccounts(subscriptionId='{subscriptionId}')",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -71618,19 +74176,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotStorageAccount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcForensicStorageAccount",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-getstorageaccounts?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphCloudPcForensicStorageAccount"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotSubscription",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-getsubscriptions?view=graph-rest-beta",
"Uri": "/deviceManagement/virtualEndpoint/snapshots/getSubscriptions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Functions",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -71649,32 +74207,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Functions",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotSubscription",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcSubscription",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-getsubscriptions?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphCloudPcSubscription"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcSupportedRegion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudPcSupportedRegion"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/supportedRegions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -71693,18 +74253,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcSupportedRegion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCloudPcSupportedRegion"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegionCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/supportedRegions/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -71723,31 +74284,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/virtualEndpoint/retrieveTenantEncryptionSetting",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointTenantEncryptionSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/retrieveTenantEncryptionSetting",
+ "ApiVersion": "beta",
"Variants": [
"Retrieve"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcTenantEncryptionSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudPcTenantEncryptionSetting"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -71766,19 +74330,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcUserSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCloudPcUserSetting"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/userSettings",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -71797,59 +74361,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcUserSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCloudPcUserSetting"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/userSettings/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -71868,18 +74436,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Administration",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -71898,19 +74468,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -71929,128 +74499,137 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile"
},
{
- "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity"
},
{
- "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity"
},
{
- "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceDeploymentProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile"
},
{
- "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile"
},
{
- "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment"
},
{
- "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment"
},
{
- "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -72069,18 +74648,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -72099,19 +74680,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsAutopilotDeviceIdentities",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -72130,18 +74711,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -72160,18 +74742,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeploymentProfile",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -72190,19 +74774,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeploymentProfile",
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityIntendedDeploymentProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile",
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -72221,19 +74806,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityIntendedDeploymentProfile",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsAutopilotSetting",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsAutopilotSettings",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -72252,18 +74837,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementWindowsAutopilotSetting",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsAutopilotSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsAutopilotSettings"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -72282,19 +74869,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsFeatureUpdateProfiles",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -72313,18 +74900,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -72343,19 +74932,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -72374,18 +74963,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -72404,19 +74995,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsFeatureUpdateProfiles/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -72435,18 +75026,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -72465,19 +75058,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -72496,18 +75089,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummaryCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -72526,18 +75120,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummaryCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -72556,19 +75152,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -72587,18 +75183,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -72617,18 +75214,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -72663,19 +75262,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsMalwareInformation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsMalwareInformation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsMalwareInformation",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -72710,18 +75309,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsMalwareInformation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsMalwareInformation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsMalwareInformation/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -72756,18 +75356,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -72802,19 +75404,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -72849,18 +75451,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -72895,19 +75499,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}",
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -72926,19 +75531,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsQualityUpdateProfiles",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -72957,18 +75562,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -72987,19 +75594,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -73018,18 +75625,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -73048,19 +75657,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsQualityUpdateProfiles/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -73079,18 +75688,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement",
- "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta",
"Uri": "/devices/{device-id}/getMemberGroups",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -73173,21 +75786,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDeviceMemberGroup",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/getMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"
- },
- {
- "Uri": "/devices/{device-id}/getMemberObjects",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -73286,35 +75900,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDeviceMemberObject",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceMemberOf",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceMemberOf",
+ "ApiReferenceLink": null,
"Uri": "/devices/{device-id}/memberOf",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Device.Read.All",
@@ -73349,72 +75962,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDeviceMemberOf",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/devices/{device-id}/memberOf/administrativeUnit",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/memberOf/administrativeUnit",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/devices/{device-id}/memberOf/group",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/memberOf/group",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceMemberOfCount",
+ "ApiReferenceLink": null,
"Uri": "/devices/{device-id}/memberOf/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Device.Read.All",
@@ -73449,47 +76068,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDeviceMemberOfCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/memberOf/group/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceMemberOfCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/memberOf/group/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceRegisteredOwner",
+ "ApiReferenceLink": null,
"Uri": "/devices/{device-id}/registeredOwners",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Device.Read.All",
@@ -73524,99 +76145,106 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDeviceRegisteredOwner",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
- "Uri": "/devices/{device-id}/registeredOwners/endpoint",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredOwners/endpoint",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
- "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceRegisteredOwnerAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/devices/{device-id}/registeredOwners/user",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceRegisteredOwnerAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredOwners/user",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceRegisteredOwnerByRef",
+ "ApiReferenceLink": null,
"Uri": "/devices/{device-id}/registeredOwners/$ref",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Device.Read.All",
@@ -73651,18 +76279,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDeviceRegisteredOwnerByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceRegisteredOwnerCount",
+ "ApiReferenceLink": null,
"Uri": "/devices/{device-id}/registeredOwners/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Device.Read.All",
@@ -73697,61 +76327,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDeviceRegisteredOwnerCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceRegisteredOwnerCountAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceRegisteredOwnerCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/registeredOwners/user/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceRegisteredOwnerCountAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredOwners/user/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceRegisteredUser",
+ "ApiReferenceLink": null,
"Uri": "/devices/{device-id}/registeredUsers",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Device.Read.All",
@@ -73786,99 +76419,106 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDeviceRegisteredUser",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
- "Uri": "/devices/{device-id}/registeredUsers/endpoint",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredUsers/endpoint",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
- "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceRegisteredUserAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/devices/{device-id}/registeredUsers/user",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceRegisteredUserAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredUsers/user",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceRegisteredUserByRef",
+ "ApiReferenceLink": null,
"Uri": "/devices/{device-id}/registeredUsers/$ref",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Device.Read.All",
@@ -73913,18 +76553,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDeviceRegisteredUserByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceRegisteredUserCount",
+ "ApiReferenceLink": null,
"Uri": "/devices/{device-id}/registeredUsers/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Device.Read.All",
@@ -73959,75 +76601,79 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDeviceRegisteredUserCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceRegisteredUserCountAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceRegisteredUserCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/registeredUsers/user/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceRegisteredUserCountAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredUsers/user/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceTransitiveMemberOf",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceTransitiveMemberOf",
+ "ApiReferenceLink": null,
"Uri": "/devices/{device-id}/transitiveMemberOf",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -74062,72 +76708,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDeviceTransitiveMemberOf",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/devices/{device-id}/transitiveMemberOf/group",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/transitiveMemberOf/group",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceTransitiveMemberOfCount",
+ "ApiReferenceLink": null,
"Uri": "/devices/{device-id}/transitiveMemberOf/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -74162,61 +76814,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDeviceTransitiveMemberOfCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/usageRights/{usageRight-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDeviceUsageRights",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/usageRights/{usageRight-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUsageRight",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUsageRight"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceUsageRights",
+ "ApiReferenceLink": null,
"Uri": "/devices/{device-id}/usageRights",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Device.Read.All",
@@ -74251,18 +76906,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDeviceUsageRights",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUsageRight",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUsageRight"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceUsageRightsCount",
+ "ApiReferenceLink": null,
"Uri": "/devices/{device-id}/usageRights/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Device.Read.All",
@@ -74297,46 +76954,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDeviceUsageRightsCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/devices/getUserOwnedObjects",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDeviceUserOwnedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta",
+ "Uri": "/devices/getUserOwnedObjects",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/directory",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectory",
+ "ApiReferenceLink": null,
+ "Uri": "/directory",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnit",
+ "ApiReferenceLink": null,
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -74371,19 +77031,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryAdministrativeUnit",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnit",
+ "ApiReferenceLink": null,
"Uri": "/directory/administrativeUnits",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -74418,18 +77078,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryAdministrativeUnit",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitCount",
+ "ApiReferenceLink": null,
"Uri": "/directory/administrativeUnits/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -74464,18 +77125,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryAdministrativeUnitCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta",
"Uri": "/directory/administrativeUnits/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -74510,59 +77172,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryAdministrativeUnitDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryAdministrativeUnitExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryAdministrativeUnitExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryAdministrativeUnitExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitMember",
+ "ApiReferenceLink": null,
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -74597,32 +77263,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryAdministrativeUnitMember",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication",
+ "ApiReferenceLink": null,
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -74657,32 +77325,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice",
+ "ApiReferenceLink": null,
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -74717,32 +77387,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup",
+ "ApiReferenceLink": null,
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -74777,32 +77449,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact",
+ "ApiReferenceLink": null,
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -74837,32 +77511,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal",
+ "ApiReferenceLink": null,
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -74897,78 +77573,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user",
- "Permissions": [
- {
- "Name": "AdministrativeUnit.Read.All",
- "Description": "Read all administrative units",
- "FullDescription": "Allows the app to read administrative units and administrative unit membership without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Directory.ReadWrite.All",
- "Description": "Read and write directory data",
- "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Directory.Read.All",
- "Description": "Read directory data",
- "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "AdministrativeUnit.ReadWrite.All",
- "Description": "Read and write all administrative units",
- "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -75003,18 +77635,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
+ "OutputType": "IMicrosoftGraphUser"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryAdministrativeUnitMemberByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -75049,19 +77682,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCount",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -75096,19 +77730,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -75143,19 +77778,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -75190,19 +77826,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -75237,19 +77874,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -75284,19 +77922,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -75331,36 +77970,29 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
- "Name": "RoleManagement.Read.Directory",
- "Description": "Read all directory RBAC settings",
- "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes reading directory role templates, directory roles and memberships.",
+ "Name": "AdministrativeUnit.Read.All",
+ "Description": "Read all administrative units",
+ "FullDescription": "Allows the app to read administrative units and administrative unit membership without a signed-in user.",
"IsAdmin": false,
"PermissionType": "Application",
"IsLeastPrivilege": true
},
- {
- "Name": "RoleManagement.ReadWrite.Directory",
- "Description": "Read and write all directory RBAC settings",
- "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
{
"Name": "Directory.ReadWrite.All",
"Description": "Read and write directory data",
@@ -75376,67 +78008,30 @@
"IsAdmin": false,
"PermissionType": "Application",
"IsLeastPrivilege": false
- }
- ],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphScopedRoleMembership",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers",
- "Permissions": [
- {
- "Name": "RoleManagement.Read.Directory",
- "Description": "Read all directory RBAC settings",
- "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes reading directory role templates, directory roles and memberships.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
},
{
- "Name": "RoleManagement.ReadWrite.Directory",
- "Description": "Read and write all directory RBAC settings",
- "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Directory.ReadWrite.All",
- "Description": "Read and write directory data",
- "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Directory.Read.All",
- "Description": "Read directory data",
- "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.",
+ "Name": "AdministrativeUnit.ReadWrite.All",
+ "Description": "Read and write all administrative units",
+ "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership without a signed-in user.",
"IsAdmin": false,
"PermissionType": "Application",
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}",
+ "ApiVersion": "beta",
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphScopedRoleMembership",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -75471,19 +78066,115 @@
"IsLeastPrivilege": false
}
],
+ "OutputType": "IMicrosoftGraphScopedRoleMembership"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
"Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [
+ {
+ "Name": "RoleManagement.Read.Directory",
+ "Description": "Read all directory RBAC settings",
+ "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes reading directory role templates, directory roles and memberships.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "RoleManagement.ReadWrite.Directory",
+ "Description": "Read and write all directory RBAC settings",
+ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Directory.ReadWrite.All",
+ "Description": "Read and write directory data",
+ "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Directory.Read.All",
+ "Description": "Read directory data",
+ "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphScopedRoleMembership"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMemberCount",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [
+ {
+ "Name": "RoleManagement.Read.Directory",
+ "Description": "Read all directory RBAC settings",
+ "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes reading directory role templates, directory roles and memberships.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "RoleManagement.ReadWrite.Directory",
+ "Description": "Read and write all directory RBAC settings",
+ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Directory.ReadWrite.All",
+ "Description": "Read and write directory data",
+ "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Directory.Read.All",
+ "Description": "Read directory data",
+ "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryAttributeSet",
+ "ApiReferenceLink": null,
"Uri": "/directory/attributeSets/{attributeSet-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "CustomSecAttributeDefinition.Read.All",
@@ -75502,19 +78193,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryAttributeSet",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttributeSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAttributeSet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryAttributeSet",
+ "ApiReferenceLink": null,
"Uri": "/directory/attributeSets",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "CustomSecAttributeDefinition.Read.All",
@@ -75533,18 +78224,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryAttributeSet",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttributeSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAttributeSet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryAttributeSetCount",
+ "ApiReferenceLink": null,
"Uri": "/directory/attributeSets/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "CustomSecAttributeDefinition.Read.All",
@@ -75563,143 +78255,223 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryAttributeSetCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/directory/certificateAuthorities",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryCertificateAuthority",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/certificateAuthorities",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCertificateAuthorityPath",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCertificateAuthorityPath"
},
{
- "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [
+ {
+ "Name": "AppCertTrustConfiguration.Read.All",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "AppCertTrustConfiguration.ReadWrite.All",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration"
},
{
- "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [
+ {
+ "Name": "AppCertTrustConfiguration.Read.All",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "AppCertTrustConfiguration.ReadWrite.All",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration"
},
{
- "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [
+ {
+ "Name": "AppCertTrustConfiguration.Read.All",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "AppCertTrustConfiguration.ReadWrite.All",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
- "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [
+ {
+ "Name": "AppCertTrustConfiguration.Read.All",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "AppCertTrustConfiguration.ReadWrite.All",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity"
},
{
- "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [
+ {
+ "Name": "AppCertTrustConfiguration.Read.All",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "AppCertTrustConfiguration.ReadWrite.All",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity"
},
{
- "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthorityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
- "Name": "CustomSecAttributeDefinition.Read.All",
- "Description": "Read custom security attribute definitions",
- "FullDescription": "Allows the app to read custom security attribute definitions for the tenant without a signed in user.",
+ "Name": "AppCertTrustConfiguration.Read.All",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
"IsAdmin": false,
"PermissionType": "Application",
"IsLeastPrivilege": true
},
{
- "Name": "CustomSecAttributeDefinition.ReadWrite.All",
- "Description": "Read and write custom security attribute definitions",
- "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant without a signed in user.",
+ "Name": "AppCertTrustConfiguration.ReadWrite.All",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
"IsAdmin": false,
"PermissionType": "Application",
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directory/customSecurityAttributeDefinitions",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "CustomSecAttributeDefinition.Read.All",
@@ -75718,18 +78490,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
+ "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/customSecurityAttributeDefinitions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "CustomSecAttributeDefinition.Read.All",
@@ -75748,19 +78521,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
+ "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAllowedValue",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "CustomSecAttributeDefinition.Read.All",
@@ -75779,18 +78553,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
+ "OutputType": "IMicrosoftGraphAllowedValue"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAllowedValue",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "CustomSecAttributeDefinition.Read.All",
@@ -75809,19 +78584,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
+ "OutputType": "IMicrosoftGraphAllowedValue"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValueCount",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directory/customSecurityAttributeDefinitions/$count",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "CustomSecAttributeDefinition.Read.All",
@@ -75840,478 +78616,531 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/customSecurityAttributeDefinitions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [
+ {
+ "Name": "CustomSecAttributeDefinition.Read.All",
+ "Description": "Read custom security attribute definitions",
+ "FullDescription": "Allows the app to read custom security attribute definitions for the tenant without a signed in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "CustomSecAttributeDefinition.ReadWrite.All",
+ "Description": "Read and write custom security attribute definitions",
+ "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant without a signed in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
- "Uri": "/directory/deletedItems/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryDeletedItem",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": "Get-MgBetaDirectoryDeletedAdministrativeUnit",
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/directory/deletedItems/administrativeUnit",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": "Get-MgBetaDirectoryDeletedAdministrativeUnit",
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/administrativeUnit",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/directory/deletedItems/{directoryObject-id}/application",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": "Get-MgBetaDirectoryDeletedApplication",
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryDeletedItemAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/{directoryObject-id}/application",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/directory/deletedItems/application",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": "Get-MgBetaDirectoryDeletedApplication",
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryDeletedItemAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/application",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/directory/deletedItems/{directoryObject-id}/device",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": "Get-MgBetaDirectoryDeletedDevice",
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryDeletedItemAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/{directoryObject-id}/device",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/directory/deletedItems/device",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": "Get-MgBetaDirectoryDeletedDevice",
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryDeletedItemAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/device",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/directory/deletedItems/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": "Get-MgBetaDirectoryDeletedGroup",
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryDeletedItemAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/{directoryObject-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/directory/deletedItems/group",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": "Get-MgBetaDirectoryDeletedGroup",
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryDeletedItemAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/group",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": "Get-MgBetaDirectoryDeletedServicePrincipal",
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/directory/deletedItems/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": "Get-MgBetaDirectoryDeletedServicePrincipal",
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/directory/deletedItems/{directoryObject-id}/user",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": "Get-MgBetaDirectoryDeletedUser",
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryDeletedItemAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/{directoryObject-id}/user",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/directory/deletedItems/user",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": "Get-MgBetaDirectoryDeletedUser",
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryDeletedItemAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/user",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/directory/deletedItems/getByIds",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDirectoryDeletedItemById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta",
+ "Uri": "/directory/deletedItems/getByIds",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/directory/deletedItems/administrativeUnit/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryDeletedItemCountAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/administrativeUnit/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/deletedItems/application/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryDeletedItemCountAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/application/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/deletedItems/device/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryDeletedItemCountAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/device/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/deletedItems/group/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryDeletedItemCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/group/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/deletedItems/servicePrincipal/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryDeletedItemCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/servicePrincipal/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/deletedItems/user/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryDeletedItemCountAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/user/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDirectoryDeletedItemMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta",
+ "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDirectoryDeletedItemMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryDeviceLocalCredential",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo"
},
{
- "Uri": "/directory/deviceLocalCredentials",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryDeviceLocalCredential",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deviceLocalCredentials",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo"
},
{
- "Uri": "/directory/deviceLocalCredentials/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryDeviceLocalCredentialCount",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deviceLocalCredentials/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryExternalUserProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExternalUserProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExternalUserProfile"
},
{
- "Uri": "/directory/externalUserProfiles",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryExternalUserProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/externalUserProfiles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExternalUserProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExternalUserProfile"
},
{
- "Uri": "/directory/externalUserProfiles/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryExternalUserProfileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/externalUserProfiles/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryFeatureRolloutPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphFeatureRolloutPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphFeatureRolloutPolicy"
},
{
- "Uri": "/directory/featureRolloutPolicies",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryFeatureRolloutPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/featureRolloutPolicies",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphFeatureRolloutPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphFeatureRolloutPolicy"
},
{
- "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyTo",
- "Variants": [
- "List"
- ],
+ "ApiReferenceLink": null,
+ "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo",
"ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToCount",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/featureRolloutPolicies/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryFeatureRolloutPolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/featureRolloutPolicies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryFederationConfiguration",
+ "ApiReferenceLink": null,
"Uri": "/directory/federationConfigurations/{identityProviderBase-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "IdentityProvider.Read.All",
@@ -76330,19 +79159,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryFederationConfiguration",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityProviderBase",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityProviderBase"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryFederationConfiguration",
+ "ApiReferenceLink": null,
"Uri": "/directory/federationConfigurations",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "IdentityProvider.Read.All",
@@ -76361,18 +79190,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryFederationConfiguration",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityProviderBase",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityProviderBase"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryFederationConfigurationCount",
+ "ApiReferenceLink": null,
"Uri": "/directory/federationConfigurations/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "IdentityProvider.Read.All",
@@ -76391,58 +79221,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryFederationConfigurationCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/directory/impactedResources/{impactedResource-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryImpactedResource",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/impactedResources/{impactedResource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphImpactedResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphImpactedResource"
},
{
- "Uri": "/directory/impactedResources",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryImpactedResource",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/impactedResources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphImpactedResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphImpactedResource"
},
{
- "Uri": "/directory/impactedResources/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryImpactedResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/impactedResources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryInboundSharedUserProfile",
+ "ApiReferenceLink": null,
"Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "CrossTenantUserProfileSharing.Read",
@@ -76477,19 +79312,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryInboundSharedUserProfile",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInboundSharedUserProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphInboundSharedUserProfile"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryInboundSharedUserProfile",
+ "ApiReferenceLink": null,
"Uri": "/directory/inboundSharedUserProfiles",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "CrossTenantUserProfileSharing.Read.All",
@@ -76508,18 +79343,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryInboundSharedUserProfile",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInboundSharedUserProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphInboundSharedUserProfile"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryInboundSharedUserProfileCount",
+ "ApiReferenceLink": null,
"Uri": "/directory/inboundSharedUserProfiles/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "CrossTenantUserProfileSharing.Read.All",
@@ -76538,85 +79374,94 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryInboundSharedUserProfileCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/directoryObjects/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.DirectoryObjects",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-beta",
+ "Uri": "/directoryObjects/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-beta"
+ "Module": "Beta.DirectoryObjects",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/directoryObjects",
- "Permissions": [],
- "Module": "Beta.DirectoryObjects",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryObject",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryObjects",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DirectoryObjects",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/directoryObjects/getByIds",
- "Permissions": [],
- "Module": "Beta.DirectoryObjects",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDirectoryObjectById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta",
+ "Uri": "/directoryObjects/getByIds",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"
+ "Module": "Beta.DirectoryObjects",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/directoryObjects/$count",
- "Permissions": [],
- "Module": "Beta.DirectoryObjects",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryObjectCount",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryObjects/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DirectoryObjects",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directoryObjects/delta",
- "Permissions": [],
- "Module": "Beta.DirectoryObjects",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryObjectDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta",
+ "Uri": "/directoryObjects/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta"
+ "Module": "Beta.DirectoryObjects",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDirectoryObjectMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta",
"Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Module": "Beta.DirectoryObjects",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -76699,21 +79544,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DirectoryObjects",
- "Command": "Get-MgBetaDirectoryObjectMemberGroup",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaDirectoryObjectMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"
- },
- {
- "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects",
+ "Module": "Beta.DirectoryObjects",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -76812,49 +79658,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DirectoryObjects",
- "Command": "Get-MgBetaDirectoryObjectMemberObject",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/directoryObjects/getUserOwnedObjects",
- "Permissions": [],
- "Module": "Beta.DirectoryObjects",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDirectoryObjectUserOwnedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta",
+ "Uri": "/directoryObjects/getUserOwnedObjects",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta"
+ "Module": "Beta.DirectoryObjects",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryOnPremiseSynchronization",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryOnPremiseSynchronization",
+ "ApiReferenceLink": null,
"Uri": "/directory/onPremisesSynchronization",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OnPremDirectorySynchronization.Read.All",
@@ -76873,18 +79719,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryOnPremiseSynchronization",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryOnPremiseSynchronizationCount",
+ "ApiReferenceLink": null,
"Uri": "/directory/onPremisesSynchronization/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OnPremDirectorySynchronization.Read.All",
@@ -76903,18 +79750,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryOnPremiseSynchronizationCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile",
+ "ApiReferenceLink": null,
"Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "CrossTenantUserProfileSharing.Read",
@@ -76949,19 +79798,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOutboundSharedUserProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOutboundSharedUserProfile"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile",
+ "ApiReferenceLink": null,
"Uri": "/directory/outboundSharedUserProfiles",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "CrossTenantUserProfileSharing.Read",
@@ -76996,18 +79845,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOutboundSharedUserProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOutboundSharedUserProfile"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileCount",
+ "ApiReferenceLink": null,
"Uri": "/directory/outboundSharedUserProfiles/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "CrossTenantUserProfileSharing.Read",
@@ -77042,32 +79892,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant",
+ "ApiReferenceLink": null,
"Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "CrossTenantUserProfileSharing.Read",
@@ -77102,18 +79954,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTenantReference",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTenantReference"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenantCount",
+ "ApiReferenceLink": null,
"Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "CrossTenantUserProfileSharing.Read",
@@ -77148,59 +80002,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenantCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryPendingExternalUserProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPendingExternalUserProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPendingExternalUserProfile"
},
{
- "Uri": "/directory/pendingExternalUserProfiles",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryPendingExternalUserProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/pendingExternalUserProfiles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPendingExternalUserProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPendingExternalUserProfile"
},
{
- "Uri": "/directory/pendingExternalUserProfiles/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryPendingExternalUserProfileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/pendingExternalUserProfiles/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryRecommendation",
+ "ApiReferenceLink": null,
"Uri": "/directory/recommendations/{recommendation-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "DirectoryRecommendations.Read.All",
@@ -77219,19 +80077,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryRecommendation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRecommendation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRecommendation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryRecommendation",
+ "ApiReferenceLink": null,
"Uri": "/directory/recommendations",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "DirectoryRecommendations.Read.All",
@@ -77250,18 +80108,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryRecommendation",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRecommendation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRecommendation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryRecommendationCount",
+ "ApiReferenceLink": null,
"Uri": "/directory/recommendations/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "DirectoryRecommendations.Read.All",
@@ -77280,18 +80139,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryRecommendationCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryRecommendationImpactedResource",
+ "ApiReferenceLink": null,
"Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "DirectoryRecommendations.Read.All",
@@ -77310,19 +80171,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryRecommendationImpactedResource",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphImpactedResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphImpactedResource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryRecommendationImpactedResource",
+ "ApiReferenceLink": null,
"Uri": "/directory/recommendations/{recommendation-id}/impactedResources",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "DirectoryRecommendations.Read.All",
@@ -77341,18 +80202,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryRecommendationImpactedResource",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphImpactedResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphImpactedResource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryRecommendationImpactedResourceCount",
+ "ApiReferenceLink": null,
"Uri": "/directory/recommendations/{recommendation-id}/impactedResources/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "DirectoryRecommendations.Read.All",
@@ -77371,19 +80234,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryRecommendationImpactedResourceCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryRole",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta",
+ "Uri": "/directoryRoles/{directoryRole-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directoryRoles/{directoryRole-id}",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -77418,19 +80282,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryRole",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphDirectoryRole"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryRole",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-beta",
"Uri": "/directoryRoles",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -77465,32 +80329,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryRole",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphDirectoryRole"
},
{
- "Uri": "/directoryRoles/getByIds",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDirectoryRoleById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta",
+ "Uri": "/directoryRoles/getByIds",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryRoleByRoleTemplateId",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta",
"Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -77525,19 +80392,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryRoleByRoleTemplateId",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphDirectoryRole"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryRoleCount",
+ "ApiReferenceLink": null,
"Uri": "/directoryRoles/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -77572,18 +80439,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryRoleCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryRoleDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-beta",
"Uri": "/directoryRoles/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -77618,18 +80486,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryRoleDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphDirectoryRole"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryRoleMember",
+ "ApiReferenceLink": null,
"Uri": "/directoryRoles/{directoryRole-id}/members",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -77664,180 +80533,193 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryRoleMember",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryRoleMemberAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/application",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryRoleMemberAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/application",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryRoleMemberAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/device",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryRoleMemberAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/device",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryRoleMemberAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/group",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryRoleMemberAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/group",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryRoleMemberAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/user",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryRoleMemberAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/user",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryRoleMemberByRef",
+ "ApiReferenceLink": null,
"Uri": "/directoryRoles/{directoryRole-id}/members/$ref",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -77872,18 +80754,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryRoleMemberByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryRoleMemberCount",
+ "ApiReferenceLink": null,
"Uri": "/directoryRoles/{directoryRole-id}/members/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -77918,149 +80802,158 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryRoleMemberCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryRoleMemberCountAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryRoleMemberCountAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryRoleMemberCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryRoleMemberCountAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryRoleMemberCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryRoleMemberCountAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDirectoryRoleMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta",
+ "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDirectoryRoleMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectoryRoleScopedMember",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphScopedRoleMembership",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphScopedRoleMembership"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryRoleScopedMember",
+ "ApiReferenceLink": null,
"Uri": "/directoryRoles/{directoryRole-id}/scopedMembers",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -78095,18 +80988,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryRoleScopedMember",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphScopedRoleMembership",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphScopedRoleMembership"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryRoleScopedMemberCount",
+ "ApiReferenceLink": null,
"Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -78141,19 +81036,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryRoleScopedMemberCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryRoleTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-beta",
+ "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -78188,19 +81084,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryRoleTemplate",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryRoleTemplate",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphDirectoryRoleTemplate"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryRoleTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-beta",
"Uri": "/directoryRoleTemplates",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -78235,32 +81131,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryRoleTemplate",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryRoleTemplate",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphDirectoryRoleTemplate"
},
{
- "Uri": "/directoryRoleTemplates/getByIds",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDirectoryRoleTemplateById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta",
+ "Uri": "/directoryRoleTemplates/getByIds",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryRoleTemplateCount",
+ "ApiReferenceLink": null,
"Uri": "/directoryRoleTemplates/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -78295,18 +81193,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryRoleTemplateCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryRoleTemplateDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta",
"Uri": "/directoryRoleTemplates/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -78341,78 +81240,84 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectoryRoleTemplateDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDirectoryRoleTemplateMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta",
+ "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDirectoryRoleTemplateMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directoryRoleTemplates/getUserOwnedObjects",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDirectoryRoleTemplateUserOwnedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta",
+ "Uri": "/directoryRoleTemplates/getUserOwnedObjects",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/directoryRoles/getUserOwnedObjects",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDirectoryRoleUserOwnedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta",
+ "Uri": "/directoryRoles/getUserOwnedObjects",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectorySetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-get?view=graph-rest-beta",
"Uri": "/settings/{directorySetting-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -78447,19 +81352,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectorySetting",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectorySetting",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphDirectorySetting"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectorySetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-beta",
"Uri": "/settings",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -78494,18 +81399,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectorySetting",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectorySetting",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphDirectorySetting"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectorySettingTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-get?view=graph-rest-beta",
"Uri": "/directorySettingTemplates/{directorySettingTemplate-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -78524,19 +81431,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectorySettingTemplate",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectorySettingTemplate",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphDirectorySettingTemplate"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectorySettingTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-list?view=graph-rest-beta",
"Uri": "/directorySettingTemplates",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -78555,32 +81462,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectorySettingTemplate",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectorySettingTemplate",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-list?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphDirectorySettingTemplate"
},
{
- "Uri": "/directorySettingTemplates/getByIds",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDirectorySettingTemplateById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta",
+ "Uri": "/directorySettingTemplates/getByIds",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectorySettingTemplateCount",
+ "ApiReferenceLink": null,
"Uri": "/directorySettingTemplates/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -78599,18 +81508,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectorySettingTemplateCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectorySettingTemplateDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta",
"Uri": "/directorySettingTemplates/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -78629,172 +81539,185 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDirectorySettingTemplateDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberGroups",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDirectorySettingTemplateMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta",
+ "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberGroups",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberObjects",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDirectorySettingTemplateMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directorySettingTemplates/getUserOwnedObjects",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaDirectorySettingTemplateUserOwnedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta",
+ "Uri": "/directorySettingTemplates/getUserOwnedObjects",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectorySharedEmailDomain",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSharedEmailDomain",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSharedEmailDomain"
},
{
- "Uri": "/directory/sharedEmailDomains",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectorySharedEmailDomain",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/sharedEmailDomains",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSharedEmailDomain",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSharedEmailDomain"
},
{
- "Uri": "/directory/sharedEmailDomains/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectorySharedEmailDomainCount",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/sharedEmailDomains/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/subscriptions/{companySubscription-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectorySubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/subscriptions/{companySubscription-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCompanySubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCompanySubscription"
},
{
- "Uri": "/directory/subscriptions",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectorySubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/subscriptions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCompanySubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCompanySubscription"
},
{
- "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectorySubscriptionByCommerceSubscriptionId",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCompanySubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCompanySubscription"
},
{
- "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectorySubscriptionByOcpSubscriptionId",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCompanySubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCompanySubscription"
},
{
- "Uri": "/directory/subscriptions/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDirectorySubscriptionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/subscriptions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDomain",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-beta",
"Uri": "/domains/{domain-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Domain.Read.All",
@@ -78821,19 +81744,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDomain",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDomain",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphDomain"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDomain",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-beta",
"Uri": "/domains",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Domain.Read.All",
@@ -78860,18 +81783,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDomain",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDomain",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphDomain"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDomainCount",
+ "ApiReferenceLink": null,
"Uri": "/domains/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Domain.Read.All",
@@ -78898,18 +81822,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDomainCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDomainFederationConfiguration",
+ "ApiReferenceLink": null,
"Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Domain.Read.All",
@@ -78928,60 +81854,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDomainFederationConfiguration",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInternalDomainFederation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphInternalDomainFederation"
},
{
- "Uri": "/domains/{domain-id}/federationConfiguration",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDomainFederationConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/domains/{domain-id}/federationConfiguration",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInternalDomainFederation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphInternalDomainFederation"
},
{
- "Uri": "/domains/{domain-id}/federationConfiguration/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDomainFederationConfigurationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/domains/{domain-id}/federationConfiguration/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDomainNameReference",
+ "ApiReferenceLink": null,
+ "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDomainNameReference",
+ "ApiReferenceLink": null,
"Uri": "/domains/{domain-id}/domainNameReferences",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Domain.Read.All",
@@ -79000,18 +81929,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDomainNameReference",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDomainNameReferenceCount",
+ "ApiReferenceLink": null,
"Uri": "/domains/{domain-id}/domainNameReferences/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Domain.Read.All",
@@ -79030,33 +81961,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDomainNameReferenceCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDomainServiceConfigurationRecord",
+ "ApiReferenceLink": null,
+ "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDomainDnsRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDomainDnsRecord"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDomainServiceConfigurationRecord",
+ "ApiReferenceLink": null,
"Uri": "/domains/{domain-id}/serviceConfigurationRecords",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Domain.Read.All",
@@ -79075,18 +82007,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDomainServiceConfigurationRecord",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDomainDnsRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDomainDnsRecord"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDomainServiceConfigurationRecordCount",
+ "ApiReferenceLink": null,
"Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Domain.Read.All",
@@ -79105,74 +82039,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDomainServiceConfigurationRecordCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDomainSharedEmailDomainInvitation",
+ "ApiReferenceLink": null,
+ "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation"
},
{
- "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDomainSharedEmailDomainInvitation",
+ "ApiReferenceLink": null,
+ "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation"
},
{
- "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDomainSharedEmailDomainInvitationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDomainVerificationDnsRecord",
+ "ApiReferenceLink": null,
+ "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDomainDnsRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDomainDnsRecord"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDomainVerificationDnsRecord",
+ "ApiReferenceLink": null,
"Uri": "/domains/{domain-id}/verificationDnsRecords",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Domain.Read.All",
@@ -79191,18 +82129,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDomainVerificationDnsRecord",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDomainDnsRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDomainDnsRecord"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDomainVerificationDnsRecordCount",
+ "ApiReferenceLink": null,
"Uri": "/domains/{domain-id}/verificationDnsRecords/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Domain.Read.All",
@@ -79221,19 +82161,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaDomainVerificationDnsRecordCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/drives/{drive-id}",
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -79284,32 +82225,33 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaDrive",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDrive"
},
{
- "Uri": "/drives",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/drives",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDrive"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveActivity",
+ "ApiReferenceLink": null,
"Uri": "/drives/{drive-id}/activities",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -79360,266 +82302,286 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaDriveActivity",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
- "Uri": "/drives/{drive-id}/bundles/{driveItem-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveBundle",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/bundles/{driveItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/bundles",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveBundle",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/bundles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveBundleContent",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveBundleContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/bundles/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveBundleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/bundles/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveContentTypeBase",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveContentTypeBaseType",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveContentTypeBaseType",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveContentTypeBaseTypeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/createdByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/following/{driveItem-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveFollowing",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/following/{driveItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/following",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveFollowing",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/following",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/following/{driveItem-id}/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveFollowingContent",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/following/{driveItem-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveFollowingContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/following/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveFollowingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/following/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveItem",
+ "ApiReferenceLink": null,
"Uri": "/drives/{drive-id}/items/{driveItem-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -79686,32 +82648,33 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaDriveItem",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/items",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveItemActivity",
+ "ApiReferenceLink": null,
"Uri": "/drives/{drive-id}/items/{driveItem-id}/activities",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -79762,32 +82725,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaDriveItemActivity",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemActivityByInterval",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta"
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveItemAnalytic",
+ "ApiReferenceLink": null,
"Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -79838,73 +82804,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaDriveItemAnalytic",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemAnalyticItemActivityStat",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemAnalyticItemActivityStat",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivity"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveItemAnalyticLastSevenDay",
+ "ApiReferenceLink": null,
"Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -79955,19 +82926,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaDriveItemAnalyticLastSevenDay",
+ "OutputType": "IMicrosoftGraphItemActivityStat"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveItemAnalyticTime",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime",
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -80018,33 +82990,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaDriveItemAnalyticTime",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemChild",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveItemChild",
+ "ApiReferenceLink": null,
"Uri": "/drives/{drive-id}/items/{driveItem-id}/children",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -80095,46 +83068,50 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaDriveItemChild",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemChildContent",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemChildContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveItemChildCount",
+ "ApiReferenceLink": null,
"Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -80185,19 +83162,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaDriveItemChildCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/content",
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -80248,19 +83226,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaDriveItemContent",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveItemContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream",
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -80311,497 +83290,532 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaDriveItemContentStream",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta"
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemItemLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemListItemActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemListItemActivityByInterval",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemListItemAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemListItemCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemListItemDocumentSetVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemListItemDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemListItemDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemListItemDriveItemContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemListItemField",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemListItemVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemListItemVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveItemPermission",
+ "ApiReferenceLink": null,
"Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -80852,19 +83866,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaDriveItemPermission",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPermission"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveItemPermission",
+ "ApiReferenceLink": null,
"Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -80915,18 +83929,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaDriveItemPermission",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPermission"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveItemPermissionCount",
+ "ApiReferenceLink": null,
"Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -80977,88 +83993,93 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaDriveItemPermissionCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemRetentionLabel",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemRetentionLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemRetentionLabel"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemSubscriptionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveItemThumbnail",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThumbnailSet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveItemThumbnail",
+ "ApiReferenceLink": null,
"Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -81109,18 +84130,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaDriveItemThumbnail",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphThumbnailSet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveItemThumbnailCount",
+ "ApiReferenceLink": null,
"Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -81171,19 +84194,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaDriveItemThumbnailCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}",
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -81234,19 +84258,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaDriveItemVersion",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDriveItemVersion"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveItemVersion",
+ "ApiReferenceLink": null,
"Uri": "/drives/{drive-id}/items/{driveItem-id}/versions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -81297,18 +84321,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaDriveItemVersion",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDriveItemVersion"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveItemVersionContent",
+ "ApiReferenceLink": null,
"Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -81359,19 +84385,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaDriveItemVersionContent",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveItemVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count",
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -81422,1114 +84449,1196 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaDriveItemVersionCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveList",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphList"
},
{
- "Uri": "/drives/{drive-id}/list/activities",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
- "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/drives/{drive-id}/list/columns",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/columns",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/drives/{drive-id}/list/columns/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListColumnCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/columns/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListColumnSourceColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListContentType",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListContentType",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListContentTypeColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListContentTypeColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListContentTypeColumnCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListContentTypeColumnLink",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnLink",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnLink"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListContentTypeColumnLink",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnLink",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnLink"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListContentTypeColumnLinkCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListContentTypeColumnPosition",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListContentTypeColumnPosition",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListContentTypeColumnPositionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta",
+ "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta"
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListContentTypeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/createdByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/drive",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/drive",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDrive"
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/drives/{drive-id}/list/items",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/activities",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListItemActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListItemActivityByInterval",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListItemAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/drives/{drive-id}/list/items/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListItemCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListItemCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/items/delta",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListItemDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta",
+ "Uri": "/drives/{drive-id}/list/items/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta"
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListItemDocumentSetVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListItemDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListItemDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListItemDriveItemContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListItemField",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListItemVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListItemVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation"
},
{
- "Uri": "/drives/{drive-id}/list/operations",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/operations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation"
},
{
- "Uri": "/drives/{drive-id}/list/operations/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/operations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/drives/{drive-id}/list/subscriptions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/subscriptions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/drives/{drive-id}/list/subscriptions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveListSubscriptionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/subscriptions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRoot",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/root/activities",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
- "Uri": "/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootActivityByInterval",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta",
+ "Uri": "/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta"
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/drives/{drive-id}/root/analytics",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/analytics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootAnalyticItemActivityStat",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootAnalyticItemActivityStat",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivity"
},
{
- "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootAnalyticLastSevenDay",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/drives/{drive-id}/root/analytics/allTime",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootAnalyticTime",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/analytics/allTime",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/drives/{drive-id}/root/children/{driveItem-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootChild",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/children/{driveItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/root/children",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootChild",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/children",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootChildContent",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootChildContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/children/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootChildCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/children/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootContent",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/createdByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveRootDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta",
"Uri": "/drives/{drive-id}/root/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta",
+ "Delta1",
+ "DeltaViaIdentity",
+ "DeltaViaIdentity1"
+ ],
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -82580,668 +85689,714 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaDriveRootDelta",
- "Variants": [
- "Delta",
- "Delta1",
- "DeltaViaIdentity",
- "DeltaViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootItemLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/listItem",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/activities",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootListItemActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootListItemActivityByInterval",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/analytics",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootListItemAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/analytics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/createdByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootListItemCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionField",
+ "ApiReferenceLink": null,
"Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields",
- "Permissions": [],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionField",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/listItem/driveItem",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootListItemDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/driveItem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/driveItem/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootListItemDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/driveItem/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootListItemDriveItemContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/listItem/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootListItemField",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/versions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/versions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/versions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootListItemVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/versions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootListItemVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/permissions/{permission-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootPermission",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/permissions/{permission-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermission"
},
{
- "Uri": "/drives/{drive-id}/root/permissions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootPermission",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/permissions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermission"
},
{
- "Uri": "/drives/{drive-id}/root/permissions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootPermissionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/permissions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/retentionLabel",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootRetentionLabel",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/retentionLabel",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemRetentionLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemRetentionLabel"
},
{
- "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/drives/{drive-id}/root/subscriptions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/subscriptions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/drives/{drive-id}/root/subscriptions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootSubscriptionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/subscriptions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootThumbnail",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThumbnailSet"
},
{
- "Uri": "/drives/{drive-id}/root/thumbnails",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootThumbnail",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/thumbnails",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThumbnailSet"
},
{
- "Uri": "/drives/{drive-id}/root/thumbnails/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootThumbnailCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/thumbnails/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItemVersion"
},
{
- "Uri": "/drives/{drive-id}/root/versions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/versions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItemVersion"
},
{
- "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootVersionContent",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/versions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveRootVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/versions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/special/{driveItem-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveSpecial",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/special/{driveItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/special",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveSpecial",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/special",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/special/{driveItem-id}/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveSpecialContent",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/special/{driveItem-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveSpecialContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/special/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaDriveSpecialCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/special/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClass",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -83268,19 +86423,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClass",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationClass",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationClass"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClass",
+ "ApiReferenceLink": null,
"Uri": "/education/classes",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -83307,18 +86462,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClass",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationClass",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationClass"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignment",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -83385,19 +86542,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignment",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -83464,18 +86621,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentCategory",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -83542,19 +86701,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassAssignmentCategory",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationCategory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentCategory",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignmentCategories",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List",
+ "List1"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -83621,19 +86781,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassAssignmentCategory",
- "Variants": [
- "List",
- "List1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationCategory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentCategoryByRef",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -83700,18 +86860,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassAssignmentCategoryByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentCategoryCount",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -83778,21 +86942,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassAssignmentCategoryCount",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentCategoryDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta",
"Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta",
+ "Delta1",
+ "DeltaViaIdentity",
+ "DeltaViaIdentity1"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -83859,21 +87024,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassAssignmentCategoryDelta",
- "Variants": [
- "Delta",
- "Delta1",
- "DeltaViaIdentity",
- "DeltaViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphEducationCategory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -83940,19 +87104,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassAssignmentCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentDefault",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignmentDefaults",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/education/classes/{educationClass-id}/assignmentDefaults",
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -84019,19 +87184,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassAssignmentDefault",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationAssignmentDefaults",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationAssignmentDefaults"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta",
"Uri": "/education/classes/{educationClass-id}/assignments/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -84098,47 +87264,50 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassAssignmentDelta",
- "Variants": [
- "Delta",
- "DeltaViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphEducationAssignment"
},
{
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassAssignmentGradingCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationGradingCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationGradingCategory"
},
{
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingScheme",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassAssignmentGradingScheme",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingScheme",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationGradingScheme",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationGradingScheme"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentResource",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -84205,19 +87374,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassAssignmentResource",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentResource",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -84284,18 +87453,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassAssignmentResource",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentResourceCount",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -84362,103 +87533,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassAssignmentResourceCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource"
},
{
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources",
- "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
- }
- ],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count",
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -84517,19 +87619,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassAssignmentResourceDependentResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric",
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -84547,14 +87650,6 @@
"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",
@@ -84596,19 +87691,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassAssignmentRubric",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref",
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -84675,19 +87771,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
+ "OutputType": "IMicrosoftGraphEducationRubric"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassAssignmentRubricByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/education/classes/{educationClass-id}/assignmentSettings",
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -84754,74 +87851,159 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassAssignmentSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignmentSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationAssignmentSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [
+ {
+ "Name": "EduAssignments.ReadBasic",
+ "Description": "View your assignments without grades",
+ "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduAssignments.ReadBasic.All",
+ "Description": "Read all class assignments without grades",
+ "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduAssignments.ReadWriteBasic",
+ "Description": "View and modify your assignments without grades",
+ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.ReadWrite",
+ "Description": "View and modify your assignments and grades",
+ "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.Read",
+ "Description": "View your assignments and grades",
+ "FullDescription": "Allows the app to view your assignments on your behalf including grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.ReadWriteBasic.All",
+ "Description": "Create, read, update and delete all class assignments without grades",
+ "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.ReadWrite.All",
+ "Description": "Create, read, update and delete all class assignments with grades",
+ "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.Read.All",
+ "Description": "Read all class assignments with grades",
+ "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphEducationAssignmentSettings"
},
{
- "Uri": "/education/classes/{educationClass-id}/assignmentSettings/defaultGradingScheme",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassAssignmentSettingDefaultGradingScheme",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignmentSettings/defaultGradingScheme",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationGradingScheme",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationGradingScheme"
},
{
- "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationGradingCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationGradingCategory"
},
{
- "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationGradingCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationGradingCategory"
},
{
- "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -84856,46 +88038,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationGradingScheme",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationGradingScheme"
},
{
- "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationGradingScheme",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationGradingScheme"
},
{
- "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/$count",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassAssignmentSettingGradingSchemeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSubmission",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -84962,19 +88147,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassAssignmentSubmission",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationSubmission"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSubmission",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -85041,18 +88226,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassAssignmentSubmission",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationSubmission"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSubmissionCount",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -85119,33 +88306,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassAssignmentSubmissionCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationOutcome",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationOutcome"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.Read",
@@ -85180,18 +88368,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationOutcome",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationOutcome"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcomeCount",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.Read",
@@ -85226,19 +88416,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcomeCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}",
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -85305,19 +88496,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -85384,18 +88575,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceCount",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -85462,103 +88655,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources",
- "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
- }
- ],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count",
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -85617,19 +88741,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}",
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -85647,14 +88772,6 @@
"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",
@@ -85696,19 +88813,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources",
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -85775,18 +88893,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count",
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -85853,111 +88972,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}",
- "Permissions": [],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources",
- "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": "Beta.Education",
- "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -86024,19 +89052,193 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResourceCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources",
"ApiVersion": "beta",
- "OutputType": null,
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
+ "Permissions": [
+ {
+ "Name": "EduAssignments.ReadBasic",
+ "Description": "View your assignments without grades",
+ "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduAssignments.ReadBasic.All",
+ "Description": "Read all class assignments without grades",
+ "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduAssignments.ReadWriteBasic",
+ "Description": "View and modify your assignments without grades",
+ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.ReadWrite",
+ "Description": "View and modify your assignments and grades",
+ "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.Read",
+ "Description": "View your assignments and grades",
+ "FullDescription": "Allows the app to view your assignments on your behalf including grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.ReadWriteBasic.All",
+ "Description": "Create, read, update and delete all class assignments without grades",
+ "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.ReadWrite.All",
+ "Description": "Create, read, update and delete all class assignments with grades",
+ "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.Read.All",
+ "Description": "Read all class assignments with grades",
+ "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
+ },
+ {
+ "CommandAlias": null,
"Method": "GET",
- "ApiReferenceLink": null
+ "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Education",
+ "Permissions": [
+ {
+ "Name": "EduAssignments.ReadBasic",
+ "Description": "View your assignments without grades",
+ "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduAssignments.ReadBasic.All",
+ "Description": "Read all class assignments without grades",
+ "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduAssignments.ReadWriteBasic",
+ "Description": "View and modify your assignments without grades",
+ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.ReadWrite",
+ "Description": "View and modify your assignments and grades",
+ "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.Read",
+ "Description": "View your assignments and grades",
+ "FullDescription": "Allows the app to view your assignments on your behalf including grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.ReadWriteBasic.All",
+ "Description": "Create, read, update and delete all class assignments without grades",
+ "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.ReadWrite.All",
+ "Description": "Create, read, update and delete all class assignments with grades",
+ "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.Read.All",
+ "Description": "Read all class assignments with grades",
+ "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassCount",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -86063,18 +89265,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-beta",
"Uri": "/education/classes/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -86125,18 +89328,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationClass",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphEducationClass"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassGroup",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/group",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -86187,46 +89392,48 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassGroup",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassGroupServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassMember",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/members",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -86261,18 +89468,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassMember",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassMemberByRef",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/members/$ref",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -86307,18 +89515,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassMemberByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassMemberCount",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/members/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -86353,115 +89563,320 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassMemberCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassModule",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationModule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [
+ {
+ "Name": "EduCurricula.Read",
+ "Description": "Read your class modules and resources",
+ "FullDescription": "Allows the app to read modules and resources on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduCurricula.Read.All",
+ "Description": "Read all class modules and resources",
+ "FullDescription": "Allows the app to read all modules and resources, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduCurricula.ReadWrite",
+ "Description": "Read and write your class modules and resources",
+ "FullDescription": "Allows the app to read and write modules and resources on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduCurricula.ReadWrite.All",
+ "Description": "Read and write all class modules and resources",
+ "FullDescription": "Allows the app to read and write all modules and resources, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphEducationModule"
},
{
- "Uri": "/education/classes/{educationClass-id}/modules",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassModule",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/modules",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationModule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [
+ {
+ "Name": "EduCurricula.Read",
+ "Description": "Read your class modules and resources",
+ "FullDescription": "Allows the app to read modules and resources on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduCurricula.Read.All",
+ "Description": "Read all class modules and resources",
+ "FullDescription": "Allows the app to read all modules and resources, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduCurricula.ReadWrite",
+ "Description": "Read and write your class modules and resources",
+ "FullDescription": "Allows the app to read and write modules and resources on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduCurricula.ReadWrite.All",
+ "Description": "Read and write all class modules and resources",
+ "FullDescription": "Allows the app to read and write all modules and resources, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphEducationModule"
},
{
- "Uri": "/education/classes/{educationClass-id}/modules/$count",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassModuleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/modules/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [
+ {
+ "Name": "EduCurricula.Read",
+ "Description": "Read your class modules and resources",
+ "FullDescription": "Allows the app to read modules and resources on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduCurricula.Read.All",
+ "Description": "Read all class modules and resources",
+ "FullDescription": "Allows the app to read all modules and resources, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduCurricula.ReadWrite",
+ "Description": "Read and write your class modules and resources",
+ "FullDescription": "Allows the app to read and write modules and resources on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduCurricula.ReadWrite.All",
+ "Description": "Read and write all class modules and resources",
+ "FullDescription": "Allows the app to read and write all modules and resources, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
- "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassModuleResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationModuleResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [
+ {
+ "Name": "EduCurricula.Read",
+ "Description": "Read your class modules and resources",
+ "FullDescription": "Allows the app to read modules and resources on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduCurricula.Read.All",
+ "Description": "Read all class modules and resources",
+ "FullDescription": "Allows the app to read all modules and resources, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduCurricula.ReadWrite",
+ "Description": "Read and write your class modules and resources",
+ "FullDescription": "Allows the app to read and write modules and resources on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduCurricula.ReadWrite.All",
+ "Description": "Read and write all class modules and resources",
+ "FullDescription": "Allows the app to read and write all modules and resources, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphEducationModuleResource"
},
{
- "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassModuleResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationModuleResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [
+ {
+ "Name": "EduCurricula.Read",
+ "Description": "Read your class modules and resources",
+ "FullDescription": "Allows the app to read modules and resources on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduCurricula.Read.All",
+ "Description": "Read all class modules and resources",
+ "FullDescription": "Allows the app to read all modules and resources, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduCurricula.ReadWrite",
+ "Description": "Read and write your class modules and resources",
+ "FullDescription": "Allows the app to read and write modules and resources on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduCurricula.ReadWrite.All",
+ "Description": "Read and write all class modules and resources",
+ "FullDescription": "Allows the app to read and write all modules and resources, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphEducationModuleResource"
},
{
- "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassModuleResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [
+ {
+ "Name": "EduCurricula.Read",
+ "Description": "Read your class modules and resources",
+ "FullDescription": "Allows the app to read modules and resources on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduCurricula.Read.All",
+ "Description": "Read all class modules and resources",
+ "FullDescription": "Allows the app to read all modules and resources, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduCurricula.ReadWrite",
+ "Description": "Read and write your class modules and resources",
+ "FullDescription": "Allows the app to read and write modules and resources on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduCurricula.ReadWrite.All",
+ "Description": "Read and write all class modules and resources",
+ "FullDescription": "Allows the app to read and write all modules and resources, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
- "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationClassSchool",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSchool"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassSchool",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/schools",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -86488,18 +89903,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassSchool",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationSchool"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassSchoolCount",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/schools/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -86526,19 +89943,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassSchoolCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassTeacher",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/teachers",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -86565,18 +89982,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassTeacher",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassTeacherByRef",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/teachers/$ref",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -86603,18 +90021,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassTeacherByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassTeacherCount",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/teachers/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -86641,19 +90061,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationClassTeacherCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationMe",
+ "ApiReferenceLink": null,
"Uri": "/education/me",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -86680,32 +90100,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationMe",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationUser"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationMeAssignment",
+ "ApiReferenceLink": null,
"Uri": "/education/me/assignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -86772,72 +90194,77 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationMeAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationAssignment"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/categories",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationCategory"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentCategoryByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentCategoryDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta"
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationCategory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationMeAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/education/me/assignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -86904,429 +90331,460 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationMeAssignmentCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/education/me/assignments/delta",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta",
+ "Uri": "/education/me/assignments/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta"
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationAssignment"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentGradingCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationGradingCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationGradingCategory"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/gradingScheme",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentGradingScheme",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/gradingScheme",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationGradingScheme",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationGradingScheme"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/resources",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/resources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentResourceDependentResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/rubric",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentRubric",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/rubric",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationRubric"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentRubricByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentSubmission",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmission"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentSubmission",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmission"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentSubmissionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationOutcome",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationOutcome"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationOutcome",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationOutcome"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcomeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentSubmissionResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentSubmissionResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/me/classes/{educationClass-id}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeClass",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/classes/{educationClass-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationClass",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationClass"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationMeClass",
+ "ApiReferenceLink": null,
"Uri": "/education/me/classes",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -87353,18 +90811,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationMeClass",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationClass",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationClass"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationMeClassCount",
+ "ApiReferenceLink": null,
"Uri": "/education/me/classes/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -87391,18 +90850,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationMeClassCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationMeRubric",
+ "ApiReferenceLink": null,
"Uri": "/education/me/rubrics/{educationRubric-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -87437,19 +90898,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationMeRubric",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationRubric"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationMeRubric",
+ "ApiReferenceLink": null,
"Uri": "/education/me/rubrics",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -87484,18 +90945,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationMeRubric",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationRubric"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationMeRubricCount",
+ "ApiReferenceLink": null,
"Uri": "/education/me/rubrics/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -87530,32 +90992,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationMeRubricCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/education/me/schools/{educationSchool-id}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeSchool",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/schools/{educationSchool-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSchool"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationMeSchool",
+ "ApiReferenceLink": null,
"Uri": "/education/me/schools",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -87582,18 +91046,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationMeSchool",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationSchool"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationMeSchoolCount",
+ "ApiReferenceLink": null,
"Uri": "/education/me/schools/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -87620,32 +91085,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationMeSchoolCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/education/me/taughtClasses/{educationClass-id}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeTaughtClass",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/taughtClasses/{educationClass-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationClass",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationClass"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationMeTaughtClass",
+ "ApiReferenceLink": null,
"Uri": "/education/me/taughtClasses",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -87672,18 +91139,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationMeTaughtClass",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationClass",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationClass"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationMeTaughtClassCount",
+ "ApiReferenceLink": null,
"Uri": "/education/me/taughtClasses/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -87710,18 +91178,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationMeTaughtClassCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationMeUser",
+ "ApiReferenceLink": null,
"Uri": "/education/me/user",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -87780,70 +91249,76 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationMeUser",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/education/me/user/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/user/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/education/me/user/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/user/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/education/me/user/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationMeUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/user/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationRoot",
+ "ApiReferenceLink": null,
+ "Uri": "/education",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationRoot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationRoot"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationSchool",
+ "ApiReferenceLink": null,
"Uri": "/education/schools/{educationSchool-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -87870,19 +91345,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationSchool",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationSchool"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationSchool",
+ "ApiReferenceLink": null,
"Uri": "/education/schools",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -87909,18 +91384,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationSchool",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationSchool"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationSchoolAdministrativeUnit",
+ "ApiReferenceLink": null,
"Uri": "/education/schools/{educationSchool-id}/administrativeUnit",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -87971,19 +91448,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationSchoolAdministrativeUnit",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationSchoolClass",
+ "ApiReferenceLink": null,
"Uri": "/education/schools/{educationSchool-id}/classes",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -88010,18 +91487,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationSchoolClass",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationClass",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationClass"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationSchoolClassByRef",
+ "ApiReferenceLink": null,
"Uri": "/education/schools/{educationSchool-id}/classes/$ref",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -88048,18 +91526,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationSchoolClassByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationSchoolClassCount",
+ "ApiReferenceLink": null,
"Uri": "/education/schools/{educationSchool-id}/classes/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -88086,19 +91566,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationSchoolClassCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationSchoolCount",
+ "ApiReferenceLink": null,
"Uri": "/education/schools/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -88125,18 +91605,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationSchoolCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationSchoolDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-beta",
"Uri": "/education/schools/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -88195,18 +91676,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationSchoolDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphEducationSchool"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationSchoolUser",
+ "ApiReferenceLink": null,
"Uri": "/education/schools/{educationSchool-id}/users",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.Read.All",
@@ -88225,18 +91707,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationSchoolUser",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationSchoolUserByRef",
+ "ApiReferenceLink": null,
"Uri": "/education/schools/{educationSchool-id}/users/$ref",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.Read.All",
@@ -88255,18 +91738,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationSchoolUserByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationSchoolUserCount",
+ "ApiReferenceLink": null,
"Uri": "/education/schools/{educationSchool-id}/users/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.Read.All",
@@ -88285,19 +91770,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationSchoolUserCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationSynchronizationProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}",
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAdministration.Read",
@@ -88332,19 +91818,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationSynchronizationProfile",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSynchronizationProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationSynchronizationProfile"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationSynchronizationProfile",
+ "ApiReferenceLink": null,
"Uri": "/education/synchronizationProfiles",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAdministration.Read",
@@ -88379,18 +91865,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationSynchronizationProfile",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSynchronizationProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationSynchronizationProfile"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationSynchronizationProfileCount",
+ "ApiReferenceLink": null,
"Uri": "/education/synchronizationProfiles/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAdministration.Read",
@@ -88425,32 +91912,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationSynchronizationProfileCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationSynchronizationProfileError",
+ "ApiReferenceLink": null,
+ "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSynchronizationError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSynchronizationError"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationSynchronizationProfileError",
+ "ApiReferenceLink": null,
"Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAdministration.Read",
@@ -88485,18 +91974,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationSynchronizationProfileError",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSynchronizationError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationSynchronizationError"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationSynchronizationProfileErrorCount",
+ "ApiReferenceLink": null,
"Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAdministration.Read",
@@ -88531,19 +92022,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationSynchronizationProfileErrorCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationSynchronizationProfileStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus",
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAdministration.Read",
@@ -88578,19 +92070,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationSynchronizationProfileStatus",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationUser",
+ "ApiReferenceLink": null,
"Uri": "/education/users/{educationUser-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -88617,21 +92112,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationUser",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationUser",
+ "ApiReferenceLink": null,
"Uri": "/education/users",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.Read.All",
@@ -88650,32 +92143,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationUser",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationUser"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationUserAssignment",
+ "ApiReferenceLink": null,
"Uri": "/education/users/{educationUser-id}/assignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -88742,72 +92237,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationUserAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationAssignment"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationCategory"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentCategoryByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentCategoryDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta"
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationCategory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationUserAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/education/users/{educationUser-id}/assignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -88874,431 +92375,461 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationUserAssignmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/delta",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta",
+ "Uri": "/education/users/{educationUser-id}/assignments/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta"
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationAssignment"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentGradingCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationGradingCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationGradingCategory"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingScheme",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentGradingScheme",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingScheme",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationGradingScheme",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationGradingScheme"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentResourceDependentResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentRubric",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationRubric"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentRubricByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentSubmission",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmission"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentSubmission",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmission"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentSubmissionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationOutcome",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationOutcome"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationOutcome",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationOutcome"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcomeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentSubmissionResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentSubmissionResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserClass",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationClass",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationClass"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationUserClass",
+ "ApiReferenceLink": null,
"Uri": "/education/users/{educationUser-id}/classes",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -89325,18 +92856,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationUserClass",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationClass",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationClass"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationUserClassCount",
+ "ApiReferenceLink": null,
"Uri": "/education/users/{educationUser-id}/classes/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -89363,19 +92896,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationUserClassCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationUserCount",
+ "ApiReferenceLink": null,
"Uri": "/education/users/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.Read.All",
@@ -89394,18 +92927,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationUserCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationUserDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-beta",
"Uri": "/education/users/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -89464,87 +92998,93 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationUserDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationUser",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphEducationUser"
},
{
- "Uri": "/education/users/{educationUser-id}/user/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/user/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserRubric",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationRubric"
},
{
- "Uri": "/education/users/{educationUser-id}/rubrics",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserRubric",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/rubrics",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationRubric"
},
{
- "Uri": "/education/users/{educationUser-id}/rubrics/$count",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserRubricCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/rubrics/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserSchool",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSchool"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationUserSchool",
+ "ApiReferenceLink": null,
"Uri": "/education/users/{educationUser-id}/schools",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -89571,18 +93111,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationUserSchool",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationSchool"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationUserSchoolCount",
+ "ApiReferenceLink": null,
"Uri": "/education/users/{educationUser-id}/schools/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -89609,60 +93151,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationUserSchoolCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}",
- "Permissions": [],
- "Module": "Beta.Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEducationUserTaughtClass",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationClass",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationClass"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationUserTaughtClass",
+ "ApiReferenceLink": null,
"Uri": "/education/users/{educationUser-id}/taughtClasses",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -89689,18 +93234,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationUserTaughtClass",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationClass",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationClass"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationUserTaughtClassCount",
+ "ApiReferenceLink": null,
"Uri": "/education/users/{educationUser-id}/taughtClasses/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -89727,19 +93274,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Education",
- "Command": "Get-MgBetaEducationUserTaughtClassCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackage",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}",
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -89758,19 +93306,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementAccessPackage",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessPackage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackage",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/accessPackages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -89789,18 +93337,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementAccessPackage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessPackage"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageApplicablePolicyRequirement",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-beta",
"Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -89819,33 +93369,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageApplicablePolicyRequirement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements"
},
{
- "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackageAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -89864,46 +93415,50 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackageAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessPackageAssignment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/additionalAccess",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentAdditional",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-beta",
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/additionalAccess",
+ "ApiVersion": "beta",
"Variants": [
"Access",
"Access1",
"AccessViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackageAssignment",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-beta"
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageAssignment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStepCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -89922,19 +93477,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStepCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -89953,18 +93508,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -89983,19 +93540,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -90014,18 +93571,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -90044,103 +93602,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomExtensionHandler",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCustomExtensionHandler"
},
{
- "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomExtensionHandler",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCustomExtensionHandler"
},
{
- "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomExtensionStageSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCustomExtensionStageSetting"
},
{
- "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomExtensionStageSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCustomExtensionStageSetting"
},
{
- "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}",
- "Permissions": [
- {
- "Name": "EntitlementManagement.Read.All",
- "Description": "Read all entitlement management resources",
- "FullDescription": "Allows the app to read access packages and related entitlement management resources without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "EntitlementManagement.ReadWrite.All",
- "Description": "Read and write all entitlement management resources",
- "FullDescription": "Allows the app to read and write access packages and related entitlement management resources without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests",
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -90159,18 +93692,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/$count",
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -90189,18 +93723,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}",
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -90219,19 +93754,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles",
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -90250,18 +93786,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/$count",
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -90280,18 +93817,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRoleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}",
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -90310,19 +93848,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackageCatalog",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs",
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -90341,18 +93880,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
+ "OutputType": "IMicrosoftGraphAccessPackageCatalog"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackageCatalog",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}",
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -90371,19 +93911,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
+ "OutputType": "IMicrosoftGraphAccessPackageCatalog"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomCalloutExtension",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions",
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -90402,18 +93943,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
+ "OutputType": "IMicrosoftGraphCustomCalloutExtension"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomCalloutExtension",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources",
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -90432,18 +93974,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
+ "OutputType": "IMicrosoftGraphCustomCalloutExtension"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles",
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -90462,31 +94005,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceRole",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceScope",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/$count",
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -90505,18 +94036,33 @@
"IsLeastPrivilege": false
}
],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
"Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}",
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -90535,19 +94081,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions",
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -90566,18 +94113,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
+ "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/entitlementManagement/accessPackages/$count",
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -90596,18 +94144,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
+ "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackages/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages",
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -90626,18 +94175,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackage",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackage",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref",
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -90656,18 +94206,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
+ "OutputType": "IMicrosoftGraphAccessPackage"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups",
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -90686,18 +94237,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref",
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -90716,32 +94268,65 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
+ "OutputType": "IMicrosoftGraphGroup"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [
+ {
+ "Name": "EntitlementManagement.Read.All",
+ "Description": "Read all entitlement management resources",
+ "FullDescription": "Allows the app to read access packages and related entitlement management resources without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EntitlementManagement.ReadWrite.All",
+ "Description": "Read and write all entitlement management resources",
+ "FullDescription": "Allows the app to read and write access packages and related entitlement management resources without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -90760,58 +94345,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessPackage"
},
{
- "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/accessPackageResources",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageResources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -90830,19 +94420,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -90861,32 +94451,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentAccessPackageResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -90905,32 +94497,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -90949,18 +94543,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequestCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -90979,18 +94574,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequestCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAssignmentRequest",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -91009,19 +94606,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementAssignmentRequest",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAssignmentRequest",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/assignmentRequests",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -91040,32 +94637,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementAssignmentRequest",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest"
},
{
- "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAssignmentRequestAccessPackageAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackageAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAssignmentRequestCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -91084,32 +94683,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementAssignmentRequestCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementAssignmentRequestRequestorConnectedOrganization",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConnectedOrganization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConnectedOrganization"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementConnectedOrganization",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -91128,19 +94730,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementConnectedOrganization",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConnectedOrganization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphConnectedOrganization"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementConnectedOrganization",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -91159,18 +94761,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementConnectedOrganization",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConnectedOrganization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphConnectedOrganization"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -91189,18 +94792,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsor",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -91219,18 +94823,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsor",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -91249,18 +94854,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -91279,19 +94886,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsor",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -91310,18 +94917,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsor",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -91340,18 +94948,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -91370,19 +94980,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementSetting",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/settings",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -91401,153 +95011,165 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaEntitlementManagementSetting",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEntitlementManagementSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEntitlementManagementSettings"
},
{
- "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementSubject",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackageSubject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageSubject"
},
{
- "Uri": "/identityGovernance/entitlementManagement/subjects",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementSubject",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/subjects",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackageSubject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageSubject"
},
{
- "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementSubjectByObjectId",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessPackageSubject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageSubject"
},
{
- "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}/connectedOrganization",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementSubjectConnectedOrganization",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}/connectedOrganization",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConnectedOrganization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConnectedOrganization"
},
{
- "Uri": "/identityGovernance/entitlementManagement/subjects/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaEntitlementManagementSubjectCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/subjects/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/external",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternal",
+ "ApiReferenceLink": null,
+ "Uri": "/external",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExternalConnectorsExternal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternal"
},
{
- "Uri": "/external/authorizationSystems/{authorizationSystem-id}",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalAuthorizationSystem",
+ "ApiReferenceLink": null,
+ "Uri": "/external/authorizationSystems/{authorizationSystem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthorizationSystem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthorizationSystem"
},
{
- "Uri": "/external/authorizationSystems",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalAuthorizationSystem",
+ "ApiReferenceLink": null,
+ "Uri": "/external/authorizationSystems",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthorizationSystem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthorizationSystem"
},
{
- "Uri": "/external/authorizationSystems/$count",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalAuthorizationSystemCount",
+ "ApiReferenceLink": null,
+ "Uri": "/external/authorizationSystems/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalAuthorizationSystemDataCollectionInfo",
+ "ApiReferenceLink": null,
+ "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDataCollectionInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDataCollectionInfo"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalConnection",
+ "ApiReferenceLink": null,
"Uri": "/external/connections/{externalConnection-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "ExternalConnection.ReadWrite.OwnedBy",
@@ -91574,19 +95196,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaExternalConnection",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalConnection",
+ "ApiReferenceLink": null,
"Uri": "/external/connections",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "ExternalConnection.ReadWrite.OwnedBy",
@@ -91613,18 +95235,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaExternalConnection",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalConnectionCount",
+ "ApiReferenceLink": null,
"Uri": "/external/connections/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "ExternalConnection.ReadWrite.OwnedBy",
@@ -91651,18 +95274,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaExternalConnectionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalConnectionGroup",
+ "ApiReferenceLink": null,
"Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "ExternalItem.Read.All",
@@ -91689,87 +95314,93 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaExternalConnectionGroup",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup"
},
{
- "Uri": "/external/connections/{externalConnection-id}/groups",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalConnectionGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/groups",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup"
},
{
- "Uri": "/external/connections/{externalConnection-id}/groups/$count",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalConnectionGroupCount",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/groups/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalConnectionGroupMember",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExternalConnectorsIdentity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExternalConnectorsIdentity"
},
{
- "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalConnectionGroupMember",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExternalConnectorsIdentity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExternalConnectorsIdentity"
},
{
- "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalConnectionGroupMemberCount",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalConnectionItem",
+ "ApiReferenceLink": null,
"Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "ExternalItem.ReadWrite.OwnedBy",
@@ -91796,101 +95427,108 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaExternalConnectionItem",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem"
},
{
- "Uri": "/external/connections/{externalConnection-id}/items",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalConnectionItem",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/items",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem"
},
{
- "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalConnectionItemActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity"
},
{
- "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalConnectionItemActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity"
},
{
- "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalConnectionItemActivityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalConnectionItemActivityPerformedBy",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExternalConnectorsIdentity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExternalConnectorsIdentity"
},
{
- "Uri": "/external/connections/{externalConnection-id}/items/$count",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalConnectionItemCount",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/items/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalConnectionOperation",
+ "ApiReferenceLink": null,
"Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "ExternalConnection.ReadWrite.OwnedBy",
@@ -91917,60 +95555,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaExternalConnectionOperation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation"
},
{
- "Uri": "/external/connections/{externalConnection-id}/operations",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalConnectionOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/operations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation"
},
{
- "Uri": "/external/connections/{externalConnection-id}/operations/$count",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalConnectionOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/operations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/external/connections/{externalConnection-id}/quota",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalConnectionQuota",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/quota",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalConnectionSchema",
+ "ApiReferenceLink": null,
"Uri": "/external/connections/{externalConnection-id}/schema",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "ExternalConnection.ReadWrite.OwnedBy",
@@ -91997,32 +95639,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaExternalConnectionSchema",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExternalConnectorsSchema",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphExternalConnectorsSchema"
},
{
- "Uri": "/external/industryData",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalIndustryData",
+ "ApiReferenceLink": null,
+ "Uri": "/external/industryData",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIndustryDataRoot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIndustryDataRoot"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataConnector",
+ "ApiReferenceLink": null,
"Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "IndustryData-DataConnector.Read.All",
@@ -92041,19 +95685,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaExternalIndustryDataConnector",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIndustryDataConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIndustryDataConnector"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataConnector",
+ "ApiReferenceLink": null,
"Uri": "/external/industryData/dataConnectors",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "IndustryData-DataConnector.Read.All",
@@ -92072,18 +95716,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaExternalIndustryDataConnector",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIndustryDataConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIndustryDataConnector"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataConnectorCount",
+ "ApiReferenceLink": null,
"Uri": "/external/industryData/dataConnectors/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "IndustryData-DataConnector.Read.All",
@@ -92102,32 +95747,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaExternalIndustryDataConnectorCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/sourceSystem",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalIndustryDataConnectorSourceSystem",
+ "ApiReferenceLink": null,
+ "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/sourceSystem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataInboundFlow",
+ "ApiReferenceLink": null,
"Uri": "/external/industryData/inboundFlows/{inboundFlow-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "IndustryData-InboundFlow.Read.All",
@@ -92146,19 +95794,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaExternalIndustryDataInboundFlow",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIndustryDataInboundFlow",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIndustryDataInboundFlow"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataInboundFlow",
+ "ApiReferenceLink": null,
"Uri": "/external/industryData/inboundFlows",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "IndustryData-InboundFlow.Read.All",
@@ -92177,18 +95825,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaExternalIndustryDataInboundFlow",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIndustryDataInboundFlow",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIndustryDataInboundFlow"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataInboundFlowCount",
+ "ApiReferenceLink": null,
"Uri": "/external/industryData/inboundFlows/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "IndustryData-InboundFlow.Read.All",
@@ -92207,18 +95856,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaExternalIndustryDataInboundFlowCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataInboundFlowDataConnector",
+ "ApiReferenceLink": null,
"Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/dataConnector",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "IndustryData-DataConnector.Read.All",
@@ -92237,19 +95888,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaExternalIndustryDataInboundFlowDataConnector",
+ "OutputType": "IMicrosoftGraphIndustryDataConnector"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataInboundFlowYear",
+ "ApiReferenceLink": null,
+ "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/year",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIndustryDataConnector",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/year",
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "IndustryData-TimePeriod.Read.All",
@@ -92268,318 +95920,341 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaExternalIndustryDataInboundFlowYear",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition"
},
{
- "Uri": "/external/industryData/operations/{longRunningOperation-id}",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalIndustryDataOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/external/industryData/operations/{longRunningOperation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphLongRunningOperation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataOperation",
+ "ApiReferenceLink": null,
"Uri": "/external/industryData/operations",
- "Permissions": [],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaExternalIndustryDataOperation",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphLongRunningOperation"
},
{
- "Uri": "/external/industryData/operations/$count",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalIndustryDataOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/external/industryData/operations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet",
+ "ApiReferenceLink": null,
+ "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet"
},
{
- "Uri": "/external/industryData/outboundProvisioningFlowSets",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet",
+ "ApiReferenceLink": null,
+ "Uri": "/external/industryData/outboundProvisioningFlowSets",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet"
},
{
- "Uri": "/external/industryData/outboundProvisioningFlowSets/$count",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetCount",
+ "ApiReferenceLink": null,
+ "Uri": "/external/industryData/outboundProvisioningFlowSets/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow",
+ "ApiReferenceLink": null,
+ "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow"
},
{
- "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow",
+ "ApiReferenceLink": null,
+ "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow"
},
{
- "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/$count",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlowCount",
+ "ApiReferenceLink": null,
+ "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalIndustryDataReferenceDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition"
},
{
- "Uri": "/external/industryData/referenceDefinitions",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalIndustryDataReferenceDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/external/industryData/referenceDefinitions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition"
},
{
- "Uri": "/external/industryData/referenceDefinitions/$count",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalIndustryDataReferenceDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/external/industryData/referenceDefinitions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/external/industryData/roleGroups/{roleGroup-id}",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalIndustryDataRoleGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/external/industryData/roleGroups/{roleGroup-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIndustryDataRoleGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIndustryDataRoleGroup"
},
{
- "Uri": "/external/industryData/roleGroups",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalIndustryDataRoleGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/external/industryData/roleGroups",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIndustryDataRoleGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIndustryDataRoleGroup"
},
{
- "Uri": "/external/industryData/roleGroups/$count",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalIndustryDataRoleGroupCount",
+ "ApiReferenceLink": null,
+ "Uri": "/external/industryData/roleGroups/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/external/industryData/runs/{industryDataRun-id}",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalIndustryDataRun",
+ "ApiReferenceLink": null,
+ "Uri": "/external/industryData/runs/{industryDataRun-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIndustryDataRun",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIndustryDataRun"
},
{
- "Uri": "/external/industryData/runs",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalIndustryDataRun",
+ "ApiReferenceLink": null,
+ "Uri": "/external/industryData/runs",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIndustryDataRun",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIndustryDataRun"
},
{
- "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/{industryDataRunActivity-id}",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalIndustryDataRunActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/{industryDataRunActivity-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIndustryDataRunActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIndustryDataRunActivity"
},
{
- "Uri": "/external/industryData/runs/{industryDataRun-id}/activities",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalIndustryDataRunActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/external/industryData/runs/{industryDataRun-id}/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIndustryDataRunActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIndustryDataRunActivity"
},
{
- "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/$count",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalIndustryDataRunActivityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/external/industryData/runs/$count",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalIndustryDataRunCount",
+ "ApiReferenceLink": null,
+ "Uri": "/external/industryData/runs/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/external/industryData/runs/{industryDataRun-id}/getStatistics",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaExternalIndustryDataRunStatistics",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-getstatistics?view=graph-rest-beta",
+ "Uri": "/external/industryData/runs/{industryDataRun-id}/getStatistics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIndustryDataRunStatistics",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-getstatistics?view=graph-rest-beta"
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIndustryDataRunStatistics"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataSourceSystem",
+ "ApiReferenceLink": null,
"Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "IndustryData-SourceSystem.Read.All",
@@ -92598,19 +96273,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaExternalIndustryDataSourceSystem",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataSourceSystem",
+ "ApiReferenceLink": null,
"Uri": "/external/industryData/sourceSystems",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "IndustryData-SourceSystem.Read.All",
@@ -92629,18 +96304,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaExternalIndustryDataSourceSystem",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataSourceSystemCount",
+ "ApiReferenceLink": null,
"Uri": "/external/industryData/sourceSystems/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "IndustryData-SourceSystem.Read.All",
@@ -92659,18 +96335,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaExternalIndustryDataSourceSystemCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataYear",
+ "ApiReferenceLink": null,
"Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "IndustryData-TimePeriod.Read.All",
@@ -92689,19 +96367,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaExternalIndustryDataYear",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataYear",
+ "ApiReferenceLink": null,
"Uri": "/external/industryData/years",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "IndustryData-TimePeriod.Read.All",
@@ -92720,18 +96398,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaExternalIndustryDataYear",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataYearCount",
+ "ApiReferenceLink": null,
"Uri": "/external/industryData/years/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "IndustryData-TimePeriod.Read.All",
@@ -92750,3649 +96429,3908 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaExternalIndustryDataYearCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/financials",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancial",
+ "ApiReferenceLink": null,
+ "Uri": "/financials",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphFinancials",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphFinancials"
},
{
- "Uri": "/financials/companies/{company-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompany",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCompany",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCompany"
},
{
- "Uri": "/financials/companies",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompany",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCompany",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCompany"
},
{
- "Uri": "/financials/companies/{company-id}/accounts/{account-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyAccount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/accounts/{account-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccount",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccount"
},
{
- "Uri": "/financials/companies/{company-id}/accounts",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyAccount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/accounts",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccount",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccount"
},
{
- "Uri": "/financials/companies/{company-id}/accounts/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyAccountCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/accounts/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/agedAccountsPayable/{agedAccountsPayable-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyAgedAccountPayable",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/agedAccountsPayable/{agedAccountsPayable-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgedAccountsPayable",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgedAccountsPayable"
},
{
- "Uri": "/financials/companies/{company-id}/agedAccountsPayable",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyAgedAccountPayable",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/agedAccountsPayable",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgedAccountsPayable",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgedAccountsPayable"
},
{
- "Uri": "/financials/companies/{company-id}/agedAccountsPayable/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyAgedAccountPayableCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/agedAccountsPayable/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/{agedAccountsReceivable-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/{agedAccountsReceivable-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgedAccountsReceivable",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgedAccountsReceivable"
},
{
- "Uri": "/financials/companies/{company-id}/agedAccountsReceivable",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/agedAccountsReceivable",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgedAccountsReceivable",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgedAccountsReceivable"
},
{
- "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyAgedAccountReceivableCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCountryRegion",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCountryRegion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCountryRegion"
},
{
- "Uri": "/financials/companies/{company-id}/countriesRegions",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCountryRegion",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/countriesRegions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCountryRegion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCountryRegion"
},
{
- "Uri": "/financials/companies/{company-id}/countriesRegions/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCountryRegionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/countriesRegions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/currencies/{currency-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCurrency",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/currencies/{currency-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCurrency",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCurrency"
},
{
- "Uri": "/financials/companies/{company-id}/currencies",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCurrency",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/currencies",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCurrency",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCurrency"
},
{
- "Uri": "/financials/companies/{company-id}/currencies/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCurrencyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/currencies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/customers/{customer-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomer",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customers/{customer-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomer",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCustomer"
},
{
- "Uri": "/financials/companies/{company-id}/customers",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomer",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customers",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomer",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCustomer"
},
{
- "Uri": "/financials/companies/{company-id}/customers/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customers/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerCurrency",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCurrency",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCurrency"
},
{
- "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPayment",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomerPayment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCustomerPayment"
},
{
- "Uri": "/financials/companies/{company-id}/customerPayments",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPayment",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPayments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomerPayment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCustomerPayment"
},
{
- "Uri": "/financials/companies/{company-id}/customerPayments/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPaymentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPayments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomer",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomer",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCustomer"
},
{
- "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCurrency",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCurrency"
},
{
- "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphShipmentMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphShipmentMethod"
},
{
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomerPaymentJournal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCustomerPaymentJournal"
},
{
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomerPaymentJournal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCustomerPaymentJournal"
},
{
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/account",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalAccount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/account",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccount",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccount"
},
{
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomerPayment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCustomerPayment"
},
{
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomerPayment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCustomerPayment"
},
{
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomer",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCustomer"
},
{
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCurrency",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCurrency"
},
{
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphShipmentMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphShipmentMethod"
},
{
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPaymentMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPaymentMethod"
},
{
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPaymentTerm"
},
{
- "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPaymentMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPaymentMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPaymentMethod"
},
{
- "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPaymentTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPaymentTerm"
},
{
- "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPictureContent",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerPictureCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyCustomerShipmentMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphShipmentMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphShipmentMethod"
},
{
- "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyDimension",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDimension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDimension"
},
{
- "Uri": "/financials/companies/{company-id}/dimensions",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyDimension",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/dimensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDimension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDimension"
},
{
- "Uri": "/financials/companies/{company-id}/dimensions/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyDimensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/dimensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/dimensionValues/{dimensionValue-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyDimensionValue",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/dimensionValues/{dimensionValue-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDimensionValue",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDimensionValue"
},
{
- "Uri": "/financials/companies/{company-id}/dimensionValues",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyDimensionValue",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/dimensionValues",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDimensionValue",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDimensionValue"
},
{
- "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyDimensionValueCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/employees/{employee-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyEmployee",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/employees/{employee-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEmployee",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEmployee"
},
{
- "Uri": "/financials/companies/{company-id}/employees",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyEmployee",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/employees",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEmployee",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEmployee"
},
{
- "Uri": "/financials/companies/{company-id}/employees/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyEmployeeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/employees/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyEmployeePicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyEmployeePicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyEmployeePictureContent",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyEmployeePictureCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGeneralLedgerEntry",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGeneralLedgerEntry"
},
{
- "Uri": "/financials/companies/{company-id}/generalLedgerEntries",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/generalLedgerEntries",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGeneralLedgerEntry",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGeneralLedgerEntry"
},
{
- "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}/account",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryAccount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}/account",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccount",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccount"
},
{
- "Uri": "/financials/companies/{company-id}/generalLedgerEntries/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/generalLedgerEntries/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyInformation",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCompanyInformation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCompanyInformation"
},
{
- "Uri": "/financials/companies/{company-id}/companyInformation",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyInformation",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/companyInformation",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCompanyInformation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCompanyInformation"
},
{
- "Uri": "/financials/companies/{company-id}/companyInformation/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyInformationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/companyInformation/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyInformationPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/items/{item-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyItem",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/items/{item-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItem"
},
{
- "Uri": "/financials/companies/{company-id}/items",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyItem",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/items",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItem"
},
{
- "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyItemCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemCategory"
},
{
- "Uri": "/financials/companies/{company-id}/itemCategories",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyItemCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/itemCategories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemCategory"
},
{
- "Uri": "/financials/companies/{company-id}/itemCategories/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyItemCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/itemCategories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/items/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyItemCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/items/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyItemPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/items/{item-id}/picture",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyItemPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/items/{item-id}/picture",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyItemPictureContent",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyItemPictureCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/journals/{journal-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyJournal",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/journals/{journal-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphJournal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphJournal"
},
{
- "Uri": "/financials/companies/{company-id}/journals",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyJournal",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/journals",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphJournal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphJournal"
},
{
- "Uri": "/financials/companies/{company-id}/journals/{journal-id}/account",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyJournalAccount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/journals/{journal-id}/account",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccount",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccount"
},
{
- "Uri": "/financials/companies/{company-id}/journals/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyJournalCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/journals/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyJournalLine",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphJournalLine",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphJournalLine"
},
{
- "Uri": "/financials/companies/{company-id}/journalLines",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyJournalLine",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/journalLines",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphJournalLine",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphJournalLine"
},
{
- "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}/account",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyJournalLineAccount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}/account",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccount",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccount"
},
{
- "Uri": "/financials/companies/{company-id}/journalLines/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyJournalLineCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/journalLines/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPaymentMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPaymentMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPaymentMethod"
},
{
- "Uri": "/financials/companies/{company-id}/paymentMethods",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPaymentMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/paymentMethods",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPaymentMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPaymentMethod"
},
{
- "Uri": "/financials/companies/{company-id}/paymentMethods/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPaymentMethodCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/paymentMethods/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPaymentTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPaymentTerm"
},
{
- "Uri": "/financials/companies/{company-id}/paymentTerms",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPaymentTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/paymentTerms",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPaymentTerm"
},
{
- "Uri": "/financials/companies/{company-id}/paymentTerms/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPaymentTermCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/paymentTerms/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/picture/{picture-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/picture/{picture-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/picture",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/picture",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPictureContent",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/picture/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPictureCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/picture/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPurchaseInvoice",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPurchaseInvoice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPurchaseInvoice"
},
{
- "Uri": "/financials/companies/{company-id}/purchaseInvoices",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPurchaseInvoice",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/purchaseInvoices",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPurchaseInvoice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPurchaseInvoice"
},
{
- "Uri": "/financials/companies/{company-id}/purchaseInvoices/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/purchaseInvoices/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCurrency",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCurrency",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCurrency"
},
{
- "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPurchaseInvoiceLine",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPurchaseInvoiceLine"
},
{
- "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPurchaseInvoiceLine",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPurchaseInvoiceLine"
},
{
- "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccount",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccount"
},
{
- "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItem"
},
{
- "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemCategory"
},
{
- "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendor",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVendor",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVendor"
},
{
- "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCurrency",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCurrency"
},
{
- "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPaymentMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPaymentMethod"
},
{
- "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPaymentTerm"
},
{
- "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemo",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSalesCreditMemo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSalesCreditMemo"
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemos",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemo",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSalesCreditMemo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSalesCreditMemo"
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoCurrency",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCurrency",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCurrency"
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomer",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomer",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCustomer"
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCurrency",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCurrency"
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPaymentMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPaymentMethod"
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPaymentTerm"
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphShipmentMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphShipmentMethod"
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSalesCreditMemoLine",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSalesCreditMemoLine"
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemoLines",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemoLines",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSalesCreditMemoLine",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSalesCreditMemoLine"
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineAccount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccount",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccount"
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItem",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItem"
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemCategory"
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoPaymentTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPaymentTerm"
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSalesCreditMemoLine",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSalesCreditMemoLine"
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSalesCreditMemoLine",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSalesCreditMemoLine"
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccount",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccount"
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItem"
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemCategory"
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleInvoice",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSalesInvoice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSalesInvoice"
},
{
- "Uri": "/financials/companies/{company-id}/salesInvoices",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleInvoice",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesInvoices",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSalesInvoice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSalesInvoice"
},
{
- "Uri": "/financials/companies/{company-id}/salesInvoices/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleInvoiceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesInvoices/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleInvoiceCurrency",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCurrency",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCurrency"
},
{
- "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomer",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomer",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCustomer"
},
{
- "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerCurrency",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCurrency",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCurrency"
},
{
- "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPaymentMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPaymentMethod"
},
{
- "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPaymentTerm"
},
{
- "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphShipmentMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphShipmentMethod"
},
{
- "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleInvoiceLine",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSalesInvoiceLine",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSalesInvoiceLine"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine",
+ "ApiReferenceLink": null,
"Uri": "/financials/companies/{company-id}/salesInvoiceLines",
- "Permissions": [],
- "Module": "Beta.Financials",
- "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSalesInvoiceLine",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSalesInvoiceLine"
},
{
- "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/account",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleInvoiceLineAccount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/account",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccount",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccount"
},
{
- "Uri": "/financials/companies/{company-id}/salesInvoiceLines/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleInvoiceLineCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesInvoiceLines/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItem",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItem"
},
{
- "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemCategory"
},
{
- "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleInvoicePaymentTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPaymentTerm"
},
{
- "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleInvoiceShipmentMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphShipmentMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphShipmentMethod"
},
{
- "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleOrder",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSalesOrder",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSalesOrder"
},
{
- "Uri": "/financials/companies/{company-id}/salesOrders",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleOrder",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesOrders",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSalesOrder",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSalesOrder"
},
{
- "Uri": "/financials/companies/{company-id}/salesOrders/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleOrderCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesOrders/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleOrderCurrency",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCurrency",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCurrency"
},
{
- "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleOrderCustomer",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomer",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCustomer"
},
{
- "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleOrderCustomerCurrency",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCurrency",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCurrency"
},
{
- "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPaymentMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPaymentMethod"
},
{
- "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPaymentTerm"
},
{
- "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureContent",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphShipmentMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphShipmentMethod"
},
{
- "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleOrderLine",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSalesOrderLine",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSalesOrderLine"
},
{
- "Uri": "/financials/companies/{company-id}/salesOrderLines",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleOrderLine",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesOrderLines",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSalesOrderLine",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSalesOrderLine"
},
{
- "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/account",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleOrderLineAccount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/account",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccount",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccount"
},
{
- "Uri": "/financials/companies/{company-id}/salesOrderLines/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleOrderLineCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesOrderLines/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleOrderLineItem",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItem"
},
{
- "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleOrderLineItemCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemCategory"
},
{
- "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleOrderPaymentTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPaymentTerm"
},
{
- "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleQuote",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSalesQuote",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSalesQuote"
},
{
- "Uri": "/financials/companies/{company-id}/salesQuotes",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleQuote",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesQuotes",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSalesQuote",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSalesQuote"
},
{
- "Uri": "/financials/companies/{company-id}/salesQuotes/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleQuoteCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesQuotes/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleQuoteCurrency",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCurrency",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCurrency"
},
{
- "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleQuoteCustomer",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomer",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCustomer"
},
{
- "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerCurrency",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCurrency",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCurrency"
},
{
- "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPaymentMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPaymentMethod"
},
{
- "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPaymentTerm"
},
{
- "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureContent",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphShipmentMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphShipmentMethod"
},
{
- "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleQuoteLine",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSalesQuoteLine",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSalesQuoteLine"
},
{
- "Uri": "/financials/companies/{company-id}/salesQuoteLines",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleQuoteLine",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesQuoteLines",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSalesQuoteLine",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSalesQuoteLine"
},
{
- "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/account",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleQuoteLineAccount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/account",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccount",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccount"
},
{
- "Uri": "/financials/companies/{company-id}/salesQuoteLines/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleQuoteLineCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesQuoteLines/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleQuoteLineItem",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItem"
},
{
- "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemCategory"
},
{
- "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleQuotePaymentTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPaymentTerm"
},
{
- "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanySaleQuoteShipmentMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphShipmentMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphShipmentMethod"
},
{
- "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyShipmentMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphShipmentMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphShipmentMethod"
},
{
- "Uri": "/financials/companies/{company-id}/shipmentMethods",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyShipmentMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/shipmentMethods",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphShipmentMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphShipmentMethod"
},
{
- "Uri": "/financials/companies/{company-id}/shipmentMethods/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyShipmentMethodCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/shipmentMethods/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyTaxArea",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTaxArea",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTaxArea"
},
{
- "Uri": "/financials/companies/{company-id}/taxAreas",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyTaxArea",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/taxAreas",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTaxArea",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTaxArea"
},
{
- "Uri": "/financials/companies/{company-id}/taxAreas/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyTaxAreaCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/taxAreas/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyTaxGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTaxGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTaxGroup"
},
{
- "Uri": "/financials/companies/{company-id}/taxGroups",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyTaxGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/taxGroups",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTaxGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTaxGroup"
},
{
- "Uri": "/financials/companies/{company-id}/taxGroups/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyTaxGroupCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/taxGroups/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyUnitOfMeasure",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnitOfMeasure",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnitOfMeasure"
},
{
- "Uri": "/financials/companies/{company-id}/unitsOfMeasure",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyUnitOfMeasure",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/unitsOfMeasure",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnitOfMeasure",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnitOfMeasure"
},
{
- "Uri": "/financials/companies/{company-id}/unitsOfMeasure/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyUnitOfMeasureCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/unitsOfMeasure/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyVendor",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVendor",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVendor"
},
{
- "Uri": "/financials/companies/{company-id}/vendors",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyVendor",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/vendors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVendor",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVendor"
},
{
- "Uri": "/financials/companies/{company-id}/vendors/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyVendorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/vendors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyVendorCurrency",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCurrency",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCurrency"
},
{
- "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyVendorPaymentMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPaymentMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPaymentMethod"
},
{
- "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyVendorPaymentTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPaymentTerm"
},
{
- "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyVendorPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyVendorPicture",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPicture",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPicture"
},
{
- "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyVendorPictureContent",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/$count",
- "Permissions": [],
- "Module": "Beta.Financials",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaFinancialCompanyVendorPictureCount",
+ "ApiReferenceLink": null,
+ "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Financials",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta",
"Uri": "/groups/{group-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -96435,19 +100373,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroup",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-beta",
"Uri": "/groups",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -96490,18 +100428,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroup",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupAcceptedSender",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/acceptedSenders",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group.Read.All",
@@ -96520,18 +100459,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupAcceptedSender",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupAcceptedSenderByRef",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/acceptedSenders/$ref",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group.Read.All",
@@ -96550,18 +100490,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupAcceptedSenderByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupAcceptedSenderCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/acceptedSenders/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group.Read.All",
@@ -96580,33 +100522,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupAcceptedSenderCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupAppRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppRoleAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupAppRoleAssignment",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/appRoleAssignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -96633,18 +100576,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaGroupAppRoleAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAppRoleAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupAppRoleAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/appRoleAssignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -96671,33 +100616,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaGroupAppRoleAssignmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/getByIds",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaGroupById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta",
+ "Uri": "/groups/getByIds",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupByUniqueName",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta",
"Uri": "/groups(uniqueName='{uniqueName}')",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -96740,33 +100687,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupByUniqueName",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/groups/{group-id}/calendar",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaGroupCalendar",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/calendar",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCalendar",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCalendar"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupCalendarEvent",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/calendar/events/{event-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Calendar",
"Permissions": [
{
"Name": "Calendars.ReadBasic",
@@ -96801,19 +100750,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Calendar",
- "Command": "Get-MgBetaGroupCalendarEvent",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEvent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupCalendarEvent",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/calendar/events",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Calendar",
"Permissions": [
{
"Name": "Group.Read.All",
@@ -96832,18 +100781,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Calendar",
- "Command": "Get-MgBetaGroupCalendarEvent",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEvent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupCalendarEventDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta",
"Uri": "/groups/{group-id}/calendar/events/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Calendars.Read",
@@ -96870,89 +100821,95 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupCalendarEventDelta",
- "Variants": [
- "Delta",
- "DeltaViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphEvent"
},
{
- "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaGroupCalendarPermission",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCalendarPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCalendarPermission"
},
{
- "Uri": "/groups/{group-id}/calendar/calendarPermissions",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaGroupCalendarPermission",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/calendar/calendarPermissions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCalendarPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCalendarPermission"
},
{
- "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupCalendarPermissionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/calendar/getSchedule",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaGroupCalendarSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/calendar/getSchedule",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphScheduleInformation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphScheduleInformation"
},
{
- "Uri": "/groups/{group-id}/calendar/calendarView",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaGroupCalendarView",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/calendar/calendarView",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEvent"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupConversation",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/conversations/{conversation-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -96987,19 +100944,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupConversation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphConversation"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupConversation",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/conversations",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -97034,18 +100991,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupConversation",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphConversation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupConversationCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/conversations/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -97080,19 +101039,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupConversationCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupConversationThread",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}",
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -97127,19 +101087,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupConversationThread",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationThread",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphConversationThread"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupConversationThread",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -97174,18 +101134,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupConversationThread",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationThread",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphConversationThread"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupConversationThreadCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -97220,19 +101182,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupConversationThreadCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupConversationThreadPost",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -97267,21 +101232,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupConversationThreadPost",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPost",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPost"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupConversationThreadPost",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -97316,32 +101279,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupConversationThreadPost",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPost",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPost"
},
{
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupConversationThreadPostAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupConversationThreadPostAttachment",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -97376,18 +101341,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupConversationThreadPostAttachment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupConversationThreadPostAttachmentCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -97422,19 +101389,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupConversationThreadPostAttachmentCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupConversationThreadPostCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count",
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -97469,224 +101437,239 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupConversationThreadPostCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupConversationThreadPostExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupConversationThreadPostExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupConversationThreadPostExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMention",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMention"
},
{
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMention",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMention"
},
{
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupConversationThreadPostInReplyToMentionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupConversationThreadPostMention",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMention",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMention"
},
{
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupConversationThreadPostMention",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMention",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMention"
},
{
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupConversationThreadPostMentionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -97729,32 +101712,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/createdOnBehalfOf",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupCreatedOnBehalfOf",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/createdOnBehalfOf",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupDefaultDrive",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/drive",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -97805,19 +101791,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaGroupDefaultDrive",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDrive"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-beta",
"Uri": "/groups/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -97860,32 +101846,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDrive"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupDrive",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/drives",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -97936,155 +101924,167 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaGroupDrive",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDrive"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/activities",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveBundle",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/bundles",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveBundle",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/bundles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveBundleContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveBundleContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveBundleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveContentTypeBase",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveContentTypeBaseType",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveContentTypeBaseType",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveContentTypeBaseTypeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupDriveCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/drives/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -98135,2804 +102135,3006 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaGroupDriveCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveFollowing",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/following",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveFollowing",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/following",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveFollowingContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveFollowingContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveFollowingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/activities",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemActivityByInterval",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivity"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemAnalyticLastSevenDay",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemAnalyticTime",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemChildContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemChildContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemChildCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemListItemActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemListItemActivityByInterval",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemListItemAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemListItemCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemListItemDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemListItemDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemListItemDriveItemContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemListItemField",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemListItemVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemListItemVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemPermission",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermission"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemPermission",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermission"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemPermissionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemRetentionLabel",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemRetentionLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemRetentionLabel"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemSubscriptionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemThumbnail",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThumbnailSet"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemThumbnail",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThumbnailSet"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemThumbnailCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItemVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItemVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemVersionContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveItemVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveList",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphList"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/activities",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListColumnCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListColumnSourceColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListContentType",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListContentType",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListContentTypeColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListContentTypeColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListContentTypeColumnCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListContentTypeColumnLink",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnLink",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnLink"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListContentTypeColumnLink",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnLink",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnLink"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListContentTypeColumnLinkCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListContentTypeColumnPositionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListContentTypeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDrive"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListItemActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListItemActivityByInterval",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListItemAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListItemCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListItemDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListItemDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListItemDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListItemDriveItemContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListItemField",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListItemVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListItemVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveListSubscriptionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRoot",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/activities",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootActivityByInterval",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivity"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootAnalyticLastSevenDay",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootAnalyticTime",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/children",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/children",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootChildContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootChildContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootChildCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootListItemActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootListItemActivityByInterval",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootListItemAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootListItemCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootListItemDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootListItemDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootListItemDriveItemContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootListItemField",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootListItemVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootListItemVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootPermission",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermission"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootPermission",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermission"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootPermissionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootRetentionLabel",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemRetentionLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemRetentionLabel"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootSubscriptionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootThumbnail",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThumbnailSet"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootThumbnail",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThumbnailSet"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootThumbnailCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItemVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItemVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootVersionContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveRootVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveSpecial",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/special",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveSpecial",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/special",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveSpecialContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveSpecialContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupDriveSpecialCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupEndpoint",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/endpoints/{endpoint-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group.Read.All",
@@ -100951,19 +105153,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupEndpoint",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupEndpoint",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/endpoints",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group.Read.All",
@@ -100982,18 +105184,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupEndpoint",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupEndpointCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/endpoints/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group.Read.All",
@@ -101012,19 +105216,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupEndpointCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupEvent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/groups/{group-id}/events/{event-id}",
+ "Module": "Beta.Calendar",
"Permissions": [
{
"Name": "Calendars.ReadBasic",
@@ -101059,19 +105264,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Calendar",
- "Command": "Get-MgBetaGroupEvent",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEvent"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupEvent",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/events",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Calendar",
"Permissions": [
{
"Name": "Group.Read.All",
@@ -101090,73 +105295,79 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Calendar",
- "Command": "Get-MgBetaGroupEvent",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEvent"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/attachments",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/attachments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventAttachmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/calendar",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventCalendar",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/calendar",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCalendar",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCalendar"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupEventCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/events/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Calendar",
"Permissions": [
{
"Name": "Group.Read.All",
@@ -101175,19 +105386,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Calendar",
- "Command": "Get-MgBetaGroupEventCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupEventDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta",
"Uri": "/groups/{group-id}/events/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Calendars.Read",
@@ -101214,348 +105426,372 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupEventDelta",
- "Variants": [
- "Delta",
- "DeltaViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphEvent"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventExceptionOccurrence",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEvent"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventExceptionOccurrence",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEvent"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventExceptionOccurrenceCalendar",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCalendar",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCalendar"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventExceptionOccurrenceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventExceptionOccurrenceExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEvent"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEvent"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCalendar",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCalendar",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCalendar"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/extensions",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEvent"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupEventInstance",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/events/{event-id}/instances",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Calendar",
"Permissions": [
{
"Name": "Calendars.ReadBasic",
@@ -101574,73 +105810,79 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Calendar",
- "Command": "Get-MgBetaGroupEventInstance",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEvent"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventInstanceAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventInstanceAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventInstanceAttachmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventInstanceCalendar",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCalendar",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCalendar"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupEventInstanceCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/events/{event-id}/instances/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Calendar",
"Permissions": [
{
"Name": "Calendars.ReadBasic",
@@ -101659,238 +105901,257 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Calendar",
- "Command": "Get-MgBetaGroupEventInstanceCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEvent"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEvent"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCalendar",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCalendar",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCalendar"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventInstanceExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventInstanceExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupEventInstanceExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/extensions",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/groups/{group-id}/extensions/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupLifecyclePolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-beta",
"Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -101909,21 +106170,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupLifecyclePolicy",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupLifecyclePolicy",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphGroupLifecyclePolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupLifecyclePolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-beta",
"Uri": "/groupLifecyclePolicies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -101942,18 +106201,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupLifecyclePolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupLifecyclePolicy",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphGroupLifecyclePolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupLifecyclePolicyByGroup",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/groupLifecyclePolicies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -101972,18 +106232,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupLifecyclePolicyByGroup",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroupLifecyclePolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphGroupLifecyclePolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupLifecyclePolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/groupLifecyclePolicies/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -102002,18 +106263,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupLifecyclePolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupMember",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/members",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -102056,180 +106318,193 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupMember",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/groups/{group-id}/members/{directoryObject-id}/application",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/{directoryObject-id}/application",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/groups/{group-id}/members/application",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/application",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/groups/{group-id}/members/{directoryObject-id}/device",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/{directoryObject-id}/device",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/groups/{group-id}/members/device",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/device",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/groups/{group-id}/members/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/{directoryObject-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/groups/{group-id}/members/group",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/group",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/groups/{group-id}/members/orgContact",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/orgContact",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/groups/{group-id}/members/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/groups/{group-id}/members/{directoryObject-id}/user",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/{directoryObject-id}/user",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/members/user",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/user",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupMemberByRef",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/members/$ref",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -102272,18 +106547,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupMemberByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupMemberCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/members/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -102326,103 +106603,112 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupMemberCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/members/application/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberCountAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/application/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/members/device/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberCountAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/device/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/members/group/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/group/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/members/orgContact/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberCountAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/orgContact/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/members/servicePrincipal/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/servicePrincipal/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/members/user/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberCountAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/user/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaGroupMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta",
"Uri": "/groups/{group-id}/getMemberGroups",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -102505,21 +106791,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupMemberGroup",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaGroupMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/getMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"
- },
- {
- "Uri": "/groups/{group-id}/getMemberObjects",
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -102618,35 +106905,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupMemberObject",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberOf",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupMemberOf",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/memberOf",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -102681,72 +106967,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupMemberOf",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/groups/{group-id}/memberOf/administrativeUnit",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/memberOf/administrativeUnit",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/groups/{group-id}/memberOf/group",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/memberOf/group",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupMemberOfCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/memberOf/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -102781,334 +107073,358 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupMemberOfCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/memberOf/group/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberOfCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/memberOf/group/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberWithLicenseError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberWithLicenseError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/application",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/application",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/device",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/device",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/group",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/group",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/user",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/user",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberWithLicenseErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOnenoteNotebook",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -103151,19 +107467,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaGroupOnenoteNotebook",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOnenoteNotebook",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/notebooks",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -103206,18 +107522,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaGroupOnenoteNotebook",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOnenoteNotebookCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/notebooks/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -103260,19 +107578,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaGroupOnenoteNotebookCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaGroupOnenoteNotebookFromWebUrl",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta",
"Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Notes.Create",
@@ -103315,21 +107636,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupOnenoteNotebookFromWebUrl",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCopyNotebookModel",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphCopyNotebookModel"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOnenoteNotebookSection",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -103372,18 +107691,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaGroupOnenoteNotebookSection",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOnenoteNotebookSectionGroup",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -103426,18 +107746,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaGroupOnenoteNotebookSectionGroup",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOnenoteOperation",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -103480,33 +107802,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaGroupOnenoteOperation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/groups/{group-id}/onenote/operations/$count",
- "Permissions": [],
- "Module": "Beta.Notes",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupOnenoteOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/onenote/operations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Notes",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOnenotePage",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Read",
@@ -103541,19 +107865,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaGroupOnenotePage",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOnenotePage",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/pages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Read",
@@ -103588,32 +107912,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaGroupOnenotePage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
- "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content",
- "Permissions": [],
- "Module": "Beta.Notes",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupOnenotePageContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Notes",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOnenotePageCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/pages/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Read",
@@ -103648,19 +107975,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaGroupOnenotePageCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOnenoteRecentNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})",
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Notes.Create",
@@ -103703,33 +108031,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupOnenoteRecentNotebook",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRecentNotebook",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphRecentNotebook"
},
{
- "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}",
- "Permissions": [],
- "Module": "Beta.Notes",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupOnenoteResource",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Notes",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteResource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOnenoteResourceContent",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Read",
@@ -103764,33 +108094,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaGroupOnenoteResourceContent",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/onenote/resources/$count",
- "Permissions": [],
- "Module": "Beta.Notes",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupOnenoteResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/onenote/resources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Notes",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOnenoteSection",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -103833,19 +108165,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaGroupOnenoteSection",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOnenoteSection",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/sections",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -103888,18 +108220,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaGroupOnenoteSection",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOnenoteSectionCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/sections/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -103942,19 +108276,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaGroupOnenoteSectionCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOnenoteSectionGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}",
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -103997,19 +108332,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaGroupOnenoteSectionGroup",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOnenoteSectionGroup",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/sectionGroups",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List",
+ "List1"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -104052,19 +108388,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaGroupOnenoteSectionGroup",
- "Variants": [
- "List",
- "List1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOnenoteSectionGroupCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -104107,21 +108446,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaGroupOnenoteSectionGroupCount",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOnenoteSectionGroupSection",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -104164,18 +108501,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaGroupOnenoteSectionGroupSection",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOnenoteSectionPage",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Read",
@@ -104210,18 +108548,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaGroupOnenoteSectionPage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOwner",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/owners",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -104264,180 +108603,193 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupOwner",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupOwnerAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/groups/{group-id}/owners/application",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupOwnerAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/application",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupOwnerAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/groups/{group-id}/owners/device",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupOwnerAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/device",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupOwnerAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/groups/{group-id}/owners/group",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupOwnerAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/group",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupOwnerAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/groups/{group-id}/owners/orgContact",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupOwnerAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/orgContact",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupOwnerAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/groups/{group-id}/owners/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupOwnerAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupOwnerAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/owners/user",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupOwnerAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/user",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOwnerByRef",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/owners/$ref",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -104480,18 +108832,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupOwnerByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOwnerCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/owners/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -104534,103 +108888,110 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupOwnerCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/owners/application/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupOwnerCountAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/application/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/owners/device/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupOwnerCountAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/device/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/owners/group/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupOwnerCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/group/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/owners/orgContact/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupOwnerCountAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/orgContact/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/owners/servicePrincipal/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupOwnerCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/servicePrincipal/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/owners/user/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupOwnerCountAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/user/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaGroupPasswordSingleSignOnCredential",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/getPasswordSingleSignOnCredentials",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Directory.AccessAsUser.All",
@@ -104657,33 +109018,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupPasswordSingleSignOnCredential",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet",
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet"
},
{
- "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupPermissionGrant",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupPermissionGrant",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/permissionGrants",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -104718,18 +109080,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupPermissionGrant",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupPermissionGrantCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/permissionGrants/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -104764,19 +109128,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupPermissionGrantCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupPhoto",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/photo",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "ProfilePhoto.Read.All",
@@ -104803,21 +109170,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupPhoto",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphProfilePhoto"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupPhoto",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/photos",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "ProfilePhoto.Read.All",
@@ -104844,18 +109209,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupPhoto",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphProfilePhoto"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupPhotoContent",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/photo/$value",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "ProfilePhoto.Read.All",
@@ -104882,49 +109251,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupPhotoContent",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/planner",
- "Permissions": [],
- "Module": "Beta.Planner",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupPlanner",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/planner",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Planner",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerGroup"
},
{
- "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}",
- "Permissions": [],
- "Module": "Beta.Planner",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupPlannerPlan",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Planner",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerPlan"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupPlannerPlan",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/planner/plans",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -104975,59 +109344,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaGroupPlannerPlan",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerPlan"
},
{
- "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets",
- "Permissions": [],
- "Module": "Beta.Planner",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupPlannerPlanBucket",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerBucket",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Planner",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerBucket"
},
{
- "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/delta",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupPlannerPlanBucketDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerBucket",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerBucket"
},
{
- "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupPlannerPlanBucketTaskDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerTask"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupPlannerPlanCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/planner/plans/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -105078,19 +109452,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaGroupPlannerPlanCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupPlannerPlanDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta",
"Uri": "/groups/{group-id}/planner/plans/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -105109,60 +109484,63 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupPlannerPlanDelta",
- "Variants": [
- "Delta",
- "DeltaViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphPlannerPlan"
},
{
- "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details",
- "Permissions": [],
- "Module": "Beta.Planner",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupPlannerPlanDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerPlanDetails",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Planner",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerPlanDetails"
},
{
- "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks",
- "Permissions": [],
- "Module": "Beta.Planner",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupPlannerPlanTask",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Planner",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerTask"
},
{
- "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/delta",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupPlannerPlanTaskDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerTask"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupRejectedSender",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/rejectedSenders",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group.Read.All",
@@ -105181,18 +109559,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupRejectedSender",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupRejectedSenderByRef",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/rejectedSenders/$ref",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group.Read.All",
@@ -105211,18 +109590,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupRejectedSenderByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupRejectedSenderCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/rejectedSenders/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group.Read.All",
@@ -105241,19 +109622,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupRejectedSenderCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/settings/{directorySetting-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/groups/{group-id}/settings/{directorySetting-id}",
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -105288,19 +109670,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupSetting",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectorySetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectorySetting"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupSetting",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/settings",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -105335,18 +109717,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupSetting",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectorySetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectorySetting"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupSettingCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/settings/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -105381,7971 +109765,8542 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupSettingCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSite",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/groups/{group-id}/sites",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSite",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteActivityByInterval",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivity"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivity"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteAnalyticLastSevenDay",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteAnalyticTime",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteApplicableContentTypeForList",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteByPath",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/columns",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/columns",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteColumnCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteColumnSourceColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteContentType",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteContentType",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteContentTypeBase",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteContentTypeBaseType",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteContentTypeBaseType",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteContentTypeBaseTypeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteContentTypeColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteContentTypeColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteContentTypeColumnCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteContentTypeColumnLink",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnLink",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnLink"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteContentTypeColumnLink",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnLink",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnLink"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteContentTypeColumnLinkCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteContentTypeColumnPosition",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteContentTypeColumnPosition",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteContentTypeColumnPositionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteContentTypeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/drive",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteDefaultDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/drive",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDrive"
},
{
- "Uri": "/groups/{group-id}/sites/delta",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/sites/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDrive"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/drives",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/drives",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDrive"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteDriveCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteExternalColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteExternalColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteExternalColumnCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteGetByPath",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphList"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteGetByPathAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteGetByPathApplicableContentTypeForList",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteGetByPathColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteGetByPathContentType",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteGetByPathDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDrive"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteGetByPathDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDrive"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteGetByPathExternalColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteGetByPathInformationProtection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInformationProtection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphInformationProtection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteGetByPathItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBaseItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphBaseItem"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteGetByPathList",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphList"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteGetByPathOnenote",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenote",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenote"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteGetByPathOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteGetByPathPage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBaseSitePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphBaseSitePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteGetByPathPermission",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermission"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/recycleBin",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteGetByPathRecycleBin",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/recycleBin",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRecycleBin",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRecycleBin"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteGetByPathSite",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteGetByPathTermStore",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStore",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStore"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteGetGraphBPrePathActivityByInterval",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteGetGraphBPrePathByPath",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteGetGraphBPrePathCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteGetGraphBPrePathLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteInformationProtection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInformationProtection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphInformationProtection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteInformationProtectionBitlocker",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBitlocker",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphBitlocker"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBitlockerRecoveryKey",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphBitlockerRecoveryKey"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBitlockerRecoveryKey",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphBitlockerRecoveryKey"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKeyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDataLossPreventionPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDataLossPreventionPolicy"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDataLossPreventionPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDataLossPreventionPolicy"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteInformationProtectionPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInformationProtectionPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphInformationProtectionPolicy"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInformationProtectionLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphInformationProtectionLabel"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInformationProtectionLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphInformationProtectionLabel"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabelCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSensitivityLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSensitivityLabel"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSensitivityLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSensitivityLabel"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSensitivityLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSensitivityLabel"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSensitivityLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSensitivityLabel"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSensitivityPolicySettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSensitivityPolicySettings"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphThreatAssessmentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThreatAssessmentRequest"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphThreatAssessmentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThreatAssessmentRequest"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphThreatAssessmentResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThreatAssessmentResult"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphThreatAssessmentResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThreatAssessmentResult"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResultCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBaseItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphBaseItem"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/items",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/items",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBaseItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphBaseItem"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/items/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteItemCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/items/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteItemLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteList",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphList"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteList",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists",
+ "ApiVersion": "beta",
"Variants": [
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphList"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListColumnCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListColumnSourceColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListContentType",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListContentType",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListContentTypeColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListContentTypeColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListContentTypeColumnCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListContentTypeColumnLink",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnLink",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnLink"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListContentTypeColumnLink",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnLink",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnLink"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListContentTypeColumnLinkCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListContentTypeColumnPositionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListContentTypeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDrive"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItemActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItemActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItemActivityByInterval",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItemActivityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItemActivityDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItemActivityListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItemAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItemCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItemDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItemDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItemDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItemDriveItemContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItemField",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItemVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListItemVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteListSubscriptionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenote",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenote",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenote"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebook",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebook",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentNotebook",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentSectionGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentNotebook",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentNotebook",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentSectionGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenotePage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenotePage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenotePageContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenotePageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenotePageParentNotebook",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenotePageParentSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteResource",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteResource"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteResource",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteResource"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteResourceContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteSectionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteSectionGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteSectionGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteSectionGroupCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentNotebook",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentSectionGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections",
- "Permissions": [],
"Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteSection"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentNotebook",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentNotebook",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentSectionGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteSectionPage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteSectionPage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteSectionPageContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteSectionPageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentNotebook",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteSectionParentNotebook",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOnenoteSectionParentSectionGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/operations",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/operations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBaseSitePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphBaseSitePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBaseSitePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphBaseSitePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageAsSitePage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSitePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSitePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageAsSitePage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSitePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSitePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayout",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCanvasLayout",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCanvasLayout"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphHorizontalSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphHorizontalSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphHorizontalSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphHorizontalSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphHorizontalSectionColumn",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphHorizontalSectionColumn"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphHorizontalSectionColumn",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphHorizontalSectionColumn"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWebPart",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWebPart"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVerticalSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVerticalSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWebPart",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWebPart"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageAsSitePageWebPart",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageAsSitePageWebPart",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWebPart",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWebPart"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageAsSitePageWebPartCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageCountAsSitePage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWebPartPosition",
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWebPartPosition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWebPartPosition",
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWebPartPosition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWebPartPosition",
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWebPartPosition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePermission",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermission"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/permissions",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePermission",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/permissions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermission"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSitePermissionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteRecycleBin",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRecycleBin",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRecycleBin"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteRecycleBinItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRecycleBinItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRecycleBinItem"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteRecycleBinItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRecycleBinItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRecycleBinItem"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteRecycleBinItemCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStore",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStore",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStore"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetParentGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetChildCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetChildSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetTermChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetTermChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetTermChildCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetTermChildSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetTermCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSiteTermStoreSetTermSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSubSite",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/sites",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSubSite",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/sites",
+ "ApiVersion": "beta",
"Variants": [
"List2"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupSubSiteCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeam",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeam",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeam"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannel",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChannel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChannel"
},
{
- "Uri": "/groups/{group-id}/team/channels",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannel",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels",
+ "ApiVersion": "beta",
"Variants": [
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChannel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChannel"
},
{
- "Uri": "/groups/{group-id}/team/channels/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelFileFolder",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelFileFolderContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelFileFolderContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelMember",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/members",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelMember",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/members",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelMemberCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelMessageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelMessageHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelMessageHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelMessageHostedContentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelMessageReply",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelMessageReply",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelMessageReplyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelSharedWithTeam",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelSharedWithTeam",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMemberCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelSharedWithTeamCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelTab",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsTab"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelTab",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsTab"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelTabCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamChannelTabTeamApp",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsApp"
},
{
- "Uri": "/groups/{group-id}/team/group",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamGroupServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamIncomingChannel",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChannel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChannel"
},
{
- "Uri": "/groups/{group-id}/team/incomingChannels",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamIncomingChannel",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/incomingChannels",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChannel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChannel"
},
{
- "Uri": "/groups/{group-id}/team/incomingChannels/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamIncomingChannelCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/incomingChannels/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamInstalledApp",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation"
},
{
- "Uri": "/groups/{group-id}/team/installedApps",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamInstalledApp",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/installedApps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation"
},
{
- "Uri": "/groups/{group-id}/team/installedApps/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamInstalledAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/installedApps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamInstalledAppTeamApp",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsApp"
},
{
- "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamInstalledAppTeamAppDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAppDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsAppDefinition"
},
{
- "Uri": "/groups/{group-id}/team/members/{conversationMember-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamMember",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/members/{conversationMember-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/groups/{group-id}/team/members",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamMember",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/members",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/groups/{group-id}/team/members/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamMemberCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/members/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsAsyncOperation"
},
{
- "Uri": "/groups/{group-id}/team/operations",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/operations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsAsyncOperation"
},
{
- "Uri": "/groups/{group-id}/team/operations/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/operations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/owners/{user-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamOwner",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/owners/{user-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/team/owners",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamOwner",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/owners",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/team/owners/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamOwnerCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/owners/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamOwnerMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPermissionGrant",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant"
},
{
- "Uri": "/groups/{group-id}/team/permissionGrants",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPermissionGrant",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/permissionGrants",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant"
},
{
- "Uri": "/groups/{group-id}/team/permissionGrants/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPermissionGrantCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/permissionGrants/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/photo",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPhoto",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/photo",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphProfilePhoto"
},
{
- "Uri": "/groups/{group-id}/team/photo/$value",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPhotoContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/photo/$value",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannel",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChannel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChannel"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolder",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelMember",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/members",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelMember",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/members",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/members/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelMemberCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/members/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/messages",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelMessageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelTab",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsTab"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/tabs",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelTab",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/tabs",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsTab"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelTabCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamPrimaryChannelTabTeamApp",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsApp"
},
{
- "Uri": "/groups/{group-id}/team/schedule",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamSchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSchedule"
},
{
- "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleDayNote",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDayNote",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDayNote"
},
{
- "Uri": "/groups/{group-id}/team/schedule/dayNotes",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleDayNote",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/dayNotes",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDayNote",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDayNote"
},
{
- "Uri": "/groups/{group-id}/team/schedule/dayNotes/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleDayNoteCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/dayNotes/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOfferShiftRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOfferShiftRequest"
},
{
- "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOfferShiftRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOfferShiftRequest"
},
{
- "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleOpenShift",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOpenShift",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOpenShift"
},
{
- "Uri": "/groups/{group-id}/team/schedule/openShifts",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleOpenShift",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/openShifts",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOpenShift",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOpenShift"
},
{
- "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOpenShiftChangeRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOpenShiftChangeRequest"
},
{
- "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOpenShiftChangeRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOpenShiftChangeRequest"
},
{
- "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/schedule/openShifts/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleOpenShiftCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/openShifts/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSchedulingGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSchedulingGroup"
},
{
- "Uri": "/groups/{group-id}/team/schedule/schedulingGroups",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/schedulingGroups",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSchedulingGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSchedulingGroup"
},
{
- "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleSchedulingGroupCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleShift",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphShift",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphShift"
},
{
- "Uri": "/groups/{group-id}/team/schedule/shifts",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleShift",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/shifts",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphShift",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphShift"
},
{
- "Uri": "/groups/{group-id}/team/schedule/shifts/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleShiftCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/shifts/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphShiftsRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphShiftsRoleDefinition"
},
{
- "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphShiftsRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphShiftsRoleDefinition"
},
{
- "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest"
},
{
- "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest"
},
{
- "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleTimeCard",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTimeCard",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTimeCard"
},
{
- "Uri": "/groups/{group-id}/team/schedule/timeCards",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleTimeCard",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/timeCards",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTimeCard",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTimeCard"
},
{
- "Uri": "/groups/{group-id}/team/schedule/timeCards/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleTimeCardCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/timeCards/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleTimeOff",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTimeOff",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTimeOff"
},
{
- "Uri": "/groups/{group-id}/team/schedule/timesOff",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleTimeOff",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/timesOff",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTimeOff",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTimeOff"
},
{
- "Uri": "/groups/{group-id}/team/schedule/timesOff/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleTimeOffCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/timesOff/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleTimeOffReason",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTimeOffReason",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTimeOffReason"
},
{
- "Uri": "/groups/{group-id}/team/schedule/timeOffReasons",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleTimeOffReason",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/timeOffReasons",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTimeOffReason",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTimeOffReason"
},
{
- "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleTimeOffReasonCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTimeOffRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTimeOffRequest"
},
{
- "Uri": "/groups/{group-id}/team/schedule/timeOffRequests",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/timeOffRequests",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTimeOffRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTimeOffRequest"
},
{
- "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamScheduleTimeOffRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamTag",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamworkTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamworkTag"
},
{
- "Uri": "/groups/{group-id}/team/tags",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamTag",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/tags",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamworkTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamworkTag"
},
{
- "Uri": "/groups/{group-id}/team/tags/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamTagCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/tags/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamTagMember",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamworkTagMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamworkTagMember"
},
{
- "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamTagMember",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamworkTagMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamworkTagMember"
},
{
- "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamTagMemberCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/template",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/template",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/templateDefinition",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTeamTemplateDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/templateDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamTemplateDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamTemplateDefinition"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupThread",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/threads/{conversationThread-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -113380,19 +118335,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupThread",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationThread",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphConversationThread"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupThread",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/threads",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -113427,18 +118382,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupThread",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationThread",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphConversationThread"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupThreadCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/threads/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -113473,19 +118430,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupThreadCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupThreadPost",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -113520,21 +118480,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupThreadPost",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPost",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPost"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupThreadPost",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -113569,32 +118527,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupThreadPost",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPost",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPost"
},
{
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupThreadPostAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupThreadPostAttachment",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -113629,18 +118589,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupThreadPostAttachment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupThreadPostAttachmentCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -113675,19 +118637,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupThreadPostAttachmentCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupThreadPostCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count",
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -113722,238 +118685,254 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupThreadPostCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupThreadPostExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupThreadPostExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupThreadPostExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupThreadPostInReplyToAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupThreadPostInReplyToAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupThreadPostInReplyToAttachmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupThreadPostInReplyToExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupThreadPostInReplyToExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupThreadPostInReplyToExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupThreadPostInReplyToMention",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMention",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMention"
},
{
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupThreadPostInReplyToMention",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMention",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMention"
},
{
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupThreadPostInReplyToMentionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupThreadPostMention",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMention",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMention"
},
{
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupThreadPostMention",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMention",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMention"
},
{
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupThreadPostMentionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTransitiveMember",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupTransitiveMember",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/transitiveMembers",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -113996,180 +118975,194 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupTransitiveMember",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTransitiveMemberAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/application",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTransitiveMemberAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/application",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTransitiveMemberAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/device",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTransitiveMemberAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/device",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTransitiveMemberAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/group",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTransitiveMemberAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/group",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/orgContact",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/orgContact",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTransitiveMemberAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/user",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTransitiveMemberAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/user",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupTransitiveMemberCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/transitiveMembers/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -114212,117 +119205,124 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupTransitiveMemberCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/application/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTransitiveMemberCountAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/application/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/device/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTransitiveMemberCountAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/device/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/group/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTransitiveMemberCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/group/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTransitiveMemberCountAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTransitiveMemberCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/user/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTransitiveMemberCountAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/user/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTransitiveMemberOf",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupTransitiveMemberOf",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/transitiveMemberOf",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -114357,72 +119357,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupTransitiveMemberOf",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/groups/{group-id}/transitiveMemberOf/group",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMemberOf/group",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupTransitiveMemberOfCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/transitiveMemberOf/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -114457,101 +119463,108 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Groups",
- "Command": "Get-MgBetaGroupTransitiveMemberOfCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTransitiveMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaGroupTransitiveMemberOfCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/getUserOwnedObjects",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaGroupUserOwnedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta",
+ "Uri": "/groups/getUserOwnedObjects",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta"
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/identity/apiConnectors/{identityApiConnector-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityApiConnector",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/apiConnectors/{identityApiConnector-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityApiConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityApiConnector"
},
{
- "Uri": "/identity/apiConnectors",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityApiConnector",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/apiConnectors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityApiConnector",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identity/apiConnectors/$count",
- "Permissions": [],
"Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityApiConnector"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityApiConnectorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/apiConnectors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlow",
+ "ApiReferenceLink": null,
"Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "EventListener.Read.All",
@@ -114570,19 +119583,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityAuthenticationEventFlow",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationEventsFlow",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAuthenticationEventsFlow"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlow",
+ "ApiReferenceLink": null,
"Uri": "/identity/authenticationEventsFlows",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "EventListener.Read.All",
@@ -114601,32 +119614,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityAuthenticationEventFlow",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationEventsFlow",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAuthenticationEventsFlow"
},
{
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow",
+ "ApiReferenceLink": null,
"Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "EventListener.Read.All",
@@ -114645,195 +119660,209 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow"
},
{
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications"
},
{
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationConditionApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationConditionApplication"
},
{
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnAttributeCollectionHandler",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnAttributeCollectionHandler"
},
{
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnAuthenticationMethodLoadStartHandler",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnAuthenticationMethodLoadStartHandler"
},
{
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute"
},
{
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityProviderBase",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityProviderBase"
},
{
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityAuthenticationEventFlowCondition",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlowCount",
+ "ApiReferenceLink": null,
"Uri": "/identity/authenticationEventsFlows/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "EventListener.Read.All",
@@ -114852,18 +119881,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityAuthenticationEventFlowCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow",
+ "ApiReferenceLink": null,
"Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "EventListener.Read.All",
@@ -114882,32 +119912,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication",
+ "ApiReferenceLink": null,
"Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "EventListener.Read.All",
@@ -114926,18 +119958,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationConditionApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAuthenticationConditionApplication"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplicationCount",
+ "ApiReferenceLink": null,
"Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "EventListener.Read.All",
@@ -114956,47 +119990,50 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplicationCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityAuthenticationEventListener",
+ "ApiReferenceLink": null,
"Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "EventListener.Read.All",
@@ -115015,19 +120052,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityAuthenticationEventListener",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationEventListener",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAuthenticationEventListener"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityAuthenticationEventListener",
+ "ApiReferenceLink": null,
"Uri": "/identity/authenticationEventListeners",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "EventListener.Read.All",
@@ -115046,18 +120083,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityAuthenticationEventListener",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationEventListener",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAuthenticationEventListener"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityAuthenticationEventListenerCount",
+ "ApiReferenceLink": null,
"Uri": "/identity/authenticationEventListeners/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "EventListener.Read.All",
@@ -115076,18 +120114,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityAuthenticationEventListenerCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityB2CUserFlow",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -115106,19 +120146,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityB2CUserFlow",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphB2CIdentityUserFlow",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphB2CIdentityUserFlow"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityB2CUserFlow",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2cUserFlows",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -115137,18 +120177,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityB2CUserFlow",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphB2CIdentityUserFlow",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphB2CIdentityUserFlow"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityB2CUserFlowCount",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2cUserFlows/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -115167,106 +120208,81 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityB2CUserFlowCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityProviderBase",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityProviderBase"
},
{
- "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityProvider",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityProvider"
},
{
- "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}",
- "Permissions": [
- {
- "Name": "IdentityUserFlow.Read.All",
- "Description": "Read all identity user flows",
- "FullDescription": "Allows the app to read your organization's user flows, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "IdentityUserFlow.ReadWrite.All",
- "Description": "Read and write all identity user flows",
- "FullDescription": "Allows the app to read or write your organization's user flows, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2CUserFlowLanguage",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -115285,18 +120301,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
+ "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2CUserFlowLanguage",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/$count",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -115315,19 +120332,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
+ "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2CUserFlowLanguageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -115346,19 +120364,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -115377,18 +120396,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserFlowLanguagePage",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -115407,19 +120427,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
+ "OutputType": "IMicrosoftGraphUserFlowLanguagePage"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -115438,19 +120459,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -115469,19 +120491,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -115500,18 +120523,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserFlowLanguagePage",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -115530,19 +120554,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
+ "OutputType": "IMicrosoftGraphUserFlowLanguagePage"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageContent",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -115561,19 +120586,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -115592,19 +120618,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -115623,18 +120650,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/$count",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -115653,19 +120681,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/getOrder",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -115684,33 +120713,67 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta",
+ "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/getOrder",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta"
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [
+ {
+ "Name": "IdentityUserFlow.Read.All",
+ "Description": "Read all identity user flows",
+ "FullDescription": "Allows the app to read your organization's user flows, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "IdentityUserFlow.ReadWrite.All",
+ "Description": "Read and write all identity user flows",
+ "FullDescription": "Allows the app to read or write your organization's user flows, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
- "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentUserAttribute",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlow",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -115729,19 +120792,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityB2XUserFlow",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphB2XIdentityUserFlow",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphB2XIdentityUserFlow"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlow",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2xUserFlows",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -115760,32 +120823,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityB2XUserFlow",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphB2XIdentityUserFlow",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphB2XIdentityUserFlow"
},
{
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2XUserFlowApiConnectorConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowCount",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2xUserFlows/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -115804,75 +120869,81 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityB2XUserFlowCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityProvider",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityProvider"
},
{
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityProvider",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityProvider"
},
{
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowLanguage",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -115891,19 +120962,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityB2XUserFlowLanguage",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowLanguage",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -115922,18 +120993,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityB2XUserFlowLanguage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowLanguageCount",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -115952,19 +121025,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityB2XUserFlowLanguageCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -115983,19 +121057,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -116014,18 +121088,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserFlowLanguagePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserFlowLanguagePage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -116044,19 +121120,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -116075,19 +121152,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -116106,19 +121184,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -116137,18 +121215,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserFlowLanguagePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserFlowLanguagePage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -116167,19 +121247,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -116198,89 +121279,95 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollection",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityApiConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityApiConnector"
},
{
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignup",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityApiConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityApiConnector"
},
{
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignupByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2XUserFlowPreTokenIssuance",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityApiConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityApiConnector"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -116299,19 +121386,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -116330,18 +121417,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -116360,19 +121449,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta",
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -116391,47 +121481,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta"
+ "OutputType": null
},
{
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentUserAttribute",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute"
},
{
- "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationContextClassReference"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference",
+ "ApiReferenceLink": null,
"Uri": "/identity/conditionalAccess/authenticationContextClassReferences",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.ConditionalAccess",
@@ -116450,18 +121542,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAuthenticationContextClassReference"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReferenceCount",
+ "ApiReferenceLink": null,
"Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.ConditionalAccess",
@@ -116480,285 +121573,307 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReferenceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identity/conditionalAccess/authenticationStrengths",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrength",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/authenticationStrengths",
+ "ApiVersion": "beta",
"Variants": [
"Get1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot"
},
{
- "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail"
},
{
- "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes",
+ "ApiVersion": "beta",
"Variants": [
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail"
},
{
- "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodModeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy"
},
{
- "Uri": "/identity/conditionalAccess/authenticationStrengths/policies",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/authenticationStrengths/policies",
+ "ApiVersion": "beta",
"Variants": [
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy"
},
{
- "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration"
},
{
- "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations",
+ "ApiVersion": "beta",
"Variants": [
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration"
},
{
- "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfigurationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityConditionalAccessNamedLocation",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphNamedLocation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNamedLocation"
},
{
- "Uri": "/identity/conditionalAccess/namedLocations",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityConditionalAccessNamedLocation",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/namedLocations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphNamedLocation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNamedLocation"
},
{
- "Uri": "/identity/conditionalAccess/namedLocations/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityConditionalAccessNamedLocationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/namedLocations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityConditionalAccessPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConditionalAccessPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConditionalAccessPolicy"
},
{
- "Uri": "/identity/conditionalAccess/policies",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityConditionalAccessPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/policies",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConditionalAccessPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConditionalAccessPolicy"
},
{
- "Uri": "/identity/conditionalAccess/policies/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityConditionalAccessPolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/policies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityConditionalAccessTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConditionalAccessTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConditionalAccessTemplate"
},
{
- "Uri": "/identity/conditionalAccess/templates",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityConditionalAccessTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/templates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConditionalAccessTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConditionalAccessTemplate"
},
{
- "Uri": "/identity/conditionalAccess/templates/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityConditionalAccessTemplateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/templates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identity/continuousAccessEvaluationPolicy",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityContinuouAccessEvaluationPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/continuousAccessEvaluationPolicy",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityCustomAuthenticationExtension",
+ "ApiReferenceLink": null,
"Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "CustomAuthenticationExtension.Read.All",
@@ -116777,19 +121892,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityCustomAuthenticationExtension",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomAuthenticationExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCustomAuthenticationExtension"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityCustomAuthenticationExtension",
+ "ApiReferenceLink": null,
"Uri": "/identity/customAuthenticationExtensions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "CustomAuthenticationExtension.Read.All",
@@ -116808,18 +121923,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityCustomAuthenticationExtension",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomAuthenticationExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCustomAuthenticationExtension"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityCustomAuthenticationExtensionCount",
+ "ApiReferenceLink": null,
"Uri": "/identity/customAuthenticationExtensions/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "CustomAuthenticationExtension.Read.All",
@@ -116838,373 +121954,401 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityCustomAuthenticationExtensionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem"
},
{
- "Uri": "/identityGovernance/accessReviews/decisions",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/decisions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem"
},
{
- "Uri": "/identityGovernance/accessReviews/decisions/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/decisions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceInsight"
},
{
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceInsight"
},
{
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsightCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewInstance"
},
{
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewReviewer",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewReviewer"
},
{
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewReviewer",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewReviewer"
},
{
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewerCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem"
},
{
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem"
},
{
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceInsight"
},
{
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceInsight"
},
{
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsightCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition"
},
{
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewStage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewStage"
},
{
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewStage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewStage"
},
{
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem"
},
{
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem"
},
{
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceInsight"
},
{
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceInsight"
},
{
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsightCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -117223,19 +122367,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/accessReviews/definitions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -117254,18 +122398,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/accessReviews/definitions/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -117284,18 +122429,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -117314,19 +122461,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessReviewInstance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -117345,32 +122492,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessReviewInstance"
},
{
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewReviewer",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewReviewer"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -117389,18 +122538,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewReviewer",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessReviewReviewer"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -117419,19 +122570,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count",
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -117450,19 +122602,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}",
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -117481,19 +122634,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -117512,18 +122665,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -117542,88 +122697,94 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceInsight"
},
{
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceInsight"
},
{
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewInstance"
},
{
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/definition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/definition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -117642,19 +122803,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewStage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessReviewStage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -117673,18 +122834,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewStage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessReviewStage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -117703,19 +122866,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}",
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -117734,19 +122898,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -117765,18 +122929,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -117795,141 +122961,150 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceInsight"
},
{
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceInsight"
},
{
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewInstance"
},
{
- "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition"
},
{
- "Uri": "/identityGovernance/accessReviews/historyDefinitions",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/historyDefinitions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition"
},
{
- "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance"
},
{
- "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance"
},
{
- "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewPolicy",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/accessReviews/policy",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -117948,18 +123123,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewPolicy",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessReviewPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "ConsentRequest.Read.All",
@@ -117978,19 +123155,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppConsentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAppConsentRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/appConsent/appConsentRequests",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "ConsentRequest.Read.All",
@@ -118009,18 +123186,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppConsentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAppConsentRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/appConsent/appConsentRequests/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "ConsentRequest.Read.All",
@@ -118039,18 +123217,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "ConsentRequest.Read.All",
@@ -118069,19 +123249,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserConsentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserConsentRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "ConsentRequest.Read.All",
@@ -118100,73 +123280,79 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserConsentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserConsentRequest"
},
{
- "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApproval",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApproval"
},
{
- "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApprovalStep",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApprovalStep"
},
{
- "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApprovalStep",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApprovalStep"
},
{
- "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStepCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "ConsentRequest.Read.All",
@@ -118185,19 +123371,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}",
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -118216,19 +123403,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -118247,18 +123434,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -118277,73 +123465,79 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedBy",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -118362,19 +123556,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -118393,18 +123587,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -118423,141 +123618,152 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeletedItemContainer",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeletedItemContainer"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -118576,19 +123782,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -118607,18 +123813,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -118637,222 +123844,238 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceRun",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceRun"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceRun",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceRun"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -118871,18 +124094,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScopeCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -118901,74 +124126,79 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScopeCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedBy",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -118987,19 +124217,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceRun",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceRun"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -119018,18 +124248,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceRun",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceRun"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -119048,33 +124280,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -119093,18 +124326,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -119123,88 +124358,94 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -119223,19 +124464,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -119254,18 +124495,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -119284,88 +124527,93 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -119384,18 +124632,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowSetting",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/settings",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -119414,32 +124663,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowSetting",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -119458,18 +124709,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -119488,19 +124741,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}",
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -119519,19 +124773,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -119550,18 +124804,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinitionCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -119580,32 +124835,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinitionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -119624,18 +124881,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -119654,102 +124913,108 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -119768,18 +125033,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -119798,61 +125065,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTask",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -119871,18 +125141,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -119901,88 +125173,94 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -120001,19 +125279,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -120032,18 +125310,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -120062,183 +125341,196 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -120257,18 +125549,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -120287,88 +125581,93 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -120387,18 +125686,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -120417,19 +125718,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -120448,18 +125749,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -120478,129 +125781,138 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedBy",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -120619,19 +125931,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -120650,18 +125962,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -120680,717 +125994,770 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
- "Uri": "/identityGovernance/permissionsAnalytics",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsAnalytics",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation"
},
{
- "Uri": "/identityGovernance/permissionsAnalytics/aws",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAw",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsAnalytics/aws",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermissionsAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermissionsAnalytics"
},
{
- "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphFinding",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphFinding"
},
{
- "Uri": "/identityGovernance/permissionsAnalytics/aws/findings",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsAnalytics/aws/findings",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphFinding",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphFinding"
},
{
- "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFindingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution"
},
{
- "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution"
},
{
- "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionAuthorizationSystem",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthorizationSystem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthorizationSystem"
},
{
- "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/permissionsAnalytics/azure",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzure",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsAnalytics/azure",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermissionsAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermissionsAnalytics"
},
{
- "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphFinding",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphFinding"
},
{
- "Uri": "/identityGovernance/permissionsAnalytics/azure/findings",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsAnalytics/azure/findings",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphFinding",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphFinding"
},
{
- "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFindingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution"
},
{
- "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution"
},
{
- "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionAuthorizationSystem",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthorizationSystem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthorizationSystem"
},
{
- "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/permissionsAnalytics/gcp",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcp",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsAnalytics/gcp",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermissionsAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermissionsAnalytics"
},
{
- "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphFinding",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphFinding"
},
{
- "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphFinding",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphFinding"
},
{
- "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFindingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution"
},
{
- "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution"
},
{
- "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionAuthorizationSystem",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthorizationSystem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthorizationSystem"
},
{
- "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/permissionsManagement",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionManagement",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsManagement",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermissionsManagement",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermissionsManagement"
},
{
- "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermissionsRequestChange",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermissionsRequestChange"
},
{
- "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermissionsRequestChange",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermissionsRequestChange"
},
{
- "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChangeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApproval",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApproval"
},
{
- "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApproval",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApproval"
},
{
- "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApprovalStep",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApprovalStep"
},
{
- "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApprovalStep",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApprovalStep"
},
{
- "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStepCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphScheduledPermissionsRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphScheduledPermissionsRequest"
},
{
- "Uri": "/identityGovernance/privilegedAccess",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccess",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedAccessRoot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedAccessRoot"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroup"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApproval",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApproval"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApproval",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApproval"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApprovalStep",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApprovalStep"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps",
+ "ApiVersion": "beta",
"Variants": [
"List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApprovalStep",
- "Method": "GET",
- "ApiReferenceLink": null
+ ],
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApprovalStep"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStepCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup",
@@ -121409,19 +126776,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup",
@@ -121440,32 +126807,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup",
@@ -121484,59 +126853,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup",
@@ -121555,19 +126929,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup",
@@ -121586,32 +126960,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup",
@@ -121630,87 +127006,94 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup",
@@ -121729,19 +127112,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup",
@@ -121760,32 +127143,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup",
@@ -121804,87 +127189,94 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup",
@@ -121903,19 +127295,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup",
@@ -121934,18 +127326,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup",
@@ -121964,59 +127357,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup",
@@ -122035,19 +127433,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup",
@@ -122066,18 +127464,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup",
@@ -122096,87 +127495,94 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup",
@@ -122195,19 +127601,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup",
@@ -122226,18 +127632,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup",
@@ -122256,555 +127663,817 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule"
},
{
- "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [
+ {
+ "Name": "RoleManagementAlert.Read.Directory",
+ "Description": "Read all alert data for your company's directory",
+ "FullDescription": "Allows the app to read all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "RoleManagementAlert.ReadWrite.Directory",
+ "Description": "Read all alert data, configure alerts, and take actions on all alerts for your company's directory",
+ "FullDescription": "Allows the app to read and manage all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert"
},
{
- "Uri": "/identityGovernance/roleManagementAlerts/alerts",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/roleManagementAlerts/alerts",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [
+ {
+ "Name": "RoleManagementAlert.Read.Directory",
+ "Description": "Read all alert data for your company's directory",
+ "FullDescription": "Allows the app to read all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "RoleManagementAlert.ReadWrite.Directory",
+ "Description": "Read all alert data, configure alerts, and take actions on all alerts for your company's directory",
+ "FullDescription": "Allows the app to read and manage all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert"
},
{
- "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [
+ {
+ "Name": "RoleManagementAlert.Read.Directory",
+ "Description": "Read all alert data for your company's directory",
+ "FullDescription": "Allows the app to read all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "RoleManagementAlert.ReadWrite.Directory",
+ "Description": "Read all alert data, configure alerts, and take actions on all alerts for your company's directory",
+ "FullDescription": "Allows the app to read and manage all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration"
},
{
- "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [
+ {
+ "Name": "RoleManagementAlert.Read.Directory",
+ "Description": "Read all alert data for your company's directory",
+ "FullDescription": "Allows the app to read all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "RoleManagementAlert.ReadWrite.Directory",
+ "Description": "Read all alert data, configure alerts, and take actions on all alerts for your company's directory",
+ "FullDescription": "Allows the app to read and manage all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration"
},
{
- "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}/alertDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}/alertDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition"
},
{
- "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [
+ {
+ "Name": "RoleManagementAlert.Read.Directory",
+ "Description": "Read all alert data for your company's directory",
+ "FullDescription": "Allows the app to read all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "RoleManagementAlert.ReadWrite.Directory",
+ "Description": "Read all alert data, configure alerts, and take actions on all alerts for your company's directory",
+ "FullDescription": "Allows the app to read and manage all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/roleManagementAlerts/alerts/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/roleManagementAlerts/alerts/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [
+ {
+ "Name": "RoleManagementAlert.Read.Directory",
+ "Description": "Read all alert data for your company's directory",
+ "FullDescription": "Allows the app to read all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "RoleManagementAlert.ReadWrite.Directory",
+ "Description": "Read all alert data, configure alerts, and take actions on all alerts for your company's directory",
+ "FullDescription": "Allows the app to read and manage all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [
+ {
+ "Name": "RoleManagementAlert.Read.Directory",
+ "Description": "Read all alert data for your company's directory",
+ "FullDescription": "Allows the app to read all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "RoleManagementAlert.ReadWrite.Directory",
+ "Description": "Read all alert data, configure alerts, and take actions on all alerts for your company's directory",
+ "FullDescription": "Allows the app to read and manage all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition"
},
{
- "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [
+ {
+ "Name": "RoleManagementAlert.Read.Directory",
+ "Description": "Read all alert data for your company's directory",
+ "FullDescription": "Allows the app to read all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "RoleManagementAlert.ReadWrite.Directory",
+ "Description": "Read all alert data, configure alerts, and take actions on all alerts for your company's directory",
+ "FullDescription": "Allows the app to read and manage all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition"
},
{
- "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [
+ {
+ "Name": "RoleManagementAlert.Read.Directory",
+ "Description": "Read all alert data for your company's directory",
+ "FullDescription": "Allows the app to read all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "RoleManagementAlert.ReadWrite.Directory",
+ "Description": "Read all alert data, configure alerts, and take actions on all alerts for your company's directory",
+ "FullDescription": "Allows the app to read and manage all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [
+ {
+ "Name": "RoleManagementAlert.Read.Directory",
+ "Description": "Read all alert data for your company's directory",
+ "FullDescription": "Allows the app to read all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "RoleManagementAlert.ReadWrite.Directory",
+ "Description": "Read all alert data, configure alerts, and take actions on all alerts for your company's directory",
+ "FullDescription": "Allows the app to read and manage all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertIncident",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [
+ {
+ "Name": "RoleManagementAlert.Read.Directory",
+ "Description": "Read all alert data for your company's directory",
+ "FullDescription": "Allows the app to read all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "RoleManagementAlert.ReadWrite.Directory",
+ "Description": "Read all alert data, configure alerts, and take actions on all alerts for your company's directory",
+ "FullDescription": "Allows the app to read and manage all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertIncident"
},
{
- "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncidentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [
+ {
+ "Name": "RoleManagementAlert.Read.Directory",
+ "Description": "Read all alert data for your company's directory",
+ "FullDescription": "Allows the app to read all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "RoleManagementAlert.ReadWrite.Directory",
+ "Description": "Read all alert data, configure alerts, and take actions on all alerts for your company's directory",
+ "FullDescription": "Allows the app to read and manage all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [
+ {
+ "Name": "RoleManagementAlert.Read.Directory",
+ "Description": "Read all alert data for your company's directory",
+ "FullDescription": "Allows the app to read all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "RoleManagementAlert.ReadWrite.Directory",
+ "Description": "Read all alert data, configure alerts, and take actions on all alerts for your company's directory",
+ "FullDescription": "Allows the app to read and manage all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphLongRunningOperation"
},
{
- "Uri": "/identityGovernance/roleManagementAlerts/operations",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/roleManagementAlerts/operations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphLongRunningOperation"
},
{
- "Uri": "/identityGovernance/roleManagementAlerts/operations/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/roleManagementAlerts/operations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgreement",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreement"
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgreement",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreement"
},
{
- "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgreementAcceptance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementAcceptance"
},
{
- "Uri": "/identityGovernance/termsOfUse/agreementAcceptances",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreementAcceptances",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgreementAcceptance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementAcceptance"
},
{
- "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgreementFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFile"
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgreementFileLocalization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileLocalization"
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgreementFileLocalization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileLocalization"
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgreementFileLocalization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileLocalization"
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileVersion"
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileVersion"
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileVersion"
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileVersion"
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityProvider",
+ "ApiReferenceLink": null,
"Uri": "/identity/identityProviders/{identityProviderBase-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityProvider.Read.All",
@@ -122823,19 +128492,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityProvider",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityProviderBase",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityProviderBase"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityProvider",
+ "ApiReferenceLink": null,
"Uri": "/identity/identityProviders",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityProvider.Read.All",
@@ -122854,18 +128523,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityProvider",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityProviderBase",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityProviderBase"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityProviderCount",
+ "ApiReferenceLink": null,
"Uri": "/identity/identityProviders/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityProvider.Read.All",
@@ -122884,18 +128554,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityProviderCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityUserFlow",
+ "ApiReferenceLink": null,
"Uri": "/identity/userFlows/{identityUserFlow-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -122914,19 +128586,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityUserFlow",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityUserFlow",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityUserFlow"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityUserFlow",
+ "ApiReferenceLink": null,
"Uri": "/identity/userFlows",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -122945,18 +128617,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityUserFlow",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityUserFlow",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityUserFlow"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityUserFlowAttribute",
+ "ApiReferenceLink": null,
"Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -122975,19 +128649,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityUserFlowAttribute",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityUserFlowAttribute",
+ "ApiReferenceLink": null,
"Uri": "/identity/userFlowAttributes",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -123006,18 +128680,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityUserFlowAttribute",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityUserFlowAttributeCount",
+ "ApiReferenceLink": null,
"Uri": "/identity/userFlowAttributes/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -123036,18 +128711,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityUserFlowAttributeCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityUserFlowCount",
+ "ApiReferenceLink": null,
"Uri": "/identity/userFlows/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -123066,44 +128742,48 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaIdentityUserFlowCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/informationProtection",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaInformationProtection",
+ "ApiReferenceLink": null,
+ "Uri": "/informationProtection",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInformationProtection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphInformationProtection"
},
{
- "Uri": "/informationProtection/bitlocker",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaInformationProtectionBitlocker",
+ "ApiReferenceLink": null,
+ "Uri": "/informationProtection/bitlocker",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBitlocker",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphBitlocker"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey",
+ "ApiReferenceLink": null,
"Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "BitLockerKey.ReadBasic.All",
@@ -123122,19 +128802,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBitlockerRecoveryKey",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBitlockerRecoveryKey"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey",
+ "ApiReferenceLink": null,
"Uri": "/informationProtection/bitlocker/recoveryKeys",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "BitLockerKey.ReadBasic.All",
@@ -123153,18 +128833,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBitlockerRecoveryKey",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBitlockerRecoveryKey"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKeyCount",
+ "ApiReferenceLink": null,
"Uri": "/informationProtection/bitlocker/recoveryKeys/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "BitLockerKey.ReadBasic.All",
@@ -123183,71 +128864,77 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKeyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDataLossPreventionPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDataLossPreventionPolicy"
},
{
- "Uri": "/informationProtection/dataLossPreventionPolicies",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/informationProtection/dataLossPreventionPolicies",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDataLossPreventionPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDataLossPreventionPolicy"
},
{
- "Uri": "/informationProtection/dataLossPreventionPolicies/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/informationProtection/dataLossPreventionPolicies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/informationProtection/policy",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaInformationProtectionPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/informationProtection/policy",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInformationProtectionPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphInformationProtectionPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaInformationProtectionPolicyLabel",
+ "ApiReferenceLink": null,
"Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "InformationProtectionPolicy.Read",
@@ -123266,19 +128953,19 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaInformationProtectionPolicyLabel",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInformationProtectionLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphInformationProtectionLabel"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaInformationProtectionPolicyLabel",
+ "ApiReferenceLink": null,
"Uri": "/informationProtection/policy/labels",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "InformationProtectionPolicy.Read",
@@ -123297,18 +128984,19 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaInformationProtectionPolicyLabel",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInformationProtectionLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphInformationProtectionLabel"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaInformationProtectionPolicyLabelCount",
+ "ApiReferenceLink": null,
"Uri": "/informationProtection/policy/labels/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "InformationProtectionPolicy.Read",
@@ -123327,58 +129015,63 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaInformationProtectionPolicyLabelCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/informationProtection/sensitivityLabels/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaInformationProtectionSensitivityLabelCount",
+ "ApiReferenceLink": null,
+ "Uri": "/informationProtection/sensitivityLabels/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaInformationProtectionSensitivityLabelSublabelCount",
+ "ApiReferenceLink": null,
+ "Uri": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/informationProtection/sensitivityPolicySettings",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaInformationProtectionSensitivityPolicySetting",
+ "ApiReferenceLink": null,
+ "Uri": "/informationProtection/sensitivityPolicySettings",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSensitivityPolicySettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSensitivityPolicySettings"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest",
+ "ApiReferenceLink": null,
"Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "ThreatAssessment.ReadWrite.All",
@@ -123397,19 +129090,19 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphThreatAssessmentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphThreatAssessmentRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest",
+ "ApiReferenceLink": null,
"Uri": "/informationProtection/threatAssessmentRequests",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "ThreatAssessment.ReadWrite.All",
@@ -123428,18 +129121,19 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphThreatAssessmentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphThreatAssessmentRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestCount",
+ "ApiReferenceLink": null,
"Uri": "/informationProtection/threatAssessmentRequests/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "ThreatAssessment.ReadWrite.All",
@@ -123458,181 +129152,195 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult",
+ "ApiReferenceLink": null,
+ "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphThreatAssessmentResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThreatAssessmentResult"
},
{
- "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult",
+ "ApiReferenceLink": null,
+ "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphThreatAssessmentResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThreatAssessmentResult"
},
{
- "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResultCount",
+ "ApiReferenceLink": null,
+ "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/invitations/{invitation-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaInvitation",
+ "ApiReferenceLink": null,
+ "Uri": "/invitations/{invitation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInvitation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphInvitation"
},
{
- "Uri": "/invitations",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaInvitation",
+ "ApiReferenceLink": null,
+ "Uri": "/invitations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInvitation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphInvitation"
},
{
- "Uri": "/invitations/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaInvitationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/invitations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaInvitationInvitedUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/invitations/{invitation-id}/invitedUserSponsors/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaInvitationInvitedUserSponsor",
+ "ApiReferenceLink": null,
+ "Uri": "/invitations/{invitation-id}/invitedUserSponsors/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/invitations/{invitation-id}/invitedUserSponsors",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaInvitationInvitedUserSponsor",
+ "ApiReferenceLink": null,
+ "Uri": "/invitations/{invitation-id}/invitedUserSponsors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/invitations/{invitation-id}/invitedUserSponsors/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaInvitationInvitedUserSponsorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/invitations/{invitation-id}/invitedUserSponsors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaOauth2PermissionGrant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-beta",
"Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -123659,19 +129367,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaOauth2PermissionGrant",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphOAuth2PermissionGrant"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaOauth2PermissionGrant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-beta",
"Uri": "/oauth2PermissionGrants",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -123698,18 +129406,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaOauth2PermissionGrant",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphOAuth2PermissionGrant"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaOauth2PermissionGrantCount",
+ "ApiReferenceLink": null,
"Uri": "/oauth2PermissionGrants/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -123736,18 +129445,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaOauth2PermissionGrantCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaOauth2PermissionGrantDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-beta",
"Uri": "/oauth2PermissionGrants/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -123774,173 +129484,178 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaOauth2PermissionGrantDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphOAuth2PermissionGrant"
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile"
},
{
- "Uri": "/onPremisesPublishingProfiles",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile"
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileAgent",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnPremisesAgent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnPremisesAgent"
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileAgent",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnPremisesAgent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnPremisesAgent"
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileAgentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnPremisesAgentGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnPremisesAgentGroup"
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1",
"List2"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnPremisesAgentGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnPremisesAgentGroup"
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnPremisesAgent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnPremisesAgent"
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnPremisesAgent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnPremisesAgent"
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupCount",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
@@ -123949,433 +129664,459 @@
"GetViaIdentity1",
"GetViaIdentity2"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPublishedResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPublishedResource"
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPublishedResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPublishedResource"
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnPremisesAgentGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnPremisesAgentGroup"
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupCount",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileConnector",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConnector"
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileConnector",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConnector"
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileConnectorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConnectorGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConnectorGroup"
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConnectorGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConnectorGroup"
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(appId='{appId}')",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByAppId",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(appId='{appId}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(uniqueName='{uniqueName}')",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByUniqueName",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(uniqueName='{uniqueName}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupCount",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMember",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConnector"
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberCount",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOf",
- "Variants": [
- "List"
- ],
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf",
"ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConnectorGroup",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref",
- "Permissions": [],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConnectorGroup"
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOfCount",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/onPremisesPublishingProfiles/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPublishedResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPublishedResource"
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPublishedResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPublishedResource"
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnPremisesAgentGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnPremisesAgentGroup"
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupCount",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaOrganization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-beta",
"Uri": "/organization/{organization-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -124410,19 +130151,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaOrganization",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOrganization",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphOrganization"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaOrganization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-beta",
"Uri": "/organization",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -124497,18 +130238,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaOrganization",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOrganization",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphOrganization"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaOrganizationBranding",
+ "ApiReferenceLink": null,
"Uri": "/organization/{organization-id}/branding",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "User.Read",
@@ -124551,89 +130294,95 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaOrganizationBranding",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOrganizationalBranding",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOrganizationalBranding"
},
{
- "Uri": "/organization/{organization-id}/branding/backgroundImage",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOrganizationBrandingBackgroundImage",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/backgroundImage",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/organization/{organization-id}/branding/bannerLogo",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOrganizationBrandingBannerLogo",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/bannerLogo",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/organization/{organization-id}/branding/customCSS",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOrganizationBrandingCustomCss",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/customCSS",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/organization/{organization-id}/branding/favicon",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOrganizationBrandingFavicon",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/favicon",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/organization/{organization-id}/branding/headerLogo",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOrganizationBrandingHeaderLogo",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/headerLogo",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaOrganizationBrandingLocalization",
+ "ApiReferenceLink": null,
"Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "User.Read",
@@ -124676,19 +130425,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaOrganizationBrandingLocalization",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaOrganizationBrandingLocalization",
+ "ApiReferenceLink": null,
"Uri": "/organization/{organization-id}/branding/localizations",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "User.Read",
@@ -124731,18 +130480,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaOrganizationBrandingLocalization",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaOrganizationBrandingLocalizationBackgroundImage",
+ "ApiReferenceLink": null,
"Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrganizationalBranding.Read.All",
@@ -124761,19 +130512,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaOrganizationBrandingLocalizationBackgroundImage",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaOrganizationBrandingLocalizationBannerLogo",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrganizationalBranding.Read.All",
@@ -124792,19 +130544,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaOrganizationBrandingLocalizationBannerLogo",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaOrganizationBrandingLocalizationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/localizations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/organization/{organization-id}/branding/localizations/$count",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "User.Read",
@@ -124847,19 +130600,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaOrganizationBrandingLocalizationCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaOrganizationBrandingLocalizationCustomCss",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrganizationalBranding.Read.All",
@@ -124878,19 +130632,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaOrganizationBrandingLocalizationCustomCss",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaOrganizationBrandingLocalizationFavicon",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrganizationalBranding.Read.All",
@@ -124909,19 +130664,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaOrganizationBrandingLocalizationFavicon",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaOrganizationBrandingLocalizationHeaderLogo",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrganizationalBranding.Read.All",
@@ -124940,19 +130696,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaOrganizationBrandingLocalizationHeaderLogo",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogo",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrganizationalBranding.Read.All",
@@ -124971,19 +130728,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogo",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogoDark",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrganizationalBranding.Read.All",
@@ -125002,61 +130760,65 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogoDark",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/organization/{organization-id}/branding/squareLogo",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOrganizationBrandingSquareLogo",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/squareLogo",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/organization/{organization-id}/branding/squareLogoDark",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOrganizationBrandingSquareLogoDark",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/squareLogoDark",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/organization/getByIds",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaOrganizationById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta",
+ "Uri": "/organization/getByIds",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration",
+ "ApiReferenceLink": null,
"Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Organization.Read.All",
@@ -125075,19 +130837,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration",
+ "ApiReferenceLink": null,
"Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Organization.Read.All",
@@ -125106,18 +130868,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfigurationCount",
+ "ApiReferenceLink": null,
"Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Organization.Read.All",
@@ -125136,19 +130900,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfigurationCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaOrganizationCount",
+ "ApiReferenceLink": null,
"Uri": "/organization/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -125223,105 +130987,113 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaOrganizationCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/organization/{organization-id}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOrganizationExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/organization/{organization-id}/extensions",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOrganizationExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/organization/{organization-id}/extensions/$count",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOrganizationExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/organization/{organization-id}/getMemberGroups",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaOrganizationMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta",
+ "Uri": "/organization/{organization-id}/getMemberGroups",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/organization/{organization-id}/getMemberObjects",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaOrganizationMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/getMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/organization/{organization-id}/partnerInformation",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaOrganizationPartnerInformation",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/partnerInformation",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPartnerInformation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPartnerInformation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaOrganizationSetting",
+ "ApiReferenceLink": null,
"Uri": "/organization/{organization-id}/settings",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "User.Read",
@@ -125340,19 +131112,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaOrganizationSetting",
+ "OutputType": "IMicrosoftGraphOrganizationSettings"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaOrganizationSettingContactInsight",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/settings/contactInsights",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOrganizationSettings",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/organization/{organization-id}/settings/contactInsights",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Organization.Read.All",
@@ -125371,19 +131144,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaOrganizationSettingContactInsight",
+ "OutputType": "IMicrosoftGraphInsightsSettings"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaOrganizationSettingItemInsight",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/settings/itemInsights",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInsightsSettings",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/organization/{organization-id}/settings/itemInsights",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "User.Read.All",
@@ -125402,19 +131176,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaOrganizationSettingItemInsight",
+ "OutputType": "IMicrosoftGraphInsightsSettings"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaOrganizationSettingMicrosoftApplicationDataAccess",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInsightsSettings",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Organization.Read.All",
@@ -125433,19 +131208,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaOrganizationSettingMicrosoftApplicationDataAccess",
+ "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaOrganizationSettingPersonInsight",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/settings/peopleInsights",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/organization/{organization-id}/settings/peopleInsights",
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "User.Read.All",
@@ -125464,221 +131240,237 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaOrganizationSettingPersonInsight",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInsightsSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphInsightsSettings"
},
{
- "Uri": "/organization/getUserOwnedObjects",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaOrganizationUserOwnedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta",
+ "Uri": "/organization/getUserOwnedObjects",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta"
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/places/{place-id}/room",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPlaceAsRoom",
+ "ApiReferenceLink": null,
+ "Uri": "/places/{place-id}/room",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRoom",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRoom"
},
{
- "Uri": "/places/room",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPlaceAsRoom",
+ "ApiReferenceLink": null,
+ "Uri": "/places/room",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRoom",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRoom"
},
{
- "Uri": "/places/{place-id}/roomList",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPlaceAsRoomList",
+ "ApiReferenceLink": null,
+ "Uri": "/places/{place-id}/roomList",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRoomList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRoomList"
},
{
- "Uri": "/places/roomList",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPlaceAsRoomList",
+ "ApiReferenceLink": null,
+ "Uri": "/places/roomList",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRoomList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRoomList"
},
{
- "Uri": "/places/{place-id}/roomList/rooms/{room-id}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPlaceAsRoomListRoom",
+ "ApiReferenceLink": null,
+ "Uri": "/places/{place-id}/roomList/rooms/{room-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRoom",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRoom"
},
{
- "Uri": "/places/{place-id}/roomList/rooms",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPlaceAsRoomListRoom",
+ "ApiReferenceLink": null,
+ "Uri": "/places/{place-id}/roomList/rooms",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRoom",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRoom"
},
{
- "Uri": "/places/{place-id}/roomList/rooms/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPlaceAsRoomListRoomCount",
+ "ApiReferenceLink": null,
+ "Uri": "/places/{place-id}/roomList/rooms/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPlaceAsRoomListWorkspace",
+ "ApiReferenceLink": null,
+ "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWorkspace",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWorkspace"
},
{
- "Uri": "/places/{place-id}/roomList/workspaces",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPlaceAsRoomListWorkspace",
+ "ApiReferenceLink": null,
+ "Uri": "/places/{place-id}/roomList/workspaces",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWorkspace",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWorkspace"
},
{
- "Uri": "/places/{place-id}/roomList/workspaces/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPlaceAsRoomListWorkspaceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/places/{place-id}/roomList/workspaces/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/places/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPlaceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/places/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/places/room/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPlaceCountAsRoom",
+ "ApiReferenceLink": null,
+ "Uri": "/places/room/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/places/roomList/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPlaceCountAsRoomList",
+ "ApiReferenceLink": null,
+ "Uri": "/places/roomList/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/planner",
- "Permissions": [],
- "Module": "Beta.Planner",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPlanner",
+ "ApiReferenceLink": null,
+ "Uri": "/planner",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlanner",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Planner",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlanner"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerBucket",
+ "ApiReferenceLink": null,
"Uri": "/planner/buckets/{plannerBucket-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -125729,19 +131521,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaPlannerBucket",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerBucket",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerBucket"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerBucket",
+ "ApiReferenceLink": null,
"Uri": "/planner/buckets",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -125792,18 +131584,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaPlannerBucket",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerBucket",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerBucket"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerBucketCount",
+ "ApiReferenceLink": null,
"Uri": "/planner/buckets/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -125854,18 +131647,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaPlannerBucketCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerBucketDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta",
"Uri": "/planner/buckets/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -125916,18 +131710,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaPlannerBucketDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerBucket",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphPlannerBucket"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerBucketTask",
+ "ApiReferenceLink": null,
"Uri": "/planner/buckets/{plannerBucket-id}/tasks",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -125978,18 +131773,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaPlannerBucketTask",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerTask"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerPlan",
+ "ApiReferenceLink": null,
"Uri": "/planner/plans/{plannerPlan-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -126040,19 +131837,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaPlannerPlan",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerPlan"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerPlan",
+ "ApiReferenceLink": null,
"Uri": "/planner/plans",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -126103,18 +131900,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaPlannerPlan",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerPlan"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerPlanBucket",
+ "ApiReferenceLink": null,
"Uri": "/planner/plans/{plannerPlan-id}/buckets",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -126165,18 +131963,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaPlannerPlanBucket",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerBucket",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerBucket"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerPlanCount",
+ "ApiReferenceLink": null,
"Uri": "/planner/plans/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -126227,18 +132026,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaPlannerPlanCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerPlanDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta",
"Uri": "/planner/plans/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -126289,18 +132089,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaPlannerPlanDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphPlannerPlan"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerPlanDetail",
+ "ApiReferenceLink": null,
"Uri": "/planner/plans/{plannerPlan-id}/details",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -126351,19 +132153,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaPlannerPlanDetail",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerPlanDetails",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerPlanDetails"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerPlanTask",
+ "ApiReferenceLink": null,
"Uri": "/planner/plans/{plannerPlan-id}/tasks",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -126414,18 +132216,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaPlannerPlanTask",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerTask"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerRoster",
+ "ApiReferenceLink": null,
"Uri": "/planner/rosters/{plannerRoster-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -126460,45 +132264,48 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaPlannerRoster",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerRoster",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerRoster"
},
{
- "Uri": "/planner/rosters",
- "Permissions": [],
- "Module": "Beta.Planner",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPlannerRoster",
+ "ApiReferenceLink": null,
+ "Uri": "/planner/rosters",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerRoster",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Planner",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerRoster"
},
{
- "Uri": "/planner/rosters/$count",
- "Permissions": [],
- "Module": "Beta.Planner",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPlannerRosterCount",
+ "ApiReferenceLink": null,
+ "Uri": "/planner/rosters/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Planner",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerRosterMember",
+ "ApiReferenceLink": null,
"Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -126533,19 +132340,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaPlannerRosterMember",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerRosterMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerRosterMember"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerRosterMember",
+ "ApiReferenceLink": null,
"Uri": "/planner/rosters/{plannerRoster-id}/members",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -126580,18 +132387,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaPlannerRosterMember",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerRosterMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerRosterMember"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerRosterMemberCount",
+ "ApiReferenceLink": null,
"Uri": "/planner/rosters/{plannerRoster-id}/members/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -126626,33 +132435,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaPlannerRosterMemberCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/planner/rosters/{plannerRoster-id}/plans/{plannerPlan-id}",
- "Permissions": [],
- "Module": "Beta.Planner",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPlannerRosterPlan",
+ "ApiReferenceLink": null,
+ "Uri": "/planner/rosters/{plannerRoster-id}/plans/{plannerPlan-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Planner",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerPlan"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerRosterPlan",
+ "ApiReferenceLink": null,
"Uri": "/planner/rosters/{plannerRoster-id}/plans",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -126687,18 +132497,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaPlannerRosterPlan",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerPlan"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerRosterPlanCount",
+ "ApiReferenceLink": null,
"Uri": "/planner/rosters/{plannerRoster-id}/plans/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -126733,19 +132545,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaPlannerRosterPlanCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerTask",
+ "ApiReferenceLink": null,
+ "Uri": "/planner/tasks/{plannerTask-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/planner/tasks/{plannerTask-id}",
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -126796,19 +132609,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaPlannerTask",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerTask"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerTask",
+ "ApiReferenceLink": null,
"Uri": "/planner/tasks",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -126859,18 +132672,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaPlannerTask",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerTask"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerTaskAssignedToTaskBoardFormat",
+ "ApiReferenceLink": null,
"Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -126921,19 +132736,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaPlannerTaskAssignedToTaskBoardFormat",
+ "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerTaskBucketTaskBoardFormat",
+ "ApiReferenceLink": null,
+ "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat",
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -126984,19 +132800,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaPlannerTaskBucketTaskBoardFormat",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerTaskCount",
+ "ApiReferenceLink": null,
"Uri": "/planner/tasks/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -127047,18 +132863,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaPlannerTaskCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerTaskDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta",
"Uri": "/planner/tasks/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -127077,18 +132894,20 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaPlannerTaskDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphPlannerTask"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerTaskDetail",
+ "ApiReferenceLink": null,
"Uri": "/planner/tasks/{plannerTask-id}/details",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -127139,19 +132958,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaPlannerTaskDetail",
+ "OutputType": "IMicrosoftGraphPlannerTaskDetails"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerTaskProgressTaskBoardFormat",
+ "ApiReferenceLink": null,
+ "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerTaskDetails",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat",
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -127202,19 +133022,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaPlannerTaskProgressTaskBoardFormat",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyAccessReviewPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/accessReviewPolicy",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -127233,18 +133053,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyAccessReviewPolicy",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAccessReviewPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessReviewPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -127271,19 +133093,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/activityBasedTimeoutPolicies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -127310,59 +133132,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy"
},
{
- "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyToCount",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/activityBasedTimeoutPolicies/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -127389,18 +133215,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyAdminConsentRequestPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/adminConsentRequestPolicy",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -127435,18 +133262,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyAdminConsentRequestPolicy",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyAppManagementPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -127473,19 +133302,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyAppManagementPolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppManagementPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAppManagementPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyAppManagementPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/appManagementPolicies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -127512,32 +133341,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyAppManagementPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppManagementPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAppManagementPolicy"
},
{
- "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo",
+ "ApiReferenceLink": null,
"Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -127572,18 +133403,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyAppManagementPolicyApplyToCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -127618,19 +133451,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyAppManagementPolicyApplyToCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyAppManagementPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/appManagementPolicies/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -127657,18 +133490,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyAppManagementPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyAuthenticationFlowPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/authenticationFlowsPolicy",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -127687,71 +133521,77 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyAuthenticationFlowPolicy",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy"
},
{
- "Uri": "/policies/authenticationMethodsPolicy",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyAuthenticationMethodPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/authenticationMethodsPolicy",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy"
},
{
- "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations",
- "Permissions": [],
"Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration"
},
{
- "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -127778,19 +133618,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/authenticationStrengthPolicies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -127817,59 +133657,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy"
},
{
- "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration"
},
{
- "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration"
},
{
- "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfigurationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/authenticationStrengthPolicies/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -127896,32 +133740,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyAuthorizationPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthorizationPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthorizationPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyAuthorizationPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/authorizationPolicy",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -127940,18 +133786,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyAuthorizationPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthorizationPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAuthorizationPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyAuthorizationPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/authorizationPolicy/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -127970,72 +133817,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyAuthorizationPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDefaultUserRoleOverride",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDefaultUserRoleOverride"
},
{
- "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDefaultUserRoleOverride",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDefaultUserRoleOverride"
},
{
- "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverrideCount",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/policies/b2cAuthenticationMethodsPolicy",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyB2CAuthenticationMethodPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/b2cAuthenticationMethodsPolicy",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyClaimMappingPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -128062,19 +133915,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyClaimMappingPolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphClaimsMappingPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphClaimsMappingPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyClaimMappingPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/claimsMappingPolicies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -128101,32 +133954,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyClaimMappingPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphClaimsMappingPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphClaimsMappingPolicy"
},
{
- "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo",
+ "ApiReferenceLink": null,
"Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -128169,18 +134024,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyToCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -128223,19 +134080,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyToCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyClaimMappingPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/claimsMappingPolicies/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -128262,31 +134119,33 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyClaimMappingPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/policies/conditionalAccessPolicies/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyConditionalAccessPolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/conditionalAccessPolicies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyCrossTenantAccessPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/crossTenantAccessPolicy",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -128305,18 +134164,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyCrossTenantAccessPolicy",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyDefault",
+ "ApiReferenceLink": null,
"Uri": "/policies/crossTenantAccessPolicy/default",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -128335,18 +134195,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyDefault",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner",
+ "ApiReferenceLink": null,
"Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -128365,19 +134227,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner",
+ "ApiReferenceLink": null,
"Uri": "/policies/crossTenantAccessPolicy/partners",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -128396,18 +134258,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/crossTenantAccessPolicy/partners/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -128426,18 +134289,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization",
+ "ApiReferenceLink": null,
"Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -128456,19 +134321,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplate",
+ "ApiReferenceLink": null,
"Uri": "/policies/crossTenantAccessPolicy/templates",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "MultiTenantOrganization.Read.All",
@@ -128487,44 +134352,47 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplate",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPolicyTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPolicyTemplate"
},
{
- "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate"
},
{
- "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyDefaultAppManagementPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/defaultAppManagementPolicy",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -128551,18 +134419,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyDefaultAppManagementPolicy",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTenantAppManagementPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTenantAppManagementPolicy"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyDeviceRegistrationPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/deviceRegistrationPolicy",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.DeviceConfiguration",
@@ -128589,31 +134458,33 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyDeviceRegistrationPolicy",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy"
},
{
- "Uri": "/policies/directoryRoleAccessReviewPolicy",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyDirectoryRoleAccessReviewPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/directoryRoleAccessReviewPolicy",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyExternalIdentityPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/externalIdentitiesPolicy",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -128632,111 +134503,120 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyExternalIdentityPolicy",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy"
},
{
- "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyFeatureRolloutPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphFeatureRolloutPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphFeatureRolloutPolicy"
},
{
- "Uri": "/policies/featureRolloutPolicies",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyFeatureRolloutPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/featureRolloutPolicies",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphFeatureRolloutPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphFeatureRolloutPolicy"
},
{
- "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyTo",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToCount",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/policies/featureRolloutPolicies/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyFeatureRolloutPolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/featureRolloutPolicies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/policies/federatedTokenValidationPolicy",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyFederatedTokenValidationPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/federatedTokenValidationPolicy",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -128763,19 +134643,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/homeRealmDiscoveryPolicies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -128802,32 +134682,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
{
- "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo",
+ "ApiReferenceLink": null,
"Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -128870,18 +134752,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyToCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -128924,19 +134808,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyToCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/homeRealmDiscoveryPolicies/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -128963,31 +134847,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyMobileAppManagementPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -129006,19 +134893,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyMobileAppManagementPolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobilityManagementPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMobilityManagementPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyMobileAppManagementPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/mobileAppManagementPolicies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -129037,18 +134924,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyMobileAppManagementPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobilityManagementPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMobilityManagementPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyMobileAppManagementPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/mobileAppManagementPolicies/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -129067,18 +134955,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyMobileAppManagementPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroup",
+ "ApiReferenceLink": null,
"Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -129097,18 +134986,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroup",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef",
+ "ApiReferenceLink": null,
"Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -129127,18 +135017,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -129157,46 +135049,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -129215,19 +135110,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobilityManagementPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMobilityManagementPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/mobileDeviceManagementPolicies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -129246,18 +135141,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobilityManagementPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMobilityManagementPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/mobileDeviceManagementPolicies/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -129276,18 +135172,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroup",
+ "ApiReferenceLink": null,
"Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -129306,18 +135203,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroup",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef",
+ "ApiReferenceLink": null,
"Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -129336,18 +135234,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -129366,46 +135266,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyPermissionGrantPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.PermissionGrant",
@@ -129424,19 +135327,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyPermissionGrantPolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermissionGrantPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPermissionGrantPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyPermissionGrantPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/permissionGrantPolicies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.PermissionGrant",
@@ -129455,18 +135358,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyPermissionGrantPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermissionGrantPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPermissionGrantPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyPermissionGrantPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/permissionGrantPolicies/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.PermissionGrant",
@@ -129485,32 +135389,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyPermissionGrantPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermissionGrantConditionSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermissionGrantConditionSet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude",
+ "ApiReferenceLink": null,
"Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.PermissionGrant",
@@ -129529,18 +135435,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermissionGrantConditionSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPermissionGrantConditionSet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyPermissionGrantPolicyExcludeCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.PermissionGrant",
@@ -129559,33 +135467,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyPermissionGrantPolicyExcludeCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermissionGrantConditionSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermissionGrantConditionSet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude",
+ "ApiReferenceLink": null,
"Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.PermissionGrant",
@@ -129604,18 +135513,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermissionGrantConditionSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPermissionGrantConditionSet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyPermissionGrantPolicyIncludeCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.PermissionGrant",
@@ -129634,19 +135545,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyPermissionGrantPolicyIncludeCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyRoleManagementPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "RoleManagementPolicy.Read.Directory",
@@ -129689,19 +135601,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyRoleManagementPolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyRoleManagementPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/roleManagementPolicies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "RoleManagementPolicy.Read.Directory",
@@ -129744,73 +135656,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyRoleManagementPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy"
},
{
- "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}",
- "Permissions": [
- {
- "Name": "RoleManagementPolicy.Read.Directory",
- "Description": "Read all policies for privileged role assignments of your company's directory",
- "FullDescription": "Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "RoleManagement.Read.All",
- "Description": "Read role management data for all RBAC providers",
- "FullDescription": "Allows the app to read role-based access control (RBAC) settings for all RBAC providers without a signed-in user. This includes reading role definitions and role assignments.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "RoleManagementPolicy.ReadWrite.Directory",
- "Description": "Read, update, and delete all policies for privileged role assignments of your company's directory",
- "FullDescription": "Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "RoleManagement.ReadWrite.Directory",
- "Description": "Read and write all directory RBAC settings",
- "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "RoleManagement.Read.Directory",
- "Description": "Read all directory RBAC settings",
- "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes reading directory role templates, directory roles and memberships.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/policies/roleManagementPolicyAssignments",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "RoleManagementPolicy.Read.Directory",
@@ -129853,18 +135712,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/roleManagementPolicyAssignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/policies/roleManagementPolicyAssignments/$count",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "RoleManagementPolicy.Read.Directory",
@@ -129907,32 +135767,89 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/roleManagementPolicyAssignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [
+ {
+ "Name": "RoleManagementPolicy.Read.Directory",
+ "Description": "Read all policies for privileged role assignments of your company's directory",
+ "FullDescription": "Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "RoleManagement.Read.All",
+ "Description": "Read role management data for all RBAC providers",
+ "FullDescription": "Allows the app to read role-based access control (RBAC) settings for all RBAC providers without a signed-in user. This includes reading role definitions and role assignments.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "RoleManagementPolicy.ReadWrite.Directory",
+ "Description": "Read, update, and delete all policies for privileged role assignments of your company's directory",
+ "FullDescription": "Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "RoleManagement.ReadWrite.Directory",
+ "Description": "Read and write all directory RBAC settings",
+ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "RoleManagement.Read.Directory",
+ "Description": "Read all directory RBAC settings",
+ "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes reading directory role templates, directory roles and memberships.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
- "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyRoleManagementPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/roleManagementPolicies/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "RoleManagementPolicy.Read.Directory",
@@ -129975,32 +135892,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyRoleManagementPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule",
+ "ApiReferenceLink": null,
"Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "RoleManagementPolicy.Read.Directory",
@@ -130043,18 +135962,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRuleCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "RoleManagementPolicy.Read.Directory",
@@ -130097,19 +136018,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRuleCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyRoleManagementPolicyRule",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "RoleManagementPolicy.Read.Directory",
@@ -130152,19 +136074,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyRoleManagementPolicyRule",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyRoleManagementPolicyRule",
+ "ApiReferenceLink": null,
"Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "RoleManagementPolicy.Read.Directory",
@@ -130207,18 +136129,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyRoleManagementPolicyRule",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyRoleManagementPolicyRuleCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "RoleManagementPolicy.Read.Directory",
@@ -130261,141 +136185,151 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyRoleManagementPolicyRuleCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy"
},
{
- "Uri": "/policies/servicePrincipalCreationPolicies",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/servicePrincipalCreationPolicies",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy"
},
{
- "Uri": "/policies/servicePrincipalCreationPolicies/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/servicePrincipalCreationPolicies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet"
},
{
- "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet"
},
{
- "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExcludeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet"
},
{
- "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyIncludeCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/$count",
- "Permissions": [],
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
"Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyIncludeCount",
+ "Permissions": [],
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyTokenIssuancePolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -130422,19 +136356,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyTokenIssuancePolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTokenIssuancePolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyTokenIssuancePolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/tokenIssuancePolicies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -130461,32 +136395,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyTokenIssuancePolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTokenIssuancePolicy"
},
{
- "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo",
+ "ApiReferenceLink": null,
"Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -130529,18 +136465,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyToCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -130583,19 +136521,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyToCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyTokenIssuancePolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/tokenIssuancePolicies/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -130622,18 +136560,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyTokenIssuancePolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyTokenLifetimePolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -130660,19 +136600,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyTokenLifetimePolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTokenLifetimePolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyTokenLifetimePolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/tokenLifetimePolicies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -130699,32 +136639,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyTokenLifetimePolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTokenLifetimePolicy"
},
{
- "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo",
+ "ApiReferenceLink": null,
"Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -130767,18 +136709,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyToCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -130821,19 +136765,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyToCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyTokenLifetimePolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/tokenLifetimePolicies/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -130860,31 +136804,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaPolicyTokenLifetimePolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/print",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrint",
+ "ApiReferenceLink": null,
+ "Uri": "/print",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrint"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintConnector",
+ "ApiReferenceLink": null,
"Uri": "/print/connectors/{printConnector-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintConnector.Read.All",
@@ -130903,19 +136850,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintConnector",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintConnector"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintConnector",
+ "ApiReferenceLink": null,
"Uri": "/print/connectors",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintConnector.Read.All",
@@ -130934,18 +136881,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintConnector",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintConnector"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintConnectorCount",
+ "ApiReferenceLink": null,
"Uri": "/print/connectors/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintConnector.Read.All",
@@ -130964,18 +136912,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintConnectorCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintOperation",
+ "ApiReferenceLink": null,
"Uri": "/print/operations/{printOperation-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "Printer.Create",
@@ -131002,45 +136952,48 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintOperation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintOperation"
},
{
- "Uri": "/print/operations",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/print/operations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintOperation"
},
{
- "Uri": "/print/operations/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/print/operations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintPrinter",
+ "ApiReferenceLink": null,
"Uri": "/print/printers/{printer-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "Printer.Read.All",
@@ -131091,19 +137044,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintPrinter",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrinter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrinter"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintPrinter",
+ "ApiReferenceLink": null,
"Uri": "/print/printers",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "Printer.Read.All",
@@ -131130,18 +137083,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintPrinter",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrinter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrinter"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintPrinterCapability",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-getcapabilities?view=graph-rest-beta",
"Uri": "/print/printers/{printer-id}/getCapabilities",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "Printer.Read.All",
@@ -131168,33 +137123,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintPrinterCapability",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrinterCapabilities",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-getcapabilities?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphPrinterCapabilities"
},
{
- "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterConnector",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintConnector"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintPrinterConnector",
+ "ApiReferenceLink": null,
"Uri": "/print/printers/{printer-id}/connectors",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintConnector.Read.All",
@@ -131213,18 +137169,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintPrinterConnector",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintConnector"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintPrinterConnectorCount",
+ "ApiReferenceLink": null,
"Uri": "/print/printers/{printer-id}/connectors/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintConnector.Read.All",
@@ -131243,19 +137201,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintPrinterConnectorCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintPrinterCount",
+ "ApiReferenceLink": null,
"Uri": "/print/printers/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "Printer.Read.All",
@@ -131282,18 +137240,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintPrinterCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintPrinterJob",
+ "ApiReferenceLink": null,
"Uri": "/print/printers/{printer-id}/jobs/{printJob-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintJob.ReadBasic",
@@ -131360,19 +137320,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintPrinterJob",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintJob",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintJob"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintPrinterJob",
+ "ApiReferenceLink": null,
"Uri": "/print/printers/{printer-id}/jobs",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintJob.ReadBasic",
@@ -131439,18 +137399,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintPrinterJob",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintJob",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintJob"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintPrinterJobCount",
+ "ApiReferenceLink": null,
"Uri": "/print/printers/{printer-id}/jobs/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintJob.ReadBasic",
@@ -131517,19 +137479,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintPrinterJobCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintPrinterJobDocument",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}",
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintJob.Read",
@@ -131564,32 +137527,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintPrinterJobDocument",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintDocument",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintDocument"
},
{
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterJobDocument",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintDocument",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintDocument"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintPrinterJobDocumentContent",
+ "ApiReferenceLink": null,
"Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintJob.Read",
@@ -131624,105 +137589,104 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintPrinterJobDocumentContent",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterJobDocumentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterJobTask",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTask"
},
{
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterJobTask",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTask"
},
{
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterJobTaskCount",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterJobTaskDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintTaskDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTaskDefinition"
},
{
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterJobTaskTrigger",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintTaskTrigger",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTaskTrigger"
},
{
- "Uri": "/print/printerShares/{printerShare-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterShare",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printerShares/{printerShare-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
@@ -131731,175 +137695,197 @@
"GetViaIdentity1",
"GetViaIdentity2"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrinterShare",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrinterShare"
},
{
- "Uri": "/print/printerShares",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterShare",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printerShares",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrinterShare",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrinterShare"
},
{
- "Uri": "/print/printerShares/{printerShare-id}/allowedGroups",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterShareAllowedGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printerShares/{printerShare-id}/allowedGroups",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterShareAllowedGroupByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterShareAllowedGroupCount",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/print/printerShares/{printerShare-id}/allowedUsers",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterShareAllowedUser",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printerShares/{printerShare-id}/allowedUsers",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterShareAllowedUserByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterShareAllowedUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterShareAllowedUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintPrinterShareCount",
+ "ApiReferenceLink": null,
"Uri": "/print/printers/{printer-id}/shares/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrinterShare.ReadBasic.All",
@@ -131926,199 +137912,212 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintPrinterShareCount",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterShareJob",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintJob",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintJob"
},
{
- "Uri": "/print/printerShares/{printerShare-id}/jobs",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterShareJob",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printerShares/{printerShare-id}/jobs",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintJob",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintJob"
},
{
- "Uri": "/print/printerShares/{printerShare-id}/jobs/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterShareJobCount",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printerShares/{printerShare-id}/jobs/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterShareJobDocument",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintDocument",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintDocument"
},
{
- "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterShareJobDocument",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintDocument",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintDocument"
},
{
- "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterShareJobDocumentContent",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterShareJobDocumentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterShareJobTask",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTask"
},
{
- "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterShareJobTask",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTask"
},
{
- "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterShareJobTaskCount",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterShareJobTaskDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintTaskDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTaskDefinition"
},
{
- "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterShareJobTaskTrigger",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintTaskTrigger",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTaskTrigger"
},
{
- "Uri": "/print/printerShares/{printerShare-id}/printer",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintPrinterSharePrinter",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printerShares/{printerShare-id}/printer",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrinter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrinter"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintPrinterTaskTrigger",
+ "ApiReferenceLink": null,
"Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "Printer.Read.All",
@@ -132145,19 +138144,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintPrinterTaskTrigger",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintTaskTrigger",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintTaskTrigger"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintPrinterTaskTrigger",
+ "ApiReferenceLink": null,
"Uri": "/print/printers/{printer-id}/taskTriggers",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "Printer.Read.All",
@@ -132184,18 +138183,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintPrinterTaskTrigger",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintTaskTrigger",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintTaskTrigger"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintPrinterTaskTriggerCount",
+ "ApiReferenceLink": null,
"Uri": "/print/printers/{printer-id}/taskTriggers/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "Printer.Read.All",
@@ -132222,33 +138223,218 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintPrinterTaskTriggerCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintPrinterTaskTriggerDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTaskDefinition"
},
{
- "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintPrinterTaskTriggerDefinition",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintService",
+ "ApiReferenceLink": null,
+ "Uri": "/print/services/{printService-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintTaskDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [
+ {
+ "Name": "PrintJob.ReadBasic",
+ "Description": "Read basic information of your print jobs",
+ "FullDescription": "Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "PrintSettings.ReadWrite.All",
+ "Description": "Read and write tenant-wide print settings",
+ "FullDescription": "Allows the application to read and write tenant-wide print settings on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "PrintSettings.Read.All",
+ "Description": "Read tenant-wide print settings",
+ "FullDescription": "Allows the application to read tenant-wide print settings on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "PrintJob.ReadWriteBasic.All",
+ "Description": "Read and write basic information of print jobs",
+ "FullDescription": "Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "PrintJob.ReadWriteBasic",
+ "Description": "Read and write basic information of your print jobs",
+ "FullDescription": "Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "PrintJob.ReadWrite.All",
+ "Description": "Read and update print jobs",
+ "FullDescription": "Allows the application to read and update the metadata and document content of print jobs on your behalf. ",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "PrintJob.ReadWrite",
+ "Description": "Read and update your print jobs",
+ "FullDescription": "Allows the application to read and update the metadata and document content of print jobs that you created.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "PrintJob.ReadBasic.All",
+ "Description": "Read basic information of print jobs",
+ "FullDescription": "Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "PrintJob.Read.All",
+ "Description": "Read print jobs",
+ "FullDescription": "Allows the application to read the metadata and document content of print jobs on your behalf. ",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "PrintJob.Read",
+ "Description": "Read your print jobs",
+ "FullDescription": "Allows the application to read the metadata and document content of print jobs that you created.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "PrintJob.Create",
+ "Description": "Create your print jobs",
+ "FullDescription": "Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "PrinterShare.ReadWrite.All",
+ "Description": "Read and update printer shares",
+ "FullDescription": "Allows the application to read and update printer shares on your behalf. ",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "PrinterShare.ReadBasic.All",
+ "Description": "Read basic information about printer shares",
+ "FullDescription": "Allows the application to read basic information about printer shares on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "PrinterShare.Read.All",
+ "Description": "Read printer shares",
+ "FullDescription": "Allows the application to read printer shares on your behalf. ",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Printer.ReadWrite.All",
+ "Description": "Read and update printers",
+ "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Printer.Read.All",
+ "Description": "Read printers",
+ "FullDescription": "Allows the application to read printers on your behalf. ",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Printer.Create",
+ "Description": "Register printers  ",
+ "FullDescription": "Allows the application to create (register) printers on your behalf. ",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "PrintConnector.ReadWrite.All",
+ "Description": "Read and write print connectors",
+ "FullDescription": "Allows the application to read and write print connectors on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "PrintConnector.Read.All",
+ "Description": "Read print connectors",
+ "FullDescription": "Allows the application to read print connectors on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "PrintAlertSettings.ReadWrite.All",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "PrintAlertSettings.Read.All",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphPrintService"
},
{
- "Uri": "/print/services/{printService-id}",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintService",
+ "ApiReferenceLink": null,
+ "Uri": "/print/services",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintJob.ReadBasic",
@@ -132419,201 +138605,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintService",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintService",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintService"
},
{
- "Uri": "/print/services",
- "Permissions": [
- {
- "Name": "PrintJob.ReadBasic",
- "Description": "Read basic information of your print jobs",
- "FullDescription": "Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "PrintSettings.ReadWrite.All",
- "Description": "Read and write tenant-wide print settings",
- "FullDescription": "Allows the application to read and write tenant-wide print settings on your behalf.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "PrintSettings.Read.All",
- "Description": "Read tenant-wide print settings",
- "FullDescription": "Allows the application to read tenant-wide print settings on your behalf.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "PrintJob.ReadWriteBasic.All",
- "Description": "Read and write basic information of print jobs",
- "FullDescription": "Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "PrintJob.ReadWriteBasic",
- "Description": "Read and write basic information of your print jobs",
- "FullDescription": "Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "PrintJob.ReadWrite.All",
- "Description": "Read and update print jobs",
- "FullDescription": "Allows the application to read and update the metadata and document content of print jobs on your behalf. ",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "PrintJob.ReadWrite",
- "Description": "Read and update your print jobs",
- "FullDescription": "Allows the application to read and update the metadata and document content of print jobs that you created.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "PrintJob.ReadBasic.All",
- "Description": "Read basic information of print jobs",
- "FullDescription": "Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "PrintJob.Read.All",
- "Description": "Read print jobs",
- "FullDescription": "Allows the application to read the metadata and document content of print jobs on your behalf. ",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "PrintJob.Read",
- "Description": "Read your print jobs",
- "FullDescription": "Allows the application to read the metadata and document content of print jobs that you created.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "PrintJob.Create",
- "Description": "Create your print jobs",
- "FullDescription": "Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "PrinterShare.ReadWrite.All",
- "Description": "Read and update printer shares",
- "FullDescription": "Allows the application to read and update printer shares on your behalf. ",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "PrinterShare.ReadBasic.All",
- "Description": "Read basic information about printer shares",
- "FullDescription": "Allows the application to read basic information about printer shares on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "PrinterShare.Read.All",
- "Description": "Read printer shares",
- "FullDescription": "Allows the application to read printer shares on your behalf. ",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Printer.ReadWrite.All",
- "Description": "Read and update printers",
- "FullDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Printer.Read.All",
- "Description": "Read printers",
- "FullDescription": "Allows the application to read printers on your behalf. ",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Printer.Create",
- "Description": "Register printers  ",
- "FullDescription": "Allows the application to create (register) printers on your behalf. ",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "PrintConnector.ReadWrite.All",
- "Description": "Read and write print connectors",
- "FullDescription": "Allows the application to read and write print connectors on your behalf.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "PrintConnector.Read.All",
- "Description": "Read print connectors",
- "FullDescription": "Allows the application to read print connectors on your behalf.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "PrintAlertSettings.ReadWrite.All",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "PrintAlertSettings.Read.All",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- }
- ],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintService",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintService",
+ "CommandAlias": null,
"Method": "GET",
- "ApiReferenceLink": null
- },
- {
+ "Command": "Get-MgBetaPrintServiceCount",
+ "ApiReferenceLink": null,
"Uri": "/print/services/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintJob.ReadBasic",
@@ -132784,18 +138788,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintServiceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintServiceEndpoint",
+ "ApiReferenceLink": null,
"Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintJob.ReadBasic",
@@ -132966,19 +138972,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintServiceEndpoint",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintServiceEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintServiceEndpoint"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintServiceEndpoint",
+ "ApiReferenceLink": null,
"Uri": "/print/services/{printService-id}/endpoints",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintJob.ReadBasic",
@@ -133149,18 +139155,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintServiceEndpoint",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintServiceEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintServiceEndpoint"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintServiceEndpointCount",
+ "ApiReferenceLink": null,
"Uri": "/print/services/{printService-id}/endpoints/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintJob.ReadBasic",
@@ -133331,19 +139339,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintServiceEndpointCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintShare",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/print/shares/{printerShare-id}",
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrinterShare.ReadBasic.All",
@@ -133370,19 +139379,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintShare",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrinterShare",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrinterShare"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintShare",
+ "ApiReferenceLink": null,
"Uri": "/print/shares",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrinterShare.ReadBasic.All",
@@ -133409,18 +139418,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintShare",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrinterShare",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrinterShare"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintShareAllowedGroup",
+ "ApiReferenceLink": null,
"Uri": "/print/shares/{printerShare-id}/allowedGroups",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrinterShare.Read.All",
@@ -133439,18 +139449,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintShareAllowedGroup",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintShareAllowedGroupByRef",
+ "ApiReferenceLink": null,
"Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrinterShare.Read.All",
@@ -133469,18 +139480,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintShareAllowedGroupByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintShareAllowedGroupCount",
+ "ApiReferenceLink": null,
"Uri": "/print/shares/{printerShare-id}/allowedGroups/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrinterShare.Read.All",
@@ -133499,46 +139512,48 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintShareAllowedGroupCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintShareAllowedUser",
+ "ApiReferenceLink": null,
"Uri": "/print/shares/{printerShare-id}/allowedUsers",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrinterShare.Read.All",
@@ -133557,18 +139572,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintShareAllowedUser",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintShareAllowedUserByRef",
+ "ApiReferenceLink": null,
"Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrinterShare.Read.All",
@@ -133587,18 +139603,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintShareAllowedUserByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintShareAllowedUserCount",
+ "ApiReferenceLink": null,
"Uri": "/print/shares/{printerShare-id}/allowedUsers/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrinterShare.Read.All",
@@ -133617,60 +139635,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintShareAllowedUserCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintShareAllowedUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintShareCount",
+ "ApiReferenceLink": null,
"Uri": "/print/shares/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrinterShare.ReadBasic.All",
@@ -133697,18 +139718,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintShareCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintShareJob",
+ "ApiReferenceLink": null,
"Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintJob.ReadBasic",
@@ -133775,19 +139798,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintShareJob",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintJob",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintJob"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintShareJob",
+ "ApiReferenceLink": null,
"Uri": "/print/shares/{printerShare-id}/jobs",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintJob.ReadBasic",
@@ -133854,18 +139877,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintShareJob",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintJob",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintJob"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintShareJobCount",
+ "ApiReferenceLink": null,
"Uri": "/print/shares/{printerShare-id}/jobs/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintJob.ReadBasic",
@@ -133932,143 +139957,153 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintShareJobCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintShareJobDocument",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintDocument",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintDocument"
},
{
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintShareJobDocument",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintDocument",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintDocument"
},
{
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintShareJobDocumentContent",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintShareJobDocumentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintShareJobTask",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTask"
},
{
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintShareJobTask",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTask"
},
{
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintShareJobTaskCount",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintShareJobTaskDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintTaskDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTaskDefinition"
},
{
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintShareJobTaskTrigger",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintTaskTrigger",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTaskTrigger"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintSharePrinter",
+ "ApiReferenceLink": null,
"Uri": "/print/shares/{printerShare-id}/printer",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CloudPrint",
"Permissions": [
{
"Name": "Printer.Read.All",
@@ -134095,116 +140130,124 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CloudPrint",
- "Command": "Get-MgBetaPrintSharePrinter",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrinter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrinter"
},
{
- "Uri": "/print/taskDefinitions/{printTaskDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintTaskDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/print/taskDefinitions/{printTaskDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintTaskDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTaskDefinition"
},
{
- "Uri": "/print/taskDefinitions",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintTaskDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/print/taskDefinitions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintTaskDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTaskDefinition"
},
{
- "Uri": "/print/taskDefinitions/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintTaskDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/print/taskDefinitions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintTaskDefinitionTask",
+ "ApiReferenceLink": null,
+ "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTask"
},
{
- "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintTaskDefinitionTask",
+ "ApiReferenceLink": null,
+ "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTask"
},
{
- "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintTaskDefinitionTaskCount",
+ "ApiReferenceLink": null,
+ "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger",
- "Permissions": [],
- "Module": "Beta.Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrintTaskDefinitionTaskTrigger",
+ "ApiReferenceLink": null,
+ "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintTaskTrigger",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTaskTrigger"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrivacySubjectRightsRequest",
+ "ApiReferenceLink": null,
"Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "SubjectRightsRequest.Read.All",
@@ -134223,19 +140266,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaPrivacySubjectRightsRequest",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubjectRightsRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSubjectRightsRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrivacySubjectRightsRequest",
+ "ApiReferenceLink": null,
"Uri": "/privacy/subjectRightsRequests",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "SubjectRightsRequest.Read.All",
@@ -134254,182 +140297,195 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaPrivacySubjectRightsRequest",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubjectRightsRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSubjectRightsRequest"
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivacySubjectRightsRequestApprover",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivacySubjectRightsRequestApprover",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivacySubjectRightsRequestApproverCount",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrivacySubjectRightsRequestCount",
+ "ApiReferenceLink": null,
"Uri": "/privacy/subjectRightsRequests/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "SubjectRightsRequest.Read.All",
@@ -134448,32 +140504,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaPrivacySubjectRightsRequestCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivacySubjectRightsRequestNote",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthoredNote",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthoredNote"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrivacySubjectRightsRequestNote",
+ "ApiReferenceLink": null,
"Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "SubjectRightsRequest.Read.All",
@@ -134492,18 +140550,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaPrivacySubjectRightsRequestNote",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthoredNote",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAuthoredNote"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrivacySubjectRightsRequestNoteCount",
+ "ApiReferenceLink": null,
"Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Compliance",
"Permissions": [
{
"Name": "SubjectRightsRequest.Read.All",
@@ -134522,1081 +140582,1158 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Compliance",
- "Command": "Get-MgBetaPrivacySubjectRightsRequestNoteCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team",
- "Permissions": [],
- "Module": "Beta.Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivacySubjectRightsRequestTeam",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeam",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeam"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccess",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedAccess",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedAccess"
},
{
- "Uri": "/privilegedAccess",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccess",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedAccess",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedAccess"
},
{
- "Uri": "/privilegedAccess/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessCount",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResource",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceResource"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResource",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceResource"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/parent",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceParent",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/parent",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceResource"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleAssignment"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleAssignment"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleAssignment"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestResource",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceResource"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleDefinition"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/resource",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/resource",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceResource"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/roleSetting",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/roleSetting",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleSetting"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceSubject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceSubject"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/resource",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/resource",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceResource"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleDefinition"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/resource",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/resource",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceResource"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/roleSetting",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/roleSetting",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleSetting"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentSubject",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceSubject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceSubject"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleDefinition"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleDefinition"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/resource",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionResource",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/resource",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceResource"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionRoleSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleSetting"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleSetting"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleSetting"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/resource",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingResource",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/resource",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceResource"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleDefinition"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/resource",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionResource",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/resource",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceResource"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/roleSetting",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/roleSetting",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleSetting"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleAssignment"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleAssignment"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessRoleAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleAssignment"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestResource",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceResource"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleDefinition"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestSubject",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceSubject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceSubject"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/resource",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessRoleAssignmentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/resource",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceResource"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleDefinition"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessRoleAssignmentSubject",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceSubject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceSubject"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleDefinition"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleDefinition"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessRoleDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/resource",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessRoleDefinitionResource",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/resource",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceResource"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessRoleDefinitionRoleSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleSetting"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessRoleSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleSetting"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessRoleSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleSetting"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessRoleSettingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/resource",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessRoleSettingResource",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/resource",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceResource"
},
{
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedAccessRoleSettingRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceRoleDefinition"
},
{
- "Uri": "/privilegedApproval/{privilegedApproval-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedApproval",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedApproval/{privilegedApproval-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedApproval",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedApproval"
},
{
- "Uri": "/privilegedApproval",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedApproval",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedApproval",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedApproval",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedApproval"
},
{
- "Uri": "/privilegedApproval/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedApprovalCount",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedApproval/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/privilegedApproval/{privilegedApproval-id}/request",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedApprovalRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedApproval/{privilegedApproval-id}/request",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest"
},
{
- "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedApprovalRoleInfo",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedRole"
},
{
- "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/{privilegedRoleAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/{privilegedRoleAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment"
},
{
- "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment"
},
{
- "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedApprovalRoleInfoSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedRoleSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedRoleSettings"
},
{
- "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedApprovalRoleInfoSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedRoleSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedRoleSummary"
},
{
- "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedOperationEvent",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedOperationEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedOperationEvent"
},
{
- "Uri": "/privilegedOperationEvents",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedOperationEvent",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedOperationEvents",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedOperationEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedOperationEvent"
},
{
- "Uri": "/privilegedOperationEvents/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedOperationEventCount",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedOperationEvents/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/privilegedRoles/{privilegedRole-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedRole",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedRoles/{privilegedRole-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedRole"
},
{
- "Uri": "/privilegedRoles",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedRole",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedRoles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedRole"
},
{
- "Uri": "/privilegedRoleAssignments/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedRoleAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedRoleAssignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedRoleAssignmentRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest",
+ "ApiReferenceLink": null,
"Uri": "/privilegedRoleAssignmentRequests",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -135615,18 +141752,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestCount",
+ "ApiReferenceLink": null,
"Uri": "/privilegedRoleAssignmentRequests/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -135645,269 +141783,288 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfo",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedRole"
},
{
- "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/{privilegedRoleAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/{privilegedRoleAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment"
},
{
- "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment"
},
{
- "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedRoleSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedRoleSettings"
},
{
- "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedRoleSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedRoleSummary"
},
{
- "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfo",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedRole"
},
{
- "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/{privilegedRoleAssignment-id1}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/{privilegedRoleAssignment-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment"
},
{
- "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment"
},
{
- "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedRoleSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedRoleSettings"
},
{
- "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedRoleSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedRoleSummary"
},
{
- "Uri": "/privilegedRoles/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedRoleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedRoles/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedRoleRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment"
},
{
- "Uri": "/privilegedRoleAssignments",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedRoleRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedRoleAssignments",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment"
},
{
- "Uri": "/privilegedRoles/{privilegedRole-id}/settings",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedRoleSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedRoles/{privilegedRole-id}/settings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedRoleSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedRoleSettings"
},
{
- "Uri": "/privilegedRoles/{privilegedRole-id}/summary",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaPrivilegedRoleSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/privilegedRoles/{privilegedRole-id}/summary",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrivilegedRoleSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedRoleSummary"
},
{
- "Uri": "/programs/{program-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaProgram",
+ "ApiReferenceLink": null,
+ "Uri": "/programs/{program-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphProgram",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphProgram"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaProgram",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-list?view=graph-rest-beta",
"Uri": "/programs",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "ProgramControl.Read.All",
@@ -135926,21 +142083,15 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaProgram",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphProgram",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-list?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphProgram"
},
{
- "Uri": "/programControls/{programControl-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaProgramControl",
+ "ApiReferenceLink": null,
+ "Uri": "/programControls/{programControl-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
@@ -135949,13 +142100,23 @@
"GetViaIdentity1",
"GetViaIdentity2"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphProgramControl",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphProgramControl"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaProgramControl",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-list?view=graph-rest-beta",
"Uri": "/programControls",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List",
+ "List1",
+ "List2"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "ProgramControl.Read.All",
@@ -135974,20 +142135,23 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaProgramControl",
- "Variants": [
- "List",
- "List1",
- "List2"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphProgramControl",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-list?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphProgramControl"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaProgramControlCount",
+ "ApiReferenceLink": null,
"Uri": "/programControls/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "Get2",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "ProgramControl.Read.All",
@@ -136006,52 +142170,51 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaProgramControlCount",
- "Variants": [
- "Get",
- "Get1",
- "Get2",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/programControls/{programControl-id}/program",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaProgramControlProgram",
+ "ApiReferenceLink": null,
+ "Uri": "/programControls/{programControl-id}/program",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphProgram",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphProgram"
},
{
- "Uri": "/programControlTypes/{programControlType-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaProgramControlType",
+ "ApiReferenceLink": null,
+ "Uri": "/programControlTypes/{programControlType-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphProgramControlType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphProgramControlType"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaProgramControlType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontroltype-list?view=graph-rest-beta",
"Uri": "/programControlTypes",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "ProgramControl.Read.All",
@@ -136070,18 +142233,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaProgramControlType",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphProgramControlType",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontroltype-list?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphProgramControlType"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaProgramControlTypeCount",
+ "ApiReferenceLink": null,
"Uri": "/programControlTypes/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "ProgramControl.Read.All",
@@ -136100,18 +142264,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaProgramControlTypeCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaProgramCount",
+ "ApiReferenceLink": null,
"Uri": "/programs/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "ProgramControl.Read.All",
@@ -136130,150 +142295,162 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaProgramCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/reports/appCredentialSignInActivities/{appCredentialSignInActivity-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportAppCredentialSignInActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/appCredentialSignInActivities/{appCredentialSignInActivity-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppCredentialSignInActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppCredentialSignInActivity"
},
{
- "Uri": "/reports/appCredentialSignInActivities",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportAppCredentialSignInActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/appCredentialSignInActivities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppCredentialSignInActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppCredentialSignInActivity"
},
{
- "Uri": "/reports/appCredentialSignInActivities/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportAppCredentialSignInActivityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/appCredentialSignInActivities/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportApplicationSignInDetailedSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary"
},
{
- "Uri": "/reports/applicationSignInDetailedSummary",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportApplicationSignInDetailedSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/applicationSignInDetailedSummary",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary"
},
{
- "Uri": "/reports/applicationSignInDetailedSummary/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportApplicationSignInDetailedSummaryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/applicationSignInDetailedSummary/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getAttackSimulationRepeatOffenders",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportAttackSimulationRepeatOffender",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationrepeatoffenders?view=graph-rest-beta",
+ "Uri": "/reports/getAttackSimulationRepeatOffenders",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationrepeatoffenders?view=graph-rest-beta"
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender"
},
{
- "Uri": "/reports/getAttackSimulationTrainingUserCoverage",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportAttackSimulationTrainingUserCoverage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta",
+ "Uri": "/reports/getAttackSimulationTrainingUserCoverage",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta"
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage"
},
{
- "Uri": "/reports/getAttackSimulationSimulationUserCoverage",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportAttackSimulationUserCoverage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta",
+ "Uri": "/reports/getAttackSimulationSimulationUserCoverage",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta"
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage"
},
{
- "Uri": "/reports/authenticationMethods",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportAuthenticationMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/authenticationMethods",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail",
+ "ApiReferenceLink": null,
"Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Reports",
"Permissions": [
{
"Name": "AuditLog.Read.All",
@@ -136292,19 +142469,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Reports",
- "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserRegistrationDetails",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserRegistrationDetails"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail",
+ "ApiReferenceLink": null,
"Uri": "/reports/authenticationMethods/userRegistrationDetails",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Reports",
"Permissions": [
{
"Name": "AuditLog.Read.All",
@@ -136323,18 +142500,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Reports",
- "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserRegistrationDetails",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserRegistrationDetails"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetailCount",
+ "ApiReferenceLink": null,
"Uri": "/reports/authenticationMethods/userRegistrationDetails/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Reports",
"Permissions": [
{
"Name": "AuditLog.Read.All",
@@ -136353,3076 +142531,3300 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Reports",
- "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetailCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/reports/getAzureADApplicationSignInSummary(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportAzureAdApplicationSignInSummary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getazureadapplicationsigninsummary?view=graph-rest-beta",
+ "Uri": "/reports/getAzureADApplicationSignInSummary(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplicationSignInSummary",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getazureadapplicationsigninsummary?view=graph-rest-beta"
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplicationSignInSummary"
},
{
- "Uri": "/reports/getBrowserDistributionUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportBrowserDistributionUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getBrowserDistributionUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getBrowserUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportBrowserUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getBrowserUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getBrowserUserDetail(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportBrowserUserDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getBrowserUserDetail(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getCredentialUsageSummary(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportCredentialUsageSummary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialusagesummary?view=graph-rest-beta",
+ "Uri": "/reports/getCredentialUsageSummary(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCredentialUsageSummary",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialusagesummary?view=graph-rest-beta"
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCredentialUsageSummary"
},
{
- "Uri": "/reports/getCredentialUserRegistrationCount",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportCredentialUserRegistrationCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialuserregistrationcount?view=graph-rest-beta",
+ "Uri": "/reports/getCredentialUserRegistrationCount",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCredentialUserRegistrationCount",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialuserregistrationcount?view=graph-rest-beta"
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCredentialUserRegistrationCount"
},
{
- "Uri": "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportCredentialUserRegistrationDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails"
},
{
- "Uri": "/reports/credentialUserRegistrationDetails",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportCredentialUserRegistrationDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/credentialUserRegistrationDetails",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails"
},
{
- "Uri": "/reports/credentialUserRegistrationDetails/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportCredentialUserRegistrationDetailCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/credentialUserRegistrationDetails/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/dailyPrintUsage/{printUsage-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportDailyPrintUsage",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/dailyPrintUsage/{printUsage-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintUsage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintUsage"
},
{
- "Uri": "/reports/dailyPrintUsage",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportDailyPrintUsage",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/dailyPrintUsage",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintUsage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintUsage"
},
{
- "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportDailyPrintUsageByPrinter",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintUsageByPrinter"
},
{
- "Uri": "/reports/dailyPrintUsageByPrinter",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportDailyPrintUsageByPrinter",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/dailyPrintUsageByPrinter",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintUsageByPrinter"
},
{
- "Uri": "/reports/dailyPrintUsageByPrinter/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportDailyPrintUsageByPrinterCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/dailyPrintUsageByPrinter/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportDailyPrintUsageByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintUsageByUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintUsageByUser"
},
{
- "Uri": "/reports/dailyPrintUsageByUser",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportDailyPrintUsageByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/dailyPrintUsageByUser",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintUsageByUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintUsageByUser"
},
{
- "Uri": "/reports/dailyPrintUsageByUser/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportDailyPrintUsageByUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/dailyPrintUsageByUser/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/dailyPrintUsage/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportDailyPrintUsageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/dailyPrintUsage/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintUsageByPrinter"
},
{
- "Uri": "/reports/dailyPrintUsageSummariesByPrinter",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/dailyPrintUsageSummariesByPrinter",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintUsageByPrinter"
},
{
- "Uri": "/reports/dailyPrintUsageSummariesByPrinter/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinterCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/dailyPrintUsageSummariesByPrinter/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintUsageByUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintUsageByUser"
},
{
- "Uri": "/reports/dailyPrintUsageSummariesByUser",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/dailyPrintUsageSummariesByUser",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintUsageByUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintUsageByUser"
},
{
- "Uri": "/reports/dailyPrintUsageSummariesByUser/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportDailyPrintUsageSummaryByUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/dailyPrintUsageSummariesByUser/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/deviceConfigurationDeviceActivity",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportDeviceConfigurationDeviceActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/deviceConfigurationDeviceActivity",
+ "ApiVersion": "beta",
"Variants": [
"Device"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/deviceConfigurationUserActivity",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportDeviceConfigurationUserActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/deviceConfigurationUserActivity",
+ "ApiVersion": "beta",
"Variants": [
"Device"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getEmailActivityCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportEmailActivityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getEmailActivityCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getEmailActivityUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportEmailActivityUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getEmailActivityUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getEmailActivityUserDetail(date={date})",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportEmailActivityUserDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getEmailActivityUserDetail(date={date})",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportEmailAppUsageAppUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportEmailAppUsageUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getEmailAppUsageUserDetail(date={date})",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportEmailAppUsageUserDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getEmailAppUsageUserDetail(date={date})",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportEmailAppUsageVersionUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getFormsUserActivityCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportFormUserActivityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getFormsUserActivityCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getFormsUserActivityUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportFormUserActivityUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getFormsUserActivityUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getFormsUserActivityUserDetail(date={date})",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportFormUserActivityUserDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getFormsUserActivityUserDetail(date={date})",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportGroupArchivedPrintJob",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-beta",
+ "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphArchivedPrintJob",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-beta"
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphArchivedPrintJob"
},
{
- "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportM365AppPlatformUserCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-beta",
+ "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-beta"
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getM365AppUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportM365AppUserCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-beta",
+ "Uri": "/reports/getM365AppUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-beta"
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getM365AppUserDetail(date={date})",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportM365AppUserDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getM365AppUserDetail(date={date})",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getMailboxUsageDetail(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportMailboxUsageDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getMailboxUsageDetail(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportMailboxUsageMailboxCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportMailboxUsageQuotaStatusMailboxCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getMailboxUsageStorage(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportMailboxUsageStorage",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getMailboxUsageStorage(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')",
+ "ApiVersion": "beta",
"Variants": [
"Detail",
"DetailViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')",
+ "ApiVersion": "beta",
"Variants": [
"Managed",
"ManagedViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/managedDeviceEnrollmentFailureDetails",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/managedDeviceEnrollmentFailureDetails",
+ "ApiVersion": "beta",
"Variants": [
"Detail",
"Detail1",
"DetailViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/managedDeviceEnrollmentFailureTrends",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureTrend",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/managedDeviceEnrollmentFailureTrends",
+ "ApiVersion": "beta",
"Variants": [
"Managed"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/managedDeviceEnrollmentTopFailures",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportManagedDeviceEnrollmentTopFailure",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/managedDeviceEnrollmentTopFailures",
+ "ApiVersion": "beta",
"Variants": [
"Top",
"Top1",
"TopViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintUsageByPrinter"
},
{
- "Uri": "/reports/monthlyPrintUsageByPrinter",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/monthlyPrintUsageByPrinter",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintUsageByPrinter"
},
{
- "Uri": "/reports/monthlyPrintUsageByPrinter/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportMonthlyPrintUsageByPrinterCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/monthlyPrintUsageByPrinter/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportMonthlyPrintUsageByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintUsageByUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintUsageByUser"
},
{
- "Uri": "/reports/monthlyPrintUsageByUser",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportMonthlyPrintUsageByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/monthlyPrintUsageByUser",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintUsageByUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintUsageByUser"
},
{
- "Uri": "/reports/monthlyPrintUsageByUser/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportMonthlyPrintUsageByUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/monthlyPrintUsageByUser/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintUsageByPrinter"
},
{
- "Uri": "/reports/monthlyPrintUsageSummariesByPrinter",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/monthlyPrintUsageSummariesByPrinter",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintUsageByPrinter"
},
{
- "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinterCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintUsageByUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintUsageByUser"
},
{
- "Uri": "/reports/monthlyPrintUsageSummariesByUser",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/monthlyPrintUsageSummariesByUser",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPrintUsageByUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintUsageByUser"
},
{
- "Uri": "/reports/monthlyPrintUsageSummariesByUser/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/monthlyPrintUsageSummariesByUser/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getOffice365ActivationCounts",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportOffice365ActivationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getOffice365ActivationCounts",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getOffice365ActivationsUserCounts",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportOffice365ActivationUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getOffice365ActivationsUserCounts",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getOffice365ActivationsUserDetail",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportOffice365ActivationUserDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getOffice365ActivationsUserDetail",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportOffice365ActiveUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOffice365ActiveUserCounts",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOffice365ActiveUserCounts"
},
{
- "Uri": "/reports/getOffice365ActiveUserDetail(date={date})",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportOffice365ActiveUserDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getOffice365ActiveUserDetail(date={date})",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOffice365ActiveUserDetail",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOffice365ActiveUserDetail"
},
{
- "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportOffice365GroupActivityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOffice365GroupsActivityCounts",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOffice365GroupsActivityCounts"
},
{
- "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportOffice365GroupActivityDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOffice365GroupsActivityDetail",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOffice365GroupsActivityDetail"
},
{
- "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportOffice365GroupActivityFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOffice365GroupsActivityFileCounts",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOffice365GroupsActivityFileCounts"
},
{
- "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportOffice365GroupActivityGroupCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOffice365GroupsActivityGroupCounts",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOffice365GroupsActivityGroupCounts"
},
{
- "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportOffice365GroupActivityStorage",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOffice365GroupsActivityStorage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOffice365GroupsActivityStorage"
},
{
- "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportOffice365ServiceUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOffice365ServicesUserCounts",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOffice365ServicesUserCounts"
},
{
- "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportOneDriveActivityFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportOneDriveActivityUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getOneDriveActivityUserDetail(date={date})",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportOneDriveActivityUserDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getOneDriveActivityUserDetail(date={date})",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportOneDriveUsageAccountCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportOneDriveUsageAccountDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportOneDriveUsageFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getOneDriveUsageStorage(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportOneDriveUsageStorage",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getOneDriveUsageStorage(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/partners",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportPartner",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/partners",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPartners",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPartners"
},
{
- "Uri": "/reports/partners/billing",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportPartnerBilling",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/partners/billing",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPartnersBilling",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPartnersBilling"
},
{
- "Uri": "/reports/partners/billing/manifests/{manifest-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportPartnerBillingManifest",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/partners/billing/manifests/{manifest-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPartnersBillingManifest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPartnersBillingManifest"
},
{
- "Uri": "/reports/partners/billing/manifests",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportPartnerBillingManifest",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/partners/billing/manifests",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPartnersBillingManifest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPartnersBillingManifest"
},
{
- "Uri": "/reports/partners/billing/manifests/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportPartnerBillingManifestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/partners/billing/manifests/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/partners/billing/operations/{operation-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportPartnerBillingOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/partners/billing/operations/{operation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPartnersBillingOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPartnersBillingOperation"
},
{
- "Uri": "/reports/partners/billing/operations",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportPartnerBillingOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/partners/billing/operations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPartnersBillingOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPartnersBillingOperation"
},
{
- "Uri": "/reports/partners/billing/operations/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportPartnerBillingOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/partners/billing/operations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/partners/billing/reconciliation",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportPartnerBillingReconciliation",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/partners/billing/reconciliation",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPartnersBillingReconciliation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPartnersBillingReconciliation"
},
{
- "Uri": "/reports/partners/billing/reconciliation/billed",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportPartnerBillingReconciliationBilled",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/partners/billing/reconciliation/billed",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/partners/billing/usage",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportPartnerBillingUsage",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/partners/billing/usage",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage"
},
{
- "Uri": "/reports/partners/billing/usage/billed",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportPartnerBillingUsageBilled",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/partners/billing/usage/billed",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/partners/billing/usage/unbilled",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportPartnerBillingUsageUnbilled",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/partners/billing/usage/unbilled",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportPrinterArchivedPrintJob",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-beta",
+ "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphArchivedPrintJob",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-beta"
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphArchivedPrintJob"
},
{
- "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportRelyingPartyDetailedSummary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-beta",
+ "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-beta"
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary"
},
{
- "Uri": "/reports/security",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSecurity",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/security",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/security/getAttackSimulationRepeatOffenders",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSecurityAttackSimulationRepeatOffender",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-beta",
+ "Uri": "/reports/security/getAttackSimulationRepeatOffenders",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-beta"
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender"
},
{
- "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSecurityAttackSimulationTrainingUserCoverage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta",
+ "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta"
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage"
},
{
- "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSecurityAttackSimulationUserCoverage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta",
+ "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta"
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage"
},
{
- "Uri": "/reports/serviceActivity",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportServiceActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/serviceActivity",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/serviceActivity/getMetricsForConditionalAccessCompliantDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessCompliantDeviceSignInSuccess",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccesscompliantdevicessigninsuccess?view=graph-rest-beta",
+ "Uri": "/reports/serviceActivity/getMetricsForConditionalAccessCompliantDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceActivityValueMetric",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccesscompliantdevicessigninsuccess?view=graph-rest-beta"
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceActivityValueMetric"
},
{
- "Uri": "/reports/serviceActivity/getMetricsForConditionalAccessManagedDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessManagedDeviceSignInSuccess",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccessmanageddevicessigninsuccess?view=graph-rest-beta",
+ "Uri": "/reports/serviceActivity/getMetricsForConditionalAccessManagedDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceActivityValueMetric",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccessmanageddevicessigninsuccess?view=graph-rest-beta"
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceActivityValueMetric"
},
{
- "Uri": "/reports/serviceActivity/getMetricsForMfaSignInFailure(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInFailure",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninfailure?view=graph-rest-beta",
+ "Uri": "/reports/serviceActivity/getMetricsForMfaSignInFailure(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceActivityValueMetric",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninfailure?view=graph-rest-beta"
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceActivityValueMetric"
},
{
- "Uri": "/reports/serviceActivity/getMetricsForMfaSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInSuccess",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninsuccess?view=graph-rest-beta",
+ "Uri": "/reports/serviceActivity/getMetricsForMfaSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceActivityValueMetric",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninsuccess?view=graph-rest-beta"
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceActivityValueMetric"
},
{
- "Uri": "/reports/serviceActivity/getMetricsForSamlSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportServiceActivityMetricForSamlSignInSuccess",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforsamlsigninsuccess?view=graph-rest-beta",
+ "Uri": "/reports/serviceActivity/getMetricsForSamlSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceActivityValueMetric",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforsamlsigninsuccess?view=graph-rest-beta"
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceActivityValueMetric"
},
{
- "Uri": "/reports/servicePrincipalSignInActivities/{servicePrincipalSignInActivity-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportServicePrincipalSignInActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/servicePrincipalSignInActivities/{servicePrincipalSignInActivity-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity"
},
{
- "Uri": "/reports/servicePrincipalSignInActivities",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportServicePrincipalSignInActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/servicePrincipalSignInActivities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity"
},
{
- "Uri": "/reports/servicePrincipalSignInActivities/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportServicePrincipalSignInActivityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/servicePrincipalSignInActivities/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSharePointActivityFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSharePointActivityPages(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSharePointActivityPage",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getSharePointActivityPages(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSharePointActivityUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSharePointActivityUserDetail(date={date})",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSharePointActivityUserDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getSharePointActivityUserDetail(date={date})",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSharePointSiteUsageDetail(date={date})",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSharePointSiteUsageDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getSharePointSiteUsageDetail(date={date})",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSharePointSiteUsageFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSharePointSiteUsagePage",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSharePointSiteUsageSiteCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSharePointSiteUsageStorage",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSkypeForBusinessActivityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSkypeForBusinessActivityUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSkypeForBusinessActivityUserDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageDistributionUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityMinuteCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityMinuteCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityMinuteCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/sla",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSla",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/sla",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceLevelAgreementRoot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceLevelAgreementRoot"
},
{
- "Uri": "/reports/sla/azureADAuthentication",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportSlaAzureAdAuthentication",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/sla/azureADAuthentication",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAzureAdAuthentication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAzureAdAuthentication"
},
{
- "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportTeamActivityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getTeamsTeamActivityDetail(date={date})",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportTeamActivityDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getTeamsTeamActivityDetail(date={date})",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportTeamActivityDistributionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getTeamsTeamCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportTeamCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getTeamsTeamCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportTeamDeviceUsageDistributionTotalUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportTeamDeviceUsageDistributionUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getTeamsDeviceUsageTotalUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportTeamDeviceUsageTotalUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getTeamsDeviceUsageTotalUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportTeamDeviceUsageUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportTeamDeviceUsageUserDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportTeamUserActivityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getTeamsUserActivityDistributionTotalUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportTeamUserActivityDistributionTotalUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getTeamsUserActivityDistributionTotalUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getTeamsUserActivityDistributionUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportTeamUserActivityDistributionUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getTeamsUserActivityDistributionUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getTeamsUserActivityTotalCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportTeamUserActivityTotalCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getTeamsUserActivityTotalCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getTeamsUserActivityTotalDistributionCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportTeamUserActivityTotalDistributionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getTeamsUserActivityTotalDistributionCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getTeamsUserActivityTotalUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportTeamUserActivityTotalUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getTeamsUserActivityTotalUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportTeamUserActivityUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportTeamUserActivityUserDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserArchivedPrintJob",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-beta",
+ "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphArchivedPrintJob",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-beta"
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphArchivedPrintJob"
},
{
- "Uri": "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserCredentialUsageDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserCredentialUsageDetails",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserCredentialUsageDetails"
},
{
- "Uri": "/reports/userCredentialUsageDetails",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserCredentialUsageDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userCredentialUsageDetails",
+ "ApiVersion": "beta",
"Variants": [
"List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserCredentialUsageDetails",
- "Method": "GET",
- "ApiReferenceLink": null
+ ],
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserCredentialUsageDetails"
},
{
- "Uri": "/reports/userCredentialUsageDetails/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserCredentialUsageDetailCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userCredentialUsageDetails/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/userInsights",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsight",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserInsightsRoot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserInsightsRoot"
},
{
- "Uri": "/reports/userInsights/daily",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightDaily",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/daily",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot"
},
{
- "Uri": "/reports/userInsights/daily/activeUsers/{activeUsersMetric-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightDailyActiveUser",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/daily/activeUsers/{activeUsersMetric-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphActiveUsersMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphActiveUsersMetric"
},
{
- "Uri": "/reports/userInsights/daily/activeUsers",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightDailyActiveUser",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/daily/activeUsers",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphActiveUsersMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphActiveUsersMetric"
},
{
- "Uri": "/reports/userInsights/daily/activeUsersBreakdown/{activeUsersBreakdownMetric-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightDailyActiveUserBreakdown",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/daily/activeUsersBreakdown/{activeUsersBreakdownMetric-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric"
},
{
- "Uri": "/reports/userInsights/daily/activeUsersBreakdown",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightDailyActiveUserBreakdown",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/daily/activeUsersBreakdown",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric"
},
{
- "Uri": "/reports/userInsights/daily/activeUsersBreakdown/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightDailyActiveUserBreakdownCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/daily/activeUsersBreakdown/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/userInsights/daily/activeUsers/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightDailyActiveUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/daily/activeUsers/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/userInsights/daily/authentications/{authenticationsMetric-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightDailyAuthentication",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/daily/authentications/{authenticationsMetric-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationsMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationsMetric"
},
{
- "Uri": "/reports/userInsights/daily/authentications",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightDailyAuthentication",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/daily/authentications",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationsMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationsMetric"
},
{
- "Uri": "/reports/userInsights/daily/authentications/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightDailyAuthenticationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/daily/authentications/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/userInsights/daily/inactiveUsers/{dailyInactiveUsersMetric-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightDailyInactiveUser",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/daily/inactiveUsers/{dailyInactiveUsersMetric-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric"
},
{
- "Uri": "/reports/userInsights/daily/inactiveUsers",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightDailyInactiveUser",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/daily/inactiveUsers",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric"
},
{
- "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/{dailyInactiveUsersByApplicationMetric-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/{dailyInactiveUsersByApplicationMetric-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric"
},
{
- "Uri": "/reports/userInsights/daily/inactiveUsersByApplication",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/daily/inactiveUsersByApplication",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric"
},
{
- "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplicationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/userInsights/daily/inactiveUsers/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightDailyInactiveUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/daily/inactiveUsers/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/userInsights/daily/mfaCompletions/{mfaCompletionMetric-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightDailyMfaCompletion",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/daily/mfaCompletions/{mfaCompletionMetric-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMfaCompletionMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMfaCompletionMetric"
},
{
- "Uri": "/reports/userInsights/daily/mfaCompletions",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightDailyMfaCompletion",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/daily/mfaCompletions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMfaCompletionMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMfaCompletionMetric"
},
{
- "Uri": "/reports/userInsights/daily/mfaCompletions/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightDailyMfaCompletionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/daily/mfaCompletions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/userInsights/daily/signUps/{userSignUpMetric-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightDailySignUp",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/daily/signUps/{userSignUpMetric-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserSignUpMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserSignUpMetric"
},
{
- "Uri": "/reports/userInsights/daily/signUps",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightDailySignUp",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/daily/signUps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserSignUpMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserSignUpMetric"
},
{
- "Uri": "/reports/userInsights/daily/signUps/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightDailySignUpCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/daily/signUps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/userInsights/daily/summary/{insightSummary-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightDailySummary",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/daily/summary/{insightSummary-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInsightSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphInsightSummary"
},
{
- "Uri": "/reports/userInsights/daily/summary",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightDailySummary",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/daily/summary",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInsightSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphInsightSummary"
},
{
- "Uri": "/reports/userInsights/daily/summary/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightDailySummaryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/daily/summary/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/userInsights/daily/userCount/{userCountMetric-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightDailyUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/daily/userCount/{userCountMetric-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserCountMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserCountMetric"
},
{
- "Uri": "/reports/userInsights/daily/userCount",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightDailyUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/daily/userCount",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserCountMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserCountMetric"
},
{
- "Uri": "/reports/userInsights/monthly",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthly",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot"
},
{
- "Uri": "/reports/userInsights/monthly/activeUsers/{activeUsersMetric-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthlyActiveUser",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly/activeUsers/{activeUsersMetric-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphActiveUsersMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphActiveUsersMetric"
},
{
- "Uri": "/reports/userInsights/monthly/activeUsers",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthlyActiveUser",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly/activeUsers",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphActiveUsersMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphActiveUsersMetric"
},
{
- "Uri": "/reports/userInsights/monthly/activeUsersBreakdown/{activeUsersBreakdownMetric-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthlyActiveUserBreakdown",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly/activeUsersBreakdown/{activeUsersBreakdownMetric-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric"
},
{
- "Uri": "/reports/userInsights/monthly/activeUsersBreakdown",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthlyActiveUserBreakdown",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly/activeUsersBreakdown",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric"
},
{
- "Uri": "/reports/userInsights/monthly/activeUsersBreakdown/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthlyActiveUserBreakdownCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly/activeUsersBreakdown/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/userInsights/monthly/activeUsers/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthlyActiveUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly/activeUsers/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/userInsights/monthly/authentications/{authenticationsMetric-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthlyAuthentication",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly/authentications/{authenticationsMetric-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationsMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationsMetric"
},
{
- "Uri": "/reports/userInsights/monthly/authentications",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthlyAuthentication",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly/authentications",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationsMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationsMetric"
},
{
- "Uri": "/reports/userInsights/monthly/authentications/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthlyAuthenticationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly/authentications/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/userInsights/monthly/inactiveUsers/{monthlyInactiveUsersMetric-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly/inactiveUsers/{monthlyInactiveUsersMetric-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric"
},
{
- "Uri": "/reports/userInsights/monthly/inactiveUsers",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly/inactiveUsers",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric"
},
{
- "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/{monthlyInactiveUsersByApplicationMetric-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/{monthlyInactiveUsersByApplicationMetric-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric"
},
{
- "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric"
},
{
- "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplicationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/userInsights/monthly/inactiveUsers/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly/inactiveUsers/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/userInsights/monthly/mfaCompletions/{mfaCompletionMetric-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly/mfaCompletions/{mfaCompletionMetric-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMfaCompletionMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMfaCompletionMetric"
},
{
- "Uri": "/reports/userInsights/monthly/mfaCompletions",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly/mfaCompletions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMfaCompletionMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMfaCompletionMetric"
},
{
- "Uri": "/reports/userInsights/monthly/mfaCompletions/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly/mfaCompletions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/userInsights/monthly/requests/{userRequestsMetric-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthlyRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly/requests/{userRequestsMetric-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserRequestsMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserRequestsMetric"
},
{
- "Uri": "/reports/userInsights/monthly/requests",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthlyRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly/requests",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserRequestsMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserRequestsMetric"
},
{
- "Uri": "/reports/userInsights/monthly/requests/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthlyRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly/requests/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/userInsights/monthly/signUps/{userSignUpMetric-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthlySignUp",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly/signUps/{userSignUpMetric-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserSignUpMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserSignUpMetric"
},
{
- "Uri": "/reports/userInsights/monthly/signUps",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthlySignUp",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly/signUps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserSignUpMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserSignUpMetric"
},
{
- "Uri": "/reports/userInsights/monthly/signUps/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthlySignUpCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly/signUps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/userInsights/monthly/summary/{insightSummary-id}",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthlySummary",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly/summary/{insightSummary-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInsightSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphInsightSummary"
},
{
- "Uri": "/reports/userInsights/monthly/summary",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthlySummary",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly/summary",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInsightSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphInsightSummary"
},
{
- "Uri": "/reports/userInsights/monthly/summary/$count",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportUserInsightMonthlySummaryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/userInsights/monthly/summary/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getYammerActivityCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportYammerActivityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getYammerActivityCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getYammerActivityUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportYammerActivityUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getYammerActivityUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getYammerActivityUserDetail(date={date})",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportYammerActivityUserDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getYammerActivityUserDetail(date={date})",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportYammerDeviceUsageDistributionUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportYammerDeviceUsageUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportYammerDeviceUsageUserDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportYammerGroupActivityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getYammerGroupsActivityDetail(date={date})",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportYammerGroupActivityDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getYammerGroupsActivityDetail(date={date})",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')",
- "Permissions": [],
- "Module": "Beta.Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaReportYammerGroupActivityGroupCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityProtection/riskDetections/{riskDetection-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRiskDetection",
+ "ApiReferenceLink": null,
+ "Uri": "/identityProtection/riskDetections/{riskDetection-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRiskDetection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRiskDetection"
},
{
- "Uri": "/identityProtection/riskDetections",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRiskDetection",
+ "ApiReferenceLink": null,
+ "Uri": "/identityProtection/riskDetections",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRiskDetection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRiskDetection"
},
{
- "Uri": "/identityProtection/riskDetections/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRiskDetectionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityProtection/riskDetections/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRiskyServicePrincipal",
+ "ApiReferenceLink": null,
"Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityRiskyServicePrincipal.Read.All",
@@ -139441,19 +145843,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaRiskyServicePrincipal",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRiskyServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRiskyServicePrincipal"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRiskyServicePrincipal",
+ "ApiReferenceLink": null,
"Uri": "/identityProtection/riskyServicePrincipals",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityRiskyServicePrincipal.Read.All",
@@ -139472,18 +145874,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaRiskyServicePrincipal",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRiskyServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRiskyServicePrincipal"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRiskyServicePrincipalCount",
+ "ApiReferenceLink": null,
"Uri": "/identityProtection/riskyServicePrincipals/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityRiskyServicePrincipal.Read.All",
@@ -139502,32 +145905,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaRiskyServicePrincipalCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRiskyServicePrincipalHistory",
+ "ApiReferenceLink": null,
+ "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRiskyServicePrincipalHistory",
+ "ApiReferenceLink": null,
"Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityRiskyServicePrincipal.Read.All",
@@ -139546,18 +145951,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaRiskyServicePrincipalHistory",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRiskyServicePrincipalHistoryCount",
+ "ApiReferenceLink": null,
"Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityRiskyServicePrincipal.Read.All",
@@ -139576,59 +145983,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaRiskyServicePrincipalHistoryCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityProtection/riskyUsers/{riskyUser-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRiskyUser",
+ "ApiReferenceLink": null,
+ "Uri": "/identityProtection/riskyUsers/{riskyUser-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRiskyUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRiskyUser"
},
{
- "Uri": "/identityProtection/riskyUsers",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRiskyUser",
+ "ApiReferenceLink": null,
+ "Uri": "/identityProtection/riskyUsers",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRiskyUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRiskyUser"
},
{
- "Uri": "/identityProtection/riskyUsers/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRiskyUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityProtection/riskyUsers/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRiskyUserHistory",
+ "ApiReferenceLink": null,
"Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityRiskyUser.Read.All",
@@ -139647,19 +146058,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaRiskyUserHistory",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRiskyUserHistoryItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRiskyUserHistoryItem"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRiskyUserHistory",
+ "ApiReferenceLink": null,
"Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityRiskyUser.Read.All",
@@ -139678,18 +146089,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaRiskyUserHistory",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRiskyUserHistoryItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRiskyUserHistoryItem"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRiskyUserHistoryCount",
+ "ApiReferenceLink": null,
"Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "IdentityRiskyUser.Read.All",
@@ -139708,19 +146121,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaRiskyUserHistoryCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagement",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -139755,140 +146168,151 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaRoleManagement",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRoleManagement",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRoleManagement"
},
{
- "Uri": "/roleManagement/cloudPC",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementCloudPc",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/cloudPC",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRbacApplicationMultiple",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRbacApplicationMultiple"
},
{
- "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace"
},
{
- "Uri": "/roleManagement/cloudPC/resourceNamespaces",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/cloudPC/resourceNamespaces",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace"
},
{
- "Uri": "/roleManagement/cloudPC/resourceNamespaces/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/cloudPC/resourceNamespaces/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction"
},
{
- "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction"
},
{
- "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionAuthenticationContext",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationContextClassReference"
},
{
- "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -139923,19 +146347,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/cloudPC/roleAssignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -139970,59 +146394,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple"
},
{
- "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
- "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
- "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScopeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/cloudPC/roleAssignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -140057,114 +146485,123 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScopeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipalCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -140271,19 +146708,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/cloudPC/roleDefinitions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -140390,18 +146827,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/cloudPC/roleDefinitions/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -140508,45 +146946,48 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDeviceManagement",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/deviceManagement",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -140581,127 +147022,137 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaRoleManagementDeviceManagement",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRbacApplicationMultiple",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRbacApplicationMultiple"
},
{
- "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace"
},
{
- "Uri": "/roleManagement/deviceManagement/resourceNamespaces",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/deviceManagement/resourceNamespaces",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace"
},
{
- "Uri": "/roleManagement/deviceManagement/resourceNamespaces/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/deviceManagement/resourceNamespaces/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction"
},
{
- "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction"
},
{
- "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionAuthenticationContext",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationContextClassReference"
},
{
- "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -140736,19 +147187,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/deviceManagement/roleAssignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -140783,59 +147234,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple"
},
{
- "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
- "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
- "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScopeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/deviceManagement/roleAssignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -140870,114 +147325,123 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScopeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipalCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -141084,19 +147548,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/deviceManagement/roleDefinitions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -141203,18 +147667,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/deviceManagement/roleDefinitions/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -141321,58 +147786,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/directory",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectory",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRbacApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRbacApplication"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -141399,19 +147869,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/resourceNamespaces",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -141438,18 +147908,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/resourceNamespaces/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -141476,18 +147947,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -141514,19 +147987,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -141553,32 +148026,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction"
},
{
- "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionAuthenticationContext",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationContextClassReference"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -141605,33 +148081,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -141674,19 +148152,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleAssignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -141729,113 +148207,121 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApproval",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApproval"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentApprovals",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentApprovals",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApproval",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApproval"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentApprovals/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentApprovals/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApprovalStep",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApprovalStep"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApprovalStep",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApprovalStep"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStepCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleAssignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -141878,60 +148364,65 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleAssignmentSchedule.Read.Directory",
@@ -141974,19 +148465,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleAssignmentSchedules",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleAssignmentSchedule.Read.Directory",
@@ -142029,46 +148520,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleAssignmentSchedules/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleAssignmentSchedule.Read.Directory",
@@ -142111,32 +148605,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleAssignmentSchedule.Read.Directory",
@@ -142179,19 +148676,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleAssignmentScheduleInstances",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleAssignmentSchedule.Read.Directory",
@@ -142234,46 +148731,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleAssignmentSchedule.Read.Directory",
@@ -142316,74 +148816,80 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedulePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleAssignmentSchedule.Read.Directory",
@@ -142426,19 +148932,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleAssignmentScheduleRequests",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleAssignmentSchedule.Read.Directory",
@@ -142481,46 +148987,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleAssignmentSchedule.Read.Directory",
@@ -142563,88 +149072,95 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -142687,19 +149203,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleDefinitions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -142742,18 +149258,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleDefinitions/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -142796,59 +149313,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleEligibilitySchedule.Read.Directory",
@@ -142891,19 +149413,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleEligibilitySchedules",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleEligibilitySchedule.Read.Directory",
@@ -142946,32 +149468,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule"
},
{
- "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleEligibilitySchedules/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleEligibilitySchedule.Read.Directory",
@@ -143014,32 +149538,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleEligibilitySchedule.Read.Directory",
@@ -143082,19 +149609,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleEligibilityScheduleInstances",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleEligibilitySchedule.Read.Directory",
@@ -143137,32 +149664,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance"
},
{
- "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleEligibilitySchedule.Read.Directory",
@@ -143205,74 +149734,80 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedulePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleEligibilitySchedule.Read.Directory",
@@ -143315,19 +149850,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleEligibilityScheduleRequests",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleEligibilitySchedule.Read.Directory",
@@ -143370,32 +149905,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest"
},
{
- "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleEligibilitySchedule.Read.Directory",
@@ -143438,102 +149975,109 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule"
},
{
- "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/transitiveRoleAssignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -143568,32 +150112,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment"
},
{
- "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/transitiveRoleAssignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -143628,1342 +150174,1440 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseApp",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRbacApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRbacApplication"
},
{
- "Uri": "/roleManagement/enterpriseApps",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseApp",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRbacApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRbacApplication"
},
{
- "Uri": "/roleManagement/enterpriseApps/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionAuthenticationContext",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationContextClassReference"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApproval",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApproval"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApproval",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApproval"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApprovalStep",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApprovalStep"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApprovalStep",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApprovalStep"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStepCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/directoryScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/directoryScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleActivatedUsing",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceActivatedUsing",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstancePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedulePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestActivatedUsing",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstancePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedulePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/entitlementManagement",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagement",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRbacApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRbacApplication"
},
{
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace"
},
{
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace"
},
{
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction"
},
{
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction"
},
{
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionAuthenticationContext",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationContextClassReference"
},
{
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -145022,19 +151666,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/entitlementManagement/roleAssignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -145093,113 +151737,121 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApproval",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApproval"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApproval",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApproval"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApprovalStep",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApprovalStep"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApprovalStep",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApprovalStep"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStepCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/entitlementManagement/roleAssignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -145258,404 +151910,434 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -145762,19 +152444,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/entitlementManagement/roleDefinitions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -145881,18 +152563,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -145999,470 +152682,505 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment"
},
{
- "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment"
},
{
- "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
- "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/$count",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/exchange",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementExchange",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/exchange",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacApplication"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "RoleManagement.Read.Exchange",
@@ -146489,19 +153207,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCustomAppScope"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/exchange/customAppScopes",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "RoleManagement.Read.Exchange",
@@ -146528,18 +153246,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCustomAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCustomAppScope"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementExchangeCustomAppScopeCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/exchange/customAppScopes/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "RoleManagement.Read.Exchange",
@@ -146566,127 +153285,137 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaRoleManagementExchangeCustomAppScopeCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementExchangeResourceNamespace",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace"
},
{
- "Uri": "/roleManagement/exchange/resourceNamespaces",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementExchangeResourceNamespace",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/exchange/resourceNamespaces",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace"
},
{
- "Uri": "/roleManagement/exchange/resourceNamespaces/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/exchange/resourceNamespaces/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction"
},
{
- "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction"
},
{
- "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionAuthenticationContext",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationContextClassReference"
},
{
- "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "RoleManagement.Read.Exchange",
@@ -146729,19 +153458,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/exchange/roleAssignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "RoleManagement.Read.Exchange",
@@ -146784,32 +153513,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment"
},
{
- "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/exchange/roleAssignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "RoleManagement.Read.Exchange",
@@ -146852,60 +153583,65 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/directoryScope",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/directoryScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/principal",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "RoleManagement.Read.Exchange",
@@ -146964,19 +153700,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/exchange/roleDefinitions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "RoleManagement.Read.Exchange",
@@ -147035,18 +153771,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/exchange/roleDefinitions/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "RoleManagement.Read.Exchange",
@@ -147105,141 +153842,152 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.DeviceManagement.Enrollment",
- "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment"
},
{
- "Uri": "/roleManagement/exchange/transitiveRoleAssignments",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/exchange/transitiveRoleAssignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment"
},
{
- "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
- "Uri": "/roleManagement/exchange/transitiveRoleAssignments/$count",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/exchange/transitiveRoleAssignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
- "Permissions": [],
- "Module": "Beta.DeviceManagement.Enrollment",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.DeviceManagement.Enrollment",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSchemaExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-beta",
"Uri": "/schemaExtensions/{schemaExtension-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.SchemaExtensions",
"Permissions": [
{
"Name": "User.Read",
@@ -147258,19 +154006,19 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.SchemaExtensions",
- "Command": "Get-MgBetaSchemaExtension",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSchemaExtension",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphSchemaExtension"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSchemaExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-beta",
"Uri": "/schemaExtensions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.SchemaExtensions",
"Permissions": [
{
"Name": "User.Read",
@@ -147289,18 +154037,19 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.SchemaExtensions",
- "Command": "Get-MgBetaSchemaExtension",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSchemaExtension",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphSchemaExtension"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSchemaExtensionCount",
+ "ApiReferenceLink": null,
"Uri": "/schemaExtensions/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.SchemaExtensions",
"Permissions": [
{
"Name": "User.Read",
@@ -147319,18 +154068,20 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.SchemaExtensions",
- "Command": "Get-MgBetaSchemaExtensionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSearchAcronym",
+ "ApiReferenceLink": null,
"Uri": "/search/acronyms/{acronym-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "SearchConfiguration.Read.All",
@@ -147349,19 +154100,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaSearchAcronym",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSearchAcronym",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSearchAcronym"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSearchAcronym",
+ "ApiReferenceLink": null,
"Uri": "/search/acronyms",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "SearchConfiguration.Read.All",
@@ -147380,18 +154131,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaSearchAcronym",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSearchAcronym",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSearchAcronym"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSearchAcronymCount",
+ "ApiReferenceLink": null,
"Uri": "/search/acronyms/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "SearchConfiguration.Read.All",
@@ -147410,18 +154162,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaSearchAcronymCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSearchBookmark",
+ "ApiReferenceLink": null,
"Uri": "/search/bookmarks/{bookmark-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "SearchConfiguration.Read.All",
@@ -147440,19 +154194,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaSearchBookmark",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSearchBookmark",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSearchBookmark"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSearchBookmark",
+ "ApiReferenceLink": null,
"Uri": "/search/bookmarks",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "SearchConfiguration.Read.All",
@@ -147471,18 +154225,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaSearchBookmark",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSearchBookmark",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSearchBookmark"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSearchBookmarkCount",
+ "ApiReferenceLink": null,
"Uri": "/search/bookmarks/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "SearchConfiguration.Read.All",
@@ -147501,31 +154256,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaSearchBookmarkCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/search",
- "Permissions": [],
- "Module": "Beta.Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSearchEntity",
+ "ApiReferenceLink": null,
+ "Uri": "/search",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSearchEntity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSearchEntity"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSearchQna",
+ "ApiReferenceLink": null,
"Uri": "/search/qnas/{qna-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "SearchConfiguration.Read.All",
@@ -147544,19 +154302,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaSearchQna",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSearchQna",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSearchQna"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSearchQna",
+ "ApiReferenceLink": null,
"Uri": "/search/qnas",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "SearchConfiguration.Read.All",
@@ -147575,18 +154333,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaSearchQna",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSearchQna",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSearchQna"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSearchQnaCount",
+ "ApiReferenceLink": null,
"Uri": "/search/qnas/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Search",
"Permissions": [
{
"Name": "SearchConfiguration.Read.All",
@@ -147605,18 +154364,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Search",
- "Command": "Get-MgBetaSearchQnaCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityAction",
+ "ApiReferenceLink": null,
"Uri": "/security/securityActions/{securityAction-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "SecurityActions.Read.All",
@@ -147635,19 +154396,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityAction",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityAction",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityAction"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityAction",
+ "ApiReferenceLink": null,
"Uri": "/security/securityActions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "SecurityActions.Read.All",
@@ -147666,18 +154427,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityAction",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityAction",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityAction"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityActionCount",
+ "ApiReferenceLink": null,
"Uri": "/security/securityActions/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "SecurityActions.Read.All",
@@ -147696,18 +154458,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityActionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityAlert",
+ "ApiReferenceLink": null,
"Uri": "/security/alerts/{alert-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "SecurityEvents.Read.All",
@@ -147726,19 +154490,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityAlert",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAlert",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAlert"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityAlert",
+ "ApiReferenceLink": null,
"Uri": "/security/alerts",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "SecurityEvents.Read.All",
@@ -147757,18 +154521,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityAlert",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAlert",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAlert"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityAlertCount",
+ "ApiReferenceLink": null,
"Uri": "/security/alerts/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "SecurityEvents.Read.All",
@@ -147787,18 +154552,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityAlertCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityAlertV2",
+ "ApiReferenceLink": null,
"Uri": "/security/alerts_v2/{alert-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "SecurityAlert.Read.All",
@@ -147817,19 +154584,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityAlertV2",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityAlert",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityAlert"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityAlertV2",
+ "ApiReferenceLink": null,
"Uri": "/security/alerts_v2",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "SecurityAlert.Read.All",
@@ -147848,18 +154615,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityAlertV2",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityAlert",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityAlert"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityAlertV2Count",
+ "ApiReferenceLink": null,
"Uri": "/security/alerts_v2/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get1"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "SecurityAlert.Read.All",
@@ -147878,562 +154646,604 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityAlertV2Count",
- "Variants": [
- "Get1"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/security/attackSimulation",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulation",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttackSimulationRoot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttackSimulationRoot"
},
{
- "Uri": "/security/attackSimulation/simulations",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulation",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/simulations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSimulation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSimulation"
},
{
- "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationAutomation",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSimulationAutomation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSimulationAutomation"
},
{
- "Uri": "/security/attackSimulation/simulationAutomations",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationAutomation",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/simulationAutomations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSimulationAutomation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSimulationAutomation"
},
{
- "Uri": "/security/attackSimulation/simulationAutomations/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationAutomationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/simulationAutomations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationAutomationRun",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSimulationAutomationRun",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSimulationAutomationRun"
},
{
- "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationAutomationRun",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSimulationAutomationRun",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSimulationAutomationRun"
},
{
- "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationAutomationRunCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/security/attackSimulation/simulations/$count",
- "Permissions": [],
"Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/simulations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEndUserNotification",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndUserNotification"
},
{
- "Uri": "/security/attackSimulation/endUserNotifications",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/endUserNotifications",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEndUserNotification",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndUserNotification"
},
{
- "Uri": "/security/attackSimulation/endUserNotifications/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/endUserNotifications/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEndUserNotificationDetail",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndUserNotificationDetail"
},
{
- "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEndUserNotificationDetail",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndUserNotificationDetail"
},
{
- "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetailCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/attackSimulation/landingPages/{landingPage-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationLandingPage",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/landingPages/{landingPage-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphLandingPage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphLandingPage"
},
{
- "Uri": "/security/attackSimulation/landingPages",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationLandingPage",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/landingPages",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphLandingPage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphLandingPage"
},
{
- "Uri": "/security/attackSimulation/landingPages/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationLandingPageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/landingPages/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphLandingPageDetail",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphLandingPageDetail"
},
{
- "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphLandingPageDetail",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphLandingPageDetail"
},
{
- "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetailCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/attackSimulation/loginPages/{loginPage-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationLoginPage",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/loginPages/{loginPage-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphLoginPage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphLoginPage"
},
{
- "Uri": "/security/attackSimulation/loginPages",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationLoginPage",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/loginPages",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphLoginPage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphLoginPage"
},
{
- "Uri": "/security/attackSimulation/loginPages/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationLoginPageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/loginPages/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttackSimulationOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttackSimulationOperation"
},
{
- "Uri": "/security/attackSimulation/operations",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/operations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttackSimulationOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttackSimulationOperation"
},
{
- "Uri": "/security/attackSimulation/operations/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/operations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/attackSimulation/payloads/{payload-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationPayload",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/payloads/{payload-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPayload",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPayload"
},
{
- "Uri": "/security/attackSimulation/payloads",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationPayload",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/payloads",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPayload",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPayload"
},
{
- "Uri": "/security/attackSimulation/payloads/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationPayloadCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/payloads/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/attackSimulation/trainings/{training-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationTraining",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/trainings/{training-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTraining",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTraining"
},
{
- "Uri": "/security/attackSimulation/trainings",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationTraining",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/trainings",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTraining",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTraining"
},
{
- "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTrainingCampaign",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTrainingCampaign"
},
{
- "Uri": "/security/attackSimulation/trainingCampaigns",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/trainingCampaigns",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTrainingCampaign",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTrainingCampaign"
},
{
- "Uri": "/security/attackSimulation/trainingCampaigns/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaignCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/trainingCampaigns/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/attackSimulation/trainings/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationTrainingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/trainings/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTrainingLanguageDetail",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTrainingLanguageDetail"
},
{
- "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTrainingLanguageDetail",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTrainingLanguageDetail"
},
{
- "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetailCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/auditLog",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAuditLog",
+ "ApiReferenceLink": null,
+ "Uri": "/security/auditLog",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityAuditLogQuery",
+ "ApiReferenceLink": null,
"Uri": "/security/auditLog/queries/{auditLogQuery-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "AuditLogsQuery-Entra.Read.All",
@@ -148492,19 +155302,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityAuditLogQuery",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityAuditLogQuery",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityAuditLogQuery"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityAuditLogQuery",
+ "ApiReferenceLink": null,
"Uri": "/security/auditLog/queries",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "AuditLogsQuery-Entra.Read.All",
@@ -148563,18 +155373,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityAuditLogQuery",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityAuditLogQuery",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityAuditLogQuery"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityAuditLogQueryCount",
+ "ApiReferenceLink": null,
"Uri": "/security/auditLog/queries/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "AuditLogsQuery-Entra.Read.All",
@@ -148633,32 +155444,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityAuditLogQueryCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityAuditLogQueryRecord",
+ "ApiReferenceLink": null,
+ "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityAuditLogRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityAuditLogRecord"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityAuditLogQueryRecord",
+ "ApiReferenceLink": null,
"Uri": "/security/auditLog/queries/{auditLogQuery-id}/records",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "AuditLogsQuery-Entra.Read.All",
@@ -148717,18 +155530,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityAuditLogQueryRecord",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityAuditLogRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityAuditLogRecord"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityAuditLogQueryRecordCount",
+ "ApiReferenceLink": null,
"Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "AuditLogsQuery-Entra.Read.All",
@@ -148787,32 +155602,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityAuditLogQueryRecordCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/security/cases",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCase",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityCasesRoot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityCasesRoot"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCase",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -148831,19 +155648,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCase",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCase",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -148862,18 +155679,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCase",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCount",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -148892,18 +155710,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -148922,19 +155742,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -148953,18 +155773,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianCount",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -148983,19 +155805,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianLastIndexOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation",
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -149014,33 +155837,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianLastIndexOperation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecuritySiteSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecuritySiteSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -149059,18 +155883,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecuritySiteSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecuritySiteSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceCount",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -149089,47 +155915,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceSite",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -149148,18 +155976,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -149178,74 +156008,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityUserSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityUserSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -149264,18 +156098,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityUserSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityUserSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSourceCount",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -149294,19 +156130,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSourceCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}",
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -149325,19 +156162,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -149356,18 +156193,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldCount",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -149386,88 +156225,93 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecuritySiteSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecuritySiteSource"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecuritySiteSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecuritySiteSource"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}/site",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceSite",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}/site",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityUserSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityUserSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -149486,18 +156330,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityUserSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityUserSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSourceCount",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -149516,19 +156362,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSourceCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}",
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -149547,74 +156394,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityCaseOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityCaseOperation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -149633,18 +156484,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityCaseOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityCaseOperation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperationCount",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -149663,19 +156516,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperationCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}",
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -149694,19 +156548,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -149725,18 +156579,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetCount",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -149755,19 +156611,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}",
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -149786,19 +156643,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -149817,32 +156674,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCount",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -149861,19 +156721,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCustodian",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/custodian",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/custodian",
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -149892,33 +156753,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCustodian",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/{ediscoveryReviewTag-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -149933,50 +156796,53 @@
"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
- }
- ],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag",
- "Variants": [
- "Get",
- "GetViaIdentity"
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ }
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTagCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -149995,19 +156861,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -150026,18 +156892,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryCount",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -150056,19 +156924,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}",
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -150087,19 +156956,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -150118,73 +156987,79 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityDataSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityDataSource"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityDataSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityDataSource"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCount",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -150203,60 +157078,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityDataSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityDataSource"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityDataSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityDataSource"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -150275,60 +157154,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSetting",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -150347,19 +157230,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSetting",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}",
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -150378,19 +157262,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -150409,59 +157293,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTagCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagCount",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -150480,86 +157369,92 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagParent",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag"
},
{
- "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCloudAppSecurityProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudAppSecurityProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudAppSecurityProfile"
},
{
- "Uri": "/security/cloudAppSecurityProfiles",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCloudAppSecurityProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cloudAppSecurityProfiles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudAppSecurityProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudAppSecurityProfile"
},
{
- "Uri": "/security/cloudAppSecurityProfiles/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCloudAppSecurityProfileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cloudAppSecurityProfiles/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/collaboration",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityCollaboration",
+ "ApiReferenceLink": null,
+ "Uri": "/security/collaboration",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityCollaborationRoot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityCollaborationRoot"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail",
+ "ApiReferenceLink": null,
"Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "SecurityAnalyzedMessage.Read.All",
@@ -150578,19 +157473,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail",
+ "ApiReferenceLink": null,
"Uri": "/security/collaboration/analyzedEmails",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "SecurityAnalyzedMessage.Read.All",
@@ -150609,18 +157504,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmailCount",
+ "ApiReferenceLink": null,
"Uri": "/security/collaboration/analyzedEmails/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "SecurityAnalyzedMessage.Read.All",
@@ -150639,191 +157535,206 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmailCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityDomainSecurityProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDomainSecurityProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDomainSecurityProfile"
},
{
- "Uri": "/security/domainSecurityProfiles",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityDomainSecurityProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/security/domainSecurityProfiles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDomainSecurityProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDomainSecurityProfile"
},
{
- "Uri": "/security/domainSecurityProfiles/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityDomainSecurityProfileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/domainSecurityProfiles/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityFileSecurityProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphFileSecurityProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphFileSecurityProfile"
},
{
- "Uri": "/security/fileSecurityProfiles",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityFileSecurityProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/security/fileSecurityProfiles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphFileSecurityProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphFileSecurityProfile"
},
{
- "Uri": "/security/fileSecurityProfiles/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityFileSecurityProfileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/fileSecurityProfiles/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityHostSecurityProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphHostSecurityProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphHostSecurityProfile"
},
{
- "Uri": "/security/hostSecurityProfiles",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityHostSecurityProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/security/hostSecurityProfiles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphHostSecurityProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphHostSecurityProfile"
},
{
- "Uri": "/security/hostSecurityProfiles/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityHostSecurityProfileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/hostSecurityProfiles/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/identities",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityIdentity",
+ "ApiReferenceLink": null,
+ "Uri": "/security/identities",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityIdentityContainer",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityIdentityContainer"
},
{
- "Uri": "/security/identities/healthIssues/{healthIssue-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityIdentityHealthIssue",
+ "ApiReferenceLink": null,
+ "Uri": "/security/identities/healthIssues/{healthIssue-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHealthIssue",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHealthIssue"
},
{
- "Uri": "/security/identities/healthIssues",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityIdentityHealthIssue",
+ "ApiReferenceLink": null,
+ "Uri": "/security/identities/healthIssues",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHealthIssue",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHealthIssue"
},
{
- "Uri": "/security/identities/healthIssues/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityIdentityHealthIssueCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/identities/healthIssues/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityIncident",
+ "ApiReferenceLink": null,
"Uri": "/security/incidents/{incident-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "SecurityIncident.Read.All",
@@ -150842,19 +157753,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityIncident",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityIncident",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityIncident"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityIncident",
+ "ApiReferenceLink": null,
"Uri": "/security/incidents",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "SecurityIncident.Read.All",
@@ -150873,73 +157784,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityIncident",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityIncident",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityIncident"
},
{
- "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityIncidentAlert",
+ "ApiReferenceLink": null,
+ "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityAlert",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityAlert"
},
{
- "Uri": "/security/incidents/{incident-id}/alerts",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityIncidentAlert",
+ "ApiReferenceLink": null,
+ "Uri": "/security/incidents/{incident-id}/alerts",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityAlert",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityAlert"
},
{
- "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityIncidentAlertCommentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/incidents/{incident-id}/alerts/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityIncidentAlertCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/incidents/{incident-id}/alerts/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityIncidentCount",
+ "ApiReferenceLink": null,
"Uri": "/security/incidents/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "SecurityIncident.Read.All",
@@ -150958,31 +157874,33 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityIncidentCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/security/informationProtection",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityInformationProtection",
+ "ApiReferenceLink": null,
+ "Uri": "/security/informationProtection",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityInformationProtection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityInformationProtection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityInformationProtectionLabelPolicySetting",
+ "ApiReferenceLink": null,
"Uri": "/security/informationProtection/labelPolicySettings",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "InformationProtectionPolicy.Read",
@@ -151001,18 +157919,20 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityInformationProtectionLabelPolicySetting",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel",
+ "ApiReferenceLink": null,
"Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "InformationProtectionPolicy.Read",
@@ -151031,19 +157951,19 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecuritySensitivityLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecuritySensitivityLabel"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel",
+ "ApiReferenceLink": null,
"Uri": "/security/informationProtection/sensitivityLabels",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "InformationProtectionPolicy.Read",
@@ -151062,18 +157982,19 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecuritySensitivityLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecuritySensitivityLabel"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelCount",
+ "ApiReferenceLink": null,
"Uri": "/security/informationProtection/sensitivityLabels/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "InformationProtectionPolicy.Read",
@@ -151092,340 +158013,366 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelParent",
+ "ApiReferenceLink": null,
+ "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecuritySensitivityLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecuritySensitivityLabel"
},
{
- "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityIPSecurityProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIPSecurityProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIPSecurityProfile"
},
{
- "Uri": "/security/ipSecurityProfiles",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityIPSecurityProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/security/ipSecurityProfiles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphIPSecurityProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIPSecurityProfile"
},
{
- "Uri": "/security/ipSecurityProfiles/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityIPSecurityProfileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/ipSecurityProfiles/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/labels",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabel",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityLabelsRoot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityLabelsRoot"
},
{
- "Uri": "/security/labels/authorities/{authorityTemplate-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelAuthority",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/authorities/{authorityTemplate-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate"
},
{
- "Uri": "/security/labels/authorities",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelAuthority",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/authorities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate"
},
{
- "Uri": "/security/labels/authorities/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelAuthorityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/authorities/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/labels/categories/{categoryTemplate-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/categories/{categoryTemplate-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityCategoryTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityCategoryTemplate"
},
{
- "Uri": "/security/labels/categories",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/categories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityCategoryTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityCategoryTemplate"
},
{
- "Uri": "/security/labels/categories/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/categories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelCategorySubcategory",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate"
},
{
- "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelCategorySubcategory",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate"
},
{
- "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelCategorySubcategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/labels/citations/{citationTemplate-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelCitation",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/citations/{citationTemplate-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityCitationTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityCitationTemplate"
},
{
- "Uri": "/security/labels/citations",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelCitation",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/citations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityCitationTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityCitationTemplate"
},
{
- "Uri": "/security/labels/citations/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelCitationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/citations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/labels/departments/{departmentTemplate-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelDepartment",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/departments/{departmentTemplate-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate"
},
{
- "Uri": "/security/labels/departments",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelDepartment",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/departments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate"
},
{
- "Uri": "/security/labels/departments/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelDepartmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/departments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelFilePlanReference",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate"
},
{
- "Uri": "/security/labels/filePlanReferences",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelFilePlanReference",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/filePlanReferences",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate"
},
{
- "Uri": "/security/labels/filePlanReferences/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelFilePlanReferenceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/filePlanReferences/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelRetentionEventType",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityRetentionEventType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityRetentionEventType"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityLabelRetentionLabel",
+ "ApiReferenceLink": null,
"Uri": "/security/labels/retentionLabels/{retentionLabel-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "RecordsManagement.Read.All",
@@ -151444,19 +158391,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityLabelRetentionLabel",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityRetentionLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityRetentionLabel"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityLabelRetentionLabel",
+ "ApiReferenceLink": null,
"Uri": "/security/labels/retentionLabels",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "RecordsManagement.Read.All",
@@ -151475,18 +158422,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityLabelRetentionLabel",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityRetentionLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityRetentionLabel"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityLabelRetentionLabelCount",
+ "ApiReferenceLink": null,
"Uri": "/security/labels/retentionLabels/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "RecordsManagement.Read.All",
@@ -151505,196 +158453,211 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityLabelRetentionLabelCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptor",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor"
},
{
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorAuthorityTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate"
},
{
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCategoryTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityCategoryTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityCategoryTemplate"
},
{
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCitationTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityCitationTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityCitationTemplate"
},
{
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorDepartmentTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate"
},
{
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate"
},
{
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage"
},
{
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage"
},
{
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityProviderTenantSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphProviderTenantSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphProviderTenantSetting"
},
{
- "Uri": "/security/providerTenantSettings",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityProviderTenantSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/security/providerTenantSettings",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphProviderTenantSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphProviderTenantSetting"
},
{
- "Uri": "/security/providerTenantSettings/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityProviderTenantSettingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/providerTenantSettings/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/rules",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityRule",
+ "ApiReferenceLink": null,
+ "Uri": "/security/rules",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityRulesRoot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityRulesRoot"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityRuleDetectionRule",
+ "ApiReferenceLink": null,
"Uri": "/security/rules/detectionRules/{detectionRule-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "CustomDetection.Read.All",
@@ -151713,19 +158676,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityRuleDetectionRule",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityDetectionRule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityDetectionRule"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityRuleDetectionRule",
+ "ApiReferenceLink": null,
"Uri": "/security/rules/detectionRules",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "CustomDetection.Read.All",
@@ -151744,18 +158707,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityRuleDetectionRule",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityDetectionRule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityDetectionRule"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityRuleDetectionRuleCount",
+ "ApiReferenceLink": null,
"Uri": "/security/rules/detectionRules/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "CustomDetection.Read.All",
@@ -151774,18 +158738,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityRuleDetectionRuleCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecuritySecureScore",
+ "ApiReferenceLink": null,
"Uri": "/security/secureScores/{secureScore-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "SecurityEvents.Read.All",
@@ -151804,19 +158770,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecuritySecureScore",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecureScore",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecureScore"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecuritySecureScore",
+ "ApiReferenceLink": null,
"Uri": "/security/secureScores",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "SecurityEvents.Read.All",
@@ -151835,18 +158801,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecuritySecureScore",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecureScore",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecureScore"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecuritySecureScoreControlProfile",
+ "ApiReferenceLink": null,
"Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "SecurityEvents.Read.All",
@@ -151865,19 +158833,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecuritySecureScoreControlProfile",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecureScoreControlProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecureScoreControlProfile"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecuritySecureScoreControlProfile",
+ "ApiReferenceLink": null,
"Uri": "/security/secureScoreControlProfiles",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "SecurityEvents.Read.All",
@@ -151896,18 +158864,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecuritySecureScoreControlProfile",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecureScoreControlProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecureScoreControlProfile"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecuritySecureScoreControlProfileCount",
+ "ApiReferenceLink": null,
"Uri": "/security/secureScoreControlProfiles/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "SecurityEvents.Read.All",
@@ -151926,18 +158895,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecuritySecureScoreControlProfileCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecuritySecureScoreCount",
+ "ApiReferenceLink": null,
"Uri": "/security/secureScores/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "SecurityEvents.Read.All",
@@ -151956,18 +158926,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecuritySecureScoreCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecuritySubjectRightsRequest",
+ "ApiReferenceLink": null,
"Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "SubjectRightsRequest.Read.All",
@@ -151986,19 +158958,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecuritySubjectRightsRequest",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubjectRightsRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSubjectRightsRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecuritySubjectRightsRequest",
+ "ApiReferenceLink": null,
"Uri": "/security/subjectRightsRequests",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "SubjectRightsRequest.Read.All",
@@ -152017,182 +158989,195 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecuritySubjectRightsRequest",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubjectRightsRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSubjectRightsRequest"
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecuritySubjectRightsRequestApprover",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecuritySubjectRightsRequestApprover",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecuritySubjectRightsRequestApproverCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecuritySubjectRightsRequestCount",
+ "ApiReferenceLink": null,
"Uri": "/security/subjectRightsRequests/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "SubjectRightsRequest.Read.All",
@@ -152211,18 +159196,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecuritySubjectRightsRequestCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-beta",
"Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "SubjectRightsRequest.Read.All",
@@ -152241,47 +159228,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalAttachment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-beta"
+ "OutputType": null
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecuritySubjectRightsRequestFinalReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-beta",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-beta"
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecuritySubjectRightsRequestNote",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthoredNote",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthoredNote"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecuritySubjectRightsRequestNote",
+ "ApiReferenceLink": null,
"Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "SubjectRightsRequest.Read.All",
@@ -152300,18 +159289,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecuritySubjectRightsRequestNote",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthoredNote",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAuthoredNote"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecuritySubjectRightsRequestNoteCount",
+ "ApiReferenceLink": null,
"Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "SubjectRightsRequest.Read.All",
@@ -152330,630 +159321,666 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecuritySubjectRightsRequestNoteCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecuritySubjectRightsRequestTeam",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeam",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeam"
},
{
- "Uri": "/security/threatIntelligence",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligence",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityThreatIntelligence",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityThreatIntelligence"
},
{
- "Uri": "/security/threatIntelligence/articles/{article-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceArticle",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/articles/{article-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityArticle",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityArticle"
},
{
- "Uri": "/security/threatIntelligence/articles",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceArticle",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/articles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityArticle",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityArticle"
},
{
- "Uri": "/security/threatIntelligence/articles/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceArticleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/articles/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityArticleIndicator",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityArticleIndicator"
},
{
- "Uri": "/security/threatIntelligence/articleIndicators",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/articleIndicators",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityArticleIndicator",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityArticleIndicator"
},
{
- "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorArtifact",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/articleIndicators/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/articleIndicators/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/hosts/{host-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHost",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hosts/{host-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHost"
},
{
- "Uri": "/security/threatIntelligence/hosts",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHost",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hosts",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHost"
},
{
- "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHostPair",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHostPair"
},
{
- "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHostPair",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHostPair"
},
{
- "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPairCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHostComponent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHostComponent"
},
{
- "Uri": "/security/threatIntelligence/hostComponents",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hostComponents",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHostComponent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHostComponent"
},
{
- "Uri": "/security/threatIntelligence/hostComponents/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hostComponents/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentHost",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHost"
},
{
- "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHostCookie",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHostCookie"
},
{
- "Uri": "/security/threatIntelligence/hostCookies",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hostCookies",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHostCookie",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHostCookie"
},
{
- "Uri": "/security/threatIntelligence/hostCookies/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hostCookies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieHost",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHost"
},
{
- "Uri": "/security/threatIntelligence/hosts/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hosts/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostPair",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHostPair",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHostPair"
},
{
- "Uri": "/security/threatIntelligence/hostPairs",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostPair",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hostPairs",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHostPair",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHostPair"
},
{
- "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostPairChildHost",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHost"
},
{
- "Uri": "/security/threatIntelligence/hostPairs/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostPairCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hostPairs/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostPairParentHost",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHost"
},
{
- "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHostPair",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHostPair"
},
{
- "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHostPair",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHostPair"
},
{
- "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPairCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord"
},
{
- "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord"
},
{
- "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord"
},
{
- "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord"
},
{
- "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverseCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostPort",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHostPort",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHostPort"
},
{
- "Uri": "/security/threatIntelligence/hostPorts",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostPort",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hostPorts",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHostPort",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHostPort"
},
{
- "Uri": "/security/threatIntelligence/hostPorts/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostPortCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hostPorts/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/host",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostPortHost",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/host",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHost"
},
{
- "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostPortMostRecentSslCertificate",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecuritySslCertificate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecuritySslCertificate"
},
{
- "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostReputation",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHostReputation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHostReputation"
},
{
- "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
@@ -152962,792 +159989,858 @@
"GetViaIdentity1",
"GetViaIdentity2"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHostSslCertificate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHostSslCertificate"
},
{
- "Uri": "/security/threatIntelligence/hostSslCertificates",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hostSslCertificates",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHostSslCertificate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHostSslCertificate"
},
{
- "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateHost",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHost"
},
{
- "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecuritySubdomain",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecuritySubdomain"
},
{
- "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecuritySubdomain",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecuritySubdomain"
},
{
- "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomainCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHostTracker",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHostTracker"
},
{
- "Uri": "/security/threatIntelligence/hostTrackers",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hostTrackers",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHostTracker",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHostTracker"
},
{
- "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerHost",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHost"
},
{
- "Uri": "/security/threatIntelligence/hosts/{host-id}/whois",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceHostWhoi",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/whois",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityWhoisRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityWhoisRecord"
},
{
- "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile"
},
{
- "Uri": "/security/threatIntelligence/intelProfiles",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/intelProfiles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile"
},
{
- "Uri": "/security/threatIntelligence/intelProfiles/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/intelProfiles/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator"
},
{
- "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator"
},
{
- "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicatorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord"
},
{
- "Uri": "/security/threatIntelligence/passiveDnsRecords",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/passiveDnsRecords",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord"
},
{
- "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordArtifact",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/passiveDnsRecords/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/passiveDnsRecords/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordParentHost",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHost"
},
{
- "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator"
},
{
- "Uri": "/security/threatIntelligence/intelligenceProfileIndicators",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/intelligenceProfileIndicators",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator"
},
{
- "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorArtifact",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecuritySslCertificate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecuritySslCertificate"
},
{
- "Uri": "/security/threatIntelligence/sslCertificates",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/sslCertificates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecuritySslCertificate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecuritySslCertificate"
},
{
- "Uri": "/security/threatIntelligence/sslCertificates/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/sslCertificates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHost"
},
{
- "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHost"
},
{
- "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHostCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecuritySubdomain",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecuritySubdomain"
},
{
- "Uri": "/security/threatIntelligence/subdomains",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/subdomains",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecuritySubdomain",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecuritySubdomain"
},
{
- "Uri": "/security/threatIntelligence/subdomains/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/subdomains/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}/host",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainHost",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}/host",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHost"
},
{
- "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityVulnerability",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityVulnerability"
},
{
- "Uri": "/security/threatIntelligence/vulnerabilities",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/vulnerabilities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityVulnerability",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityVulnerability"
},
{
- "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityArticle",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityArticle"
},
{
- "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityArticle",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityArticle"
},
{
- "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent"
},
{
- "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent"
},
{
- "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/vulnerabilities/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/vulnerabilities/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord"
},
{
- "Uri": "/security/threatIntelligence/whoisHistoryRecords",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/whoisHistoryRecords",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord"
},
{
- "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordHost",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHost"
},
{
- "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityWhoisRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityWhoisRecord"
},
{
- "Uri": "/security/threatIntelligence/whoisRecords",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/whoisRecords",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityWhoisRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityWhoisRecord"
},
{
- "Uri": "/security/threatIntelligence/whoisRecords/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/whoisRecords/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord"
},
{
- "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord"
},
{
- "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHost",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHost"
},
{
- "Uri": "/security/threatSubmission",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityThreatSubmission",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatSubmission",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat",
+ "ApiReferenceLink": null,
"Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "ThreatSubmission.Read",
@@ -153782,19 +160875,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat",
+ "ApiReferenceLink": null,
"Uri": "/security/threatSubmission/emailThreats",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "ThreatSubmission.Read",
@@ -153829,18 +160922,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatCount",
+ "ApiReferenceLink": null,
"Uri": "/security/threatSubmission/emailThreats/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "ThreatSubmission.Read",
@@ -153875,18 +160969,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy",
+ "ApiReferenceLink": null,
"Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "ThreatSubmission.Read",
@@ -153929,19 +161025,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy",
+ "ApiReferenceLink": null,
"Uri": "/security/threatSubmission/emailThreatSubmissionPolicies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "ThreatSubmission.Read",
@@ -153984,18 +161080,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "ThreatSubmission.Read",
@@ -154038,18 +161135,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat",
+ "ApiReferenceLink": null,
"Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "ThreatSubmission.Read",
@@ -154084,19 +161183,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat",
+ "ApiReferenceLink": null,
"Uri": "/security/threatSubmission/fileThreats",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "ThreatSubmission.Read",
@@ -154131,18 +161230,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityThreatSubmissionFileThreatCount",
+ "ApiReferenceLink": null,
"Uri": "/security/threatSubmission/fileThreats/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "ThreatSubmission.Read",
@@ -154177,18 +161277,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityThreatSubmissionFileThreatCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat",
+ "ApiReferenceLink": null,
"Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "ThreatSubmission.Read",
@@ -154223,19 +161325,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat",
+ "ApiReferenceLink": null,
"Uri": "/security/threatSubmission/urlThreats",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "ThreatSubmission.Read",
@@ -154270,18 +161372,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreatCount",
+ "ApiReferenceLink": null,
"Uri": "/security/threatSubmission/urlThreats/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "ThreatSubmission.Read",
@@ -154316,71 +161419,77 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreatCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/security/tiIndicators/{tiIndicator-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityTiIndicator",
+ "ApiReferenceLink": null,
+ "Uri": "/security/tiIndicators/{tiIndicator-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTiIndicator",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTiIndicator"
},
{
- "Uri": "/security/tiIndicators",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityTiIndicator",
+ "ApiReferenceLink": null,
+ "Uri": "/security/tiIndicators",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTiIndicator",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTiIndicator"
},
{
- "Uri": "/security/tiIndicators/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityTiIndicatorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/tiIndicators/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/triggers",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityTrigger",
+ "ApiReferenceLink": null,
+ "Uri": "/security/triggers",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityTriggersRoot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityTriggersRoot"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityTriggerRetentionEvent",
+ "ApiReferenceLink": null,
"Uri": "/security/triggers/retentionEvents/{retentionEvent-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "RecordsManagement.Read.All",
@@ -154399,19 +161508,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityTriggerRetentionEvent",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityRetentionEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityRetentionEvent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityTriggerRetentionEvent",
+ "ApiReferenceLink": null,
"Uri": "/security/triggers/retentionEvents",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "RecordsManagement.Read.All",
@@ -154430,18 +161539,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityTriggerRetentionEvent",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityRetentionEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityRetentionEvent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityTriggerRetentionEventCount",
+ "ApiReferenceLink": null,
"Uri": "/security/triggers/retentionEvents/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "RecordsManagement.Read.All",
@@ -154460,18 +161570,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityTriggerRetentionEventCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityTriggerRetentionEventType",
+ "ApiReferenceLink": null,
"Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "RecordsManagement.Read.All",
@@ -154490,32 +161602,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityTriggerRetentionEventType",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityRetentionEventType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityRetentionEventType"
},
{
- "Uri": "/security/triggerTypes",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityTriggerType",
+ "ApiReferenceLink": null,
+ "Uri": "/security/triggerTypes",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType",
+ "ApiReferenceLink": null,
"Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "RecordsManagement.Read.All",
@@ -154534,19 +161648,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityRetentionEventType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityRetentionEventType"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType",
+ "ApiReferenceLink": null,
"Uri": "/security/triggerTypes/retentionEventTypes",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "RecordsManagement.Read.All",
@@ -154565,18 +161679,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityRetentionEventType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityRetentionEventType"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventTypeCount",
+ "ApiReferenceLink": null,
"Uri": "/security/triggerTypes/retentionEventTypes/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "RecordsManagement.Read.All",
@@ -154595,343 +161710,310 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventTypeCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityUserSecurityProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserSecurityProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserSecurityProfile"
},
{
- "Uri": "/security/userSecurityProfiles",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityUserSecurityProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/security/userSecurityProfiles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserSecurityProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserSecurityProfile"
},
{
- "Uri": "/security/userSecurityProfiles/$count",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSecurityUserSecurityProfileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/userSecurityProfiles/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}",
- "Permissions": [],
- "Module": "Beta.Devices.ServiceAnnouncement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServiceAnnouncementHealthOverview",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceHealth",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.ServiceAnnouncement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceHealth"
},
{
- "Uri": "/admin/serviceAnnouncement/healthOverviews",
- "Permissions": [],
- "Module": "Beta.Devices.ServiceAnnouncement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServiceAnnouncementHealthOverview",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/serviceAnnouncement/healthOverviews",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceHealth",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.ServiceAnnouncement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceHealth"
},
{
- "Uri": "/admin/serviceAnnouncement/healthOverviews/$count",
- "Permissions": [],
- "Module": "Beta.Devices.ServiceAnnouncement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServiceAnnouncementHealthOverviewCount",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/serviceAnnouncement/healthOverviews/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.ServiceAnnouncement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}",
- "Permissions": [],
- "Module": "Beta.Devices.ServiceAnnouncement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceHealthIssue",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.ServiceAnnouncement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceHealthIssue"
},
{
- "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues",
- "Permissions": [],
- "Module": "Beta.Devices.ServiceAnnouncement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceHealthIssue",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.ServiceAnnouncement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceHealthIssue"
},
{
- "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count",
- "Permissions": [],
- "Module": "Beta.Devices.ServiceAnnouncement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssueCount",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.ServiceAnnouncement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}",
- "Permissions": [],
- "Module": "Beta.Devices.ServiceAnnouncement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServiceAnnouncementIssue",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceHealthIssue",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.ServiceAnnouncement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceHealthIssue"
},
{
- "Uri": "/admin/serviceAnnouncement/issues",
- "Permissions": [],
- "Module": "Beta.Devices.ServiceAnnouncement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServiceAnnouncementIssue",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/serviceAnnouncement/issues",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceHealthIssue",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.ServiceAnnouncement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceHealthIssue"
},
{
- "Uri": "/admin/serviceAnnouncement/issues/$count",
- "Permissions": [],
- "Module": "Beta.Devices.ServiceAnnouncement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServiceAnnouncementIssueCount",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/serviceAnnouncement/issues/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.ServiceAnnouncement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}",
- "Permissions": [],
- "Module": "Beta.Devices.ServiceAnnouncement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServiceAnnouncementMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceUpdateMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.ServiceAnnouncement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceUpdateMessage"
},
{
- "Uri": "/admin/serviceAnnouncement/messages",
- "Permissions": [],
- "Module": "Beta.Devices.ServiceAnnouncement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServiceAnnouncementMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/serviceAnnouncement/messages",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceUpdateMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.ServiceAnnouncement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceUpdateMessage"
},
{
- "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}",
- "Permissions": [],
- "Module": "Beta.Devices.ServiceAnnouncement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServiceAnnouncementMessageAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.ServiceAnnouncement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment"
},
{
- "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments",
- "Permissions": [],
- "Module": "Beta.Devices.ServiceAnnouncement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServiceAnnouncementMessageAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.ServiceAnnouncement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment"
},
{
- "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive",
- "Permissions": [],
- "Module": "Beta.Devices.ServiceAnnouncement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServiceAnnouncementMessageAttachmentArchive",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.ServiceAnnouncement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content",
- "Permissions": [],
- "Module": "Beta.Devices.ServiceAnnouncement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServiceAnnouncementMessageAttachmentContent",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.ServiceAnnouncement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count",
- "Permissions": [],
- "Module": "Beta.Devices.ServiceAnnouncement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServiceAnnouncementMessageAttachmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.ServiceAnnouncement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/serviceAnnouncement/messages/$count",
- "Permissions": [],
- "Module": "Beta.Devices.ServiceAnnouncement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServiceAnnouncementMessageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/serviceAnnouncement/messages/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.ServiceAnnouncement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}",
- "Permissions": [
- {
- "Name": "Application.Read.All",
- "Description": "Read all applications",
- "FullDescription": "Allows the app to read all applications and service principals without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Directory.ReadWrite.All",
- "Description": "Read and write directory data",
- "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Directory.Read.All",
- "Description": "Read directory data",
- "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Application.ReadWrite.OwnedBy",
- "Description": "Manage apps that this app creates or owns",
- "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user. Â It cannot update any apps that it is not an owner of.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Application.ReadWrite.All",
- "Description": "Read and write all applications",
- "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipal",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta"
- },
- {
- "Uri": "/servicePrincipals",
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -154944,9 +162026,9 @@
{
"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",
+ "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
},
{
@@ -154974,73 +162056,133 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
+ "OutputType": "IMicrosoftGraphServicePrincipal"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipal",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-beta",
+ "Uri": "/servicePrincipals",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-beta"
+ "Module": "Beta.Applications",
+ "Permissions": [
+ {
+ "Name": "Application.Read.All",
+ "Description": "Read all applications",
+ "FullDescription": "Allows the app to read all applications and service principals without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "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
+ }
+ ],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalAppManagementPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppManagementPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppManagementPolicy"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalAppManagementPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppManagementPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppManagementPolicy"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalAppManagementPolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppRoleAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -155083,18 +162225,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAppRoleAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalAppRoleAssignedToCount",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -155137,33 +162281,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalAppRoleAssignedToCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalAppRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppRoleAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalAppRoleAssignment",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -155206,18 +162351,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalAppRoleAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAppRoleAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalAppRoleAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -155260,19 +162407,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalAppRoleAssignmentCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalByAppId",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta",
+ "Uri": "/servicePrincipals(appId='{appId}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/servicePrincipals(appId='{appId}')",
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -155315,33 +162463,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalByAppId",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/servicePrincipals/getByIds",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaServicePrincipalById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta",
+ "Uri": "/servicePrincipals/getByIds",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalClaimMappingPolicy",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -155384,18 +162533,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalClaimMappingPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphClaimsMappingPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphClaimsMappingPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyByRef",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -155438,18 +162588,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -155492,19 +162644,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalCount",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -155547,32 +162699,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalCreatedObject",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalCreatedObject",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -155615,45 +162769,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalCreatedObject",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalCreatedObjectCount",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -155696,47 +162854,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalCreatedObjectCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalCreatedObjectCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDelegatedPermissionClassification",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDelegatedPermissionClassification"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -155763,18 +162923,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDelegatedPermissionClassification",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDelegatedPermissionClassification"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassificationCount",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -155801,19 +162963,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassificationCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-beta",
"Uri": "/servicePrincipals/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -155856,59 +163018,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalEndpointCount",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicy",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -155951,18 +163117,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -156005,18 +163172,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -156059,74 +163228,81 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalLicenseDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphLicenseDetails",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphLicenseDetails"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalLicenseDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphLicenseDetails",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphLicenseDetails"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalLicenseDetailCount",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/getTeamsLicensingDetails",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalLicenseDetailTeamLicensingDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/getTeamsLicensingDetails",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsLicensingDetails",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta"
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsLicensingDetails"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaServicePrincipalMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta",
"Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -156209,21 +163385,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalMemberGroup",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaServicePrincipalMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"
- },
- {
- "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects",
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -156322,35 +163499,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalMemberObject",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalMemberOf",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalMemberOf",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -156393,99 +163569,107 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalMemberOf",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryRole"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryRole"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalMemberOfCount",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -156528,75 +163712,79 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalMemberOfCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalMemberOfCountAsDirectoryRole",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalMemberOfCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOAuth2PermissionGrant"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -156623,18 +163811,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOAuth2PermissionGrant"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrantCount",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -156661,33 +163851,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrantCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalOwnedObject",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalOwnedObject",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -156730,126 +163921,136 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalOwnedObject",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalOwnedObjectCount",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -156892,75 +164093,79 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalOwnedObjectCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalOwner",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/owners",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -157003,99 +164208,106 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalOwner",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalOwnerAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalOwnerAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalOwnerByRef",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -157138,18 +164350,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalOwnerByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalOwnerCount",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -157192,61 +164406,67 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalOwnerCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalOwnerCountAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalOwnerCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalOwnerCountAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaServicePrincipalPasswordSingleSignOnCredential",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-getpasswordsinglesignoncredentials?view=graph-rest-beta",
"Uri": "/servicePrincipals/{servicePrincipal-id}/getPasswordSingleSignOnCredentials",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -157281,130 +164501,139 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalPasswordSingleSignOnCredential",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-getpasswordsinglesignoncredentials?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTargetDeviceGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTargetDeviceGroup"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTargetDeviceGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTargetDeviceGroup"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalRiskDetection",
+ "ApiReferenceLink": null,
+ "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection"
},
{
- "Uri": "/identityProtection/servicePrincipalRiskDetections",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalRiskDetection",
+ "ApiReferenceLink": null,
+ "Uri": "/identityProtection/servicePrincipalRiskDetections",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection"
},
{
- "Uri": "/identityProtection/servicePrincipalRiskDetections/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalRiskDetectionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityProtection/servicePrincipalRiskDetections/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalSynchronization",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSynchronization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSynchronization"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaServicePrincipalSynchronizationAccessToken",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta",
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Acquire",
+ "AcquireExpanded",
+ "AcquireViaIdentity",
+ "AcquireViaIdentityExpanded"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -157423,21 +164652,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalSynchronizationAccessToken",
- "Variants": [
- "Acquire",
- "AcquireExpanded",
- "AcquireViaIdentity",
- "AcquireViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta"
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalSynchronizationJob",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -157464,19 +164692,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalSynchronizationJob",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSynchronizationJob",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSynchronizationJob"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalSynchronizationJob",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -157503,46 +164731,50 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalSynchronizationJob",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSynchronizationJob",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSynchronizationJob"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUpload",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUploadContent",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalSynchronizationJobCount",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -157569,19 +164801,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalSynchronizationJobCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchema",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema",
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "CustomSecAttributeProvisioning.Read.All",
@@ -157624,74 +164857,79 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchema",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSynchronizationSchema",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSynchronizationSchema"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryDefinition"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryDefinition"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalSynchronizationSecretCount",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -157718,19 +164956,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSynchronizationTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSynchronizationTemplate"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -157757,18 +164995,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSynchronizationTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSynchronizationTemplate"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateCount",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -157795,19 +165035,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchema",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema",
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.ReadWrite.OwnedBy",
@@ -157834,115 +165075,122 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchema",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSynchronizationSchema",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSynchronizationSchema"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryDefinition"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryDefinition"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTokenIssuancePolicy"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTokenIssuancePolicy"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalTokenIssuancePolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTokenLifetimePolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -157985,18 +165233,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTokenLifetimePolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -158039,33 +165289,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicyCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalTransitiveMemberOf",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -158100,99 +165351,107 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryRole"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryRole"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCount",
+ "ApiReferenceLink": null,
"Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -158227,75 +165486,79 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsDirectoryRole",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/servicePrincipals/getUserOwnedObjects",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaServicePrincipalUserOwnedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta",
+ "Uri": "/servicePrincipals/getUserOwnedObjects",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta"
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSettingCount",
+ "ApiReferenceLink": null,
"Uri": "/settings/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -158330,141 +165593,152 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaSettingCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareContentTypeBase",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareContentTypeBaseType",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareContentTypeBaseType",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareContentTypeBaseTypeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/shares/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareCount",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/shares/{sharedDriveItem-id}/createdByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaShareDriveItem",
+ "ApiReferenceLink": null,
"Uri": "/shares/{sharedDriveItem-id}/driveItem",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.ReadWrite",
@@ -158491,19 +165765,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaShareDriveItem",
+ "OutputType": "IMicrosoftGraphDriveItem"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaShareDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/driveItem/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/shares/{sharedDriveItem-id}/driveItem/content",
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -158554,19 +165829,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaShareDriveItemContent",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaShareDriveItemContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream",
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -158617,1034 +165893,1105 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaShareDriveItemContentStream",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareItem",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/items",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareItem",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/items",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareItemContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/shares/{sharedDriveItem-id}/items/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareItemCount",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/items/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareItemLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareList",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphList"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/activities",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/columns",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/columns",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListColumnCount",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListColumnSourceColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListContentType",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListContentType",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListContentTypeColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListContentTypeColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListContentTypeColumnCount",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListContentTypeColumnLink",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnLink",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnLink"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListContentTypeColumnLink",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnLink",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnLink"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListContentTypeColumnLinkCount",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListContentTypeColumnPosition",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListContentTypeColumnPosition",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListContentTypeColumnPositionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta"
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListContentTypeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/drive",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/drive",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDrive"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/listItem",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/listItem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/items",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/items",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListItemActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListItemActivityByInterval",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListItemAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListItemCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/items/delta",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListItemDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta"
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListItemDocumentSetVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListItemDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListItemDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListItemDriveItemContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListItemField",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListItemVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListItemVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/operations",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/operations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareListSubscriptionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/shares/{sharedDriveItem-id}/permission",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSharePermission",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/permission",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermission"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/root",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareRoot",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/root",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/root/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareRootContent",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/root/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/shares/{sharedDriveItem-id}/root/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareRootContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/root/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-beta",
"Uri": "/shares/{sharedDriveItem-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.ReadWrite",
@@ -159671,46 +167018,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSharedDriveItem",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphSharedDriveItem"
},
{
- "Uri": "/shares",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/shares",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSharedDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSharedDriveItem"
},
{
- "Uri": "/shares/{sharedDriveItem-id}/site",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaShareSite",
+ "ApiReferenceLink": null,
+ "Uri": "/shares/{sharedDriveItem-id}/site",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-beta",
"Uri": "/sites/{site-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -159729,19 +167079,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSite",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphSite"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list?view=graph-rest-beta",
"Uri": "/sites",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -159760,32 +167110,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSite",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteActivityByInterval",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteAnalytic",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/analytics",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Files.Read",
@@ -159836,143 +167189,153 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteAnalytic",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteAnalyticItemActivityStat",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/sites/{site-id}/analytics/itemActivityStats",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteAnalyticItemActivityStat",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/analytics/itemActivityStats",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivity"
},
{
- "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivity"
},
{
- "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteAnalyticLastSevenDay",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/analytics/lastSevenDays",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Files.Read",
@@ -160023,19 +167386,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteAnalyticLastSevenDay",
+ "OutputType": "IMicrosoftGraphItemActivityStat"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteAnalyticTime",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/analytics/allTime",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/sites/{site-id}/analytics/allTime",
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Files.Read",
@@ -160086,19 +167450,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteAnalyticTime",
+ "OutputType": "IMicrosoftGraphItemActivityStat"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteApplicableContentTypeForList",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta",
+ "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')",
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -160133,33 +167498,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteApplicableContentTypeForList",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/sites/{site-id}/getByPath(path='{path}')",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteByPath",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteColumn",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/columns/{columnDefinition-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -160194,19 +167561,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteColumn",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteColumn",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/columns",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -160241,18 +167608,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteColumn",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteColumnCount",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/columns/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -160287,33 +167656,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteColumnCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteColumnSourceColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteContentType",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/contentTypes/{contentType-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -160348,19 +167719,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteContentType",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphContentType"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteContentType",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/contentTypes",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -160395,80 +167766,86 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteContentType",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteContentTypeBase",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteContentTypeBaseType",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteContentTypeBaseType",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteContentTypeBaseTypeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteContentTypeColumn",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -160503,19 +167880,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteContentTypeColumn",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteContentTypeColumn",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -160550,18 +167927,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteContentTypeColumn",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteContentTypeColumnCount",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -160596,115 +167975,123 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteContentTypeColumnCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteContentTypeColumnLink",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnLink",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnLink"
},
{
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteContentTypeColumnLink",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnLink",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnLink"
},
{
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteContentTypeColumnLinkCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteContentTypeColumnPosition",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteContentTypeColumnPosition",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteContentTypeColumnPositionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta",
"Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Manage.All",
@@ -160723,19 +168110,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteContentTypeCompatibleHubContentType",
+ "OutputType": "IMicrosoftGraphContentType"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteContentTypeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/contentTypes/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta"
- },
- {
- "Uri": "/sites/{site-id}/contentTypes/$count",
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -160770,19 +168158,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteContentTypeCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteCount",
+ "ApiReferenceLink": null,
"Uri": "/sites/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get1"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -160801,18 +168189,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteCount",
- "Variants": [
- "Get1"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteDefaultDrive",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/drive",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Files.Read",
@@ -160863,19 +168253,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteDefaultDrive",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDrive"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta",
"Uri": "/sites/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -160894,32 +168284,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/sites/{site-id}/drives/{drive-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/drives/{drive-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDrive"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteDrive",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/drives",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Files.Read",
@@ -160970,18 +168362,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteDrive",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDrive"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteDriveCount",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/drives/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Files.Read",
@@ -161032,414 +168426,443 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteDriveCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteExternalColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/sites/{site-id}/externalColumns",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteExternalColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/externalColumns",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/sites/{site-id}/externalColumns/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteExternalColumnCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/externalColumns/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteGetByPath",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphList"
},
{
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteGetByPathAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteGetByPathApplicableContentTypeForList",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta"
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteGetByPathColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteGetByPathContentType",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/drive",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteGetByPathDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/drive",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDrive"
},
{
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/drives",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteGetByPathDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/drives",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDrive"
},
{
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/externalColumns",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteGetByPathExternalColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/externalColumns",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteGetByPathList",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphList"
},
{
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote",
- "Permissions": [],
- "Module": "Beta.Notes",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteGetByPathOnenote",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenote",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Notes",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenote"
},
{
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteGetByPathOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation"
},
{
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteGetByPathPage",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBaseSitePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphBaseSitePage"
},
{
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteGetByPathPermission",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermission"
},
{
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteGetByPathSite",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteGetByPathTermStore",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStore",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStore"
},
{
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteGetGraphBPrePathActivityByInterval",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteGetGraphBPrePathByPath",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteItemLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteList",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/lists/{list-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -161458,19 +168881,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteList",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphList"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteList",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/lists",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List1"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -161489,18 +168912,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteList",
- "Variants": [
- "List1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphList"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListActivity",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/lists/{list-id}/activities",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Files.Read",
@@ -161551,18 +168975,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListActivity",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListColumn",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -161597,19 +169023,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListColumn",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListColumn",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/lists/{list-id}/columns",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -161644,18 +169070,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListColumn",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListColumnCount",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/lists/{list-id}/columns/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -161690,33 +169118,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListColumnCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListColumnSourceColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListContentType",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -161751,19 +169181,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListContentType",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphContentType"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListContentType",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/lists/{list-id}/contentTypes",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -161798,18 +169228,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListContentType",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphContentType"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListContentTypeColumn",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -161844,19 +169276,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListContentTypeColumn",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListContentTypeColumn",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -161891,18 +169323,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListContentTypeColumn",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListContentTypeColumnCount",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -161937,115 +169371,123 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListContentTypeColumnCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListContentTypeColumnLink",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnLink",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnLink"
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListContentTypeColumnLink",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnLink",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnLink"
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListContentTypeColumnLinkCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListContentTypeColumnPosition",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListContentTypeColumnPosition",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListContentTypeColumnPositionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta",
"Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Manage.All",
@@ -162064,19 +169506,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListContentTypeCompatibleHubContentType",
+ "OutputType": "IMicrosoftGraphContentType"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListContentTypeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta"
- },
- {
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count",
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -162111,19 +169554,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListContentTypeCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/sites/{site-id}/lists/$count",
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -162142,88 +169586,94 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/drive",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/drive",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDrive"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListItem",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -162250,19 +169700,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListItem",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphListItem"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListItem",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/lists/{list-id}/items",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -162281,32 +169731,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListItem",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListItemActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListItemActivity",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Files.Read",
@@ -162357,32 +169809,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListItemActivity",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListItemActivityByInterval",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListItemActivityCount",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Files.Read",
@@ -162433,75 +169888,80 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListItemActivityCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListItemActivityDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListItemActivityDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListItemActivityDriveItemContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListItemActivityListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListItemAnalytic",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Files.Read",
@@ -162552,74 +170012,81 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListItemAnalytic",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListItemCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListItemDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta",
"Uri": "/sites/{site-id}/lists/{list-id}/items/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta",
+ "Delta1",
+ "DeltaViaIdentity",
+ "DeltaViaIdentity1"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -162638,21 +170105,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListItemDelta",
- "Variants": [
- "Delta",
- "Delta1",
- "DeltaViaIdentity",
- "DeltaViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphListItem"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -162695,19 +170161,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListItemDocumentSetVersion",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -162750,18 +170216,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListItemDocumentSetVersion",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -162804,33 +170272,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListItemDocumentSetVersionCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListItemDocumentSetVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListItemDriveItem",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Files.Read",
@@ -162881,61 +170351,65 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListItemDriveItem",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListItemDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListItemDriveItemContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListItemField",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListItemVersion",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -162954,19 +170428,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListItemVersion",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListItemVersion",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -162985,18 +170459,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListItemVersion",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListItemVersionCount",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -163015,33 +170491,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListItemVersionCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListItemVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListOperation",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -163076,19 +170554,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListOperation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListOperation",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/lists/{list-id}/operations",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -163123,18 +170601,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListOperation",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListOperationCount",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/lists/{list-id}/operations/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -163169,60 +170649,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteListOperationCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteListSubscriptionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteNotebook",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -163265,19 +170749,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaSiteOnenoteNotebook",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteNotebook",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/onenote/notebooks",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -163320,18 +170804,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaSiteOnenoteNotebook",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteNotebookCount",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/onenote/notebooks/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -163374,19 +170860,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaSiteOnenoteNotebookCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaSiteOnenoteNotebookFromWebUrl",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta",
"Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Notes.Create",
@@ -163429,75 +170918,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteOnenoteNotebookFromWebUrl",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCopyNotebookModel",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphCopyNotebookModel"
},
{
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections",
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteOnenoteNotebookSection",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups",
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -163540,18 +170973,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
+ "OutputType": "IMicrosoftGraphOnenoteSection"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteOnenoteNotebookSectionGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}",
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -163594,33 +171028,91 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
+ "OutputType": "IMicrosoftGraphSectionGroup"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteOnenoteOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Notes",
+ "Permissions": [
+ {
+ "Name": "Notes.Create",
+ "Description": "Create your OneNote notebooks",
+ "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Notes.ReadWrite.All",
+ "Description": "Read and write all OneNote notebooks that you can access",
+ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Notes.Read.All",
+ "Description": "Read all OneNote notebooks that you can access",
+ "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Notes.ReadWrite",
+ "Description": "Read and write your OneNote notebooks",
+ "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Notes.Read",
+ "Description": "Read your OneNote notebooks",
+ "FullDescription": "Allows the app to read OneNote notebooks on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/sites/{site-id}/onenote/operations/$count",
- "Permissions": [],
- "Module": "Beta.Notes",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteOnenoteOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/onenote/operations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Notes",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteOnenotePage",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Read",
@@ -163655,19 +171147,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaSiteOnenotePage",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteOnenotePage",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/onenote/pages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Read",
@@ -163702,32 +171194,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaSiteOnenotePage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
- "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content",
- "Permissions": [],
- "Module": "Beta.Notes",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteOnenotePageContent",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Notes",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteOnenotePageCount",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/onenote/pages/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Read",
@@ -163762,33 +171257,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaSiteOnenotePageCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}",
- "Permissions": [],
- "Module": "Beta.Notes",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteOnenoteResource",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Notes",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteResource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteResourceContent",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Read",
@@ -163823,33 +171320,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaSiteOnenoteResourceContent",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/onenote/resources/$count",
- "Permissions": [],
- "Module": "Beta.Notes",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteOnenoteResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/onenote/resources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Notes",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteSection",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -163892,19 +171391,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaSiteOnenoteSection",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteSection",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/onenote/sections",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -163947,18 +171446,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaSiteOnenoteSection",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteSectionCount",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/onenote/sections/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -164001,19 +171502,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaSiteOnenoteSectionCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteSectionGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}",
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -164056,19 +171558,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaSiteOnenoteSectionGroup",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteSectionGroup",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/onenote/sectionGroups",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List",
+ "List1"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -164111,19 +171614,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaSiteOnenoteSectionGroup",
- "Variants": [
- "List",
- "List1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteSectionGroupCount",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -164163,24 +171669,22 @@
"FullDescription": "Allows the app to read OneNote notebooks on your behalf.",
"IsAdmin": false,
"PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": false
- }
- ],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaSiteOnenoteSectionGroupCount",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "IsLeastPrivilege": false
+ }
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteSectionGroupSection",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -164223,18 +171727,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaSiteOnenoteSectionGroupSection",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteSectionPage",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Read",
@@ -164269,18 +171774,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaSiteOnenoteSectionPage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteOperation",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -164315,19 +171822,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteOperation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteOperation",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/operations",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -164362,18 +171869,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteOperation",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteOperationCount",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/operations/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -164408,19 +171917,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteOperationCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSitePage",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}",
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -164439,19 +171949,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSitePage",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBaseSitePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBaseSitePage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSitePage",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/pages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -164470,32 +171980,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSitePage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBaseSitePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBaseSitePage"
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageAsSitePage",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSitePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSitePage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSitePageAsSitePage",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/pages/sitePage",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -164514,361 +172026,388 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSitePageAsSitePage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSitePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSitePage"
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageAsSitePageCanvaLayout",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCanvasLayout",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCanvasLayout"
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphHorizontalSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphHorizontalSection"
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphHorizontalSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphHorizontalSection"
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphHorizontalSectionColumn",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphHorizontalSectionColumn"
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphHorizontalSectionColumn",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphHorizontalSectionColumn"
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWebPart",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWebPart"
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVerticalSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVerticalSection"
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWebPart",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWebPart"
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageAsSitePageCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageAsSitePageWebPart",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageAsSitePageWebPart",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWebPart",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWebPart"
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageAsSitePageWebPartCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSitePageCount",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/pages/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -164887,19 +172426,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSitePageCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSitePageCountAsSitePage",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/sitePage/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/sites/{site-id}/pages/sitePage/$count",
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -164918,212 +172458,227 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSitePageCountAsSitePage",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWebPartPosition",
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWebPartPosition"
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWebPartPosition",
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWebPartPosition"
},
{
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWebPartPosition",
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWebPartPosition"
},
{
- "Uri": "/sites/{site-id}/permissions/{permission-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePermission",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/permissions/{permission-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermission"
},
{
- "Uri": "/sites/{site-id}/permissions",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePermission",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/permissions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermission"
},
{
- "Uri": "/sites/{site-id}/permissions/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSitePermissionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/permissions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteRecentNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta",
"Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Notes.Create",
@@ -165166,19 +172721,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteRecentNotebook",
+ "OutputType": "IMicrosoftGraphRecentNotebook"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteTermStore",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRecentNotebook",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta"
- },
- {
- "Uri": "/sites/{site-id}/termStore",
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "TermStore.Read.All",
@@ -165197,19 +172753,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteTermStore",
+ "OutputType": "IMicrosoftGraphTermStore"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStore",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}",
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "TermStore.Read.All",
@@ -165228,19 +172785,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteTermStoreGroup",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTermStoreGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreGroup",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/termStore/groups",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "TermStore.Read.All",
@@ -165259,18 +172816,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteTermStoreGroup",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTermStoreGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreGroupCount",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/termStore/groups/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "TermStore.Read.All",
@@ -165289,33 +172848,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteTermStoreGroupCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSet",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreGroupSet",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "TermStore.Read.All",
@@ -165334,174 +172894,186 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteTermStoreGroupSet",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetChild",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetChild",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetChildCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetChildSet",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreGroupSetCount",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "TermStore.Read.All",
@@ -165520,116 +173092,124 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteTermStoreGroupSetCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetParentGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreGroup"
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreGroupSetTerm",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "TermStore.Read.All",
@@ -165648,281 +173228,301 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteTermStoreGroupSetTerm",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetTermChild",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetTermChild",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetTermChildCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetTermChildSet",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetTermCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreGroupSetTermSet",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreSet",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/termStore/sets/{set-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "TermStore.Read.All",
@@ -165941,48 +173541,51 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteTermStoreSet",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/sites/{site-id}/termStore/sets",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSet",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetChild",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreSetChild",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/termStore/sets/{set-id}/children",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List",
+ "List1"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "TermStore.Read.All",
@@ -166001,743 +173604,793 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteTermStoreSetChild",
- "Variants": [
- "List",
- "List1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetChildCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetChildRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetChildRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetChildRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetChildRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetChildSet",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreGroup"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSet",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSet",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildSet",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildSet",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermSet",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreSetRelation",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "TermStore.Read.All",
@@ -166756,18 +174409,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteTermStoreSetRelation",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreSetRelationCount",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "TermStore.Read.All",
@@ -166786,61 +174441,65 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteTermStoreSetRelationCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreSetTerm",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "TermStore.Read.All",
@@ -166859,46 +174518,48 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteTermStoreSetTerm",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetTermChild",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreSetTermChild",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "TermStore.Read.All",
@@ -166917,18 +174578,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteTermStoreSetTermChild",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreSetTermChildCount",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "TermStore.Read.All",
@@ -166947,144 +174610,153 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteTermStoreSetTermChildCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetTermChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetTermChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetTermChildRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetTermChildRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetTermChildRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetTermChildRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetTermChildSet",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetTermCount",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetTermRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreSetTermRelation",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "TermStore.Read.All",
@@ -167103,18 +174775,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteTermStoreSetTermRelation",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreSetTermRelationCount",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "TermStore.Read.All",
@@ -167133,75 +174807,80 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSiteTermStoreSetTermRelationCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetTermRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetTermRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetTermRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSiteTermStoreSetTermSet",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaSubscribedSku",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-beta",
"Uri": "/subscribedSkus/{subscribedSku-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Organization.Read.All",
@@ -167236,19 +174915,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaSubscribedSku",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscribedSku",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphSubscribedSku"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaSubscribedSku",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-beta",
"Uri": "/subscribedSkus",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Organization.Read.All",
@@ -167283,59 +174962,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaSubscribedSku",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscribedSku",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphSubscribedSku"
},
{
- "Uri": "/subscriptions/{subscription-id}",
- "Permissions": [],
- "Module": "Beta.ChangeNotifications",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaSubscription",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-beta",
+ "Uri": "/subscriptions/{subscription-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-beta"
+ "Module": "Beta.ChangeNotifications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/subscriptions",
- "Permissions": [],
- "Module": "Beta.ChangeNotifications",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaSubscription",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-beta",
+ "Uri": "/subscriptions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-beta"
+ "Module": "Beta.ChangeNotifications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/sites/{site-id}/sites/{site-id1}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaSubSite",
+ "ApiReferenceLink": null,
+ "Uri": "/sites/{site-id}/sites/{site-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSubSite",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/sites",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List2"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -167354,18 +175037,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSubSite",
- "Variants": [
- "List2"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSite"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaSubSiteCount",
+ "ApiReferenceLink": null,
"Uri": "/sites/{site-id}/sites/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -167384,19 +175069,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaSubSiteCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-beta",
+ "Uri": "/teams/{team-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/teams/{team-id}",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamSettings.Read.Group",
@@ -167471,19 +175157,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeam",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeam",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphTeam"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-beta",
"Uri": "/teams",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Team.ReadBasic.All",
@@ -167510,18 +175196,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeam",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeam",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphTeam"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannel",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/channels/{channel-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get1",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "ChannelSettings.Read.Group",
@@ -167596,19 +175284,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannel",
- "Variants": [
- "Get1",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChannel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChannel"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannel",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/channels",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List1"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "ChannelSettings.Read.Group",
@@ -167683,18 +175371,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannel",
- "Variants": [
- "List1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChannel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChannel"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelCount",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/channels/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "ChannelSettings.Read.Group",
@@ -167769,19 +175459,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannelCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelFileFolder",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Files.Read.All",
@@ -167856,47 +175547,50 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannelFileFolder",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamChannelFileFolderContent",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamChannelFileFolderContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMember",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "ChannelMember.Read.All",
@@ -167931,19 +175625,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannelMember",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMember",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/channels/{channel-id}/members",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Group.Read.All",
@@ -167970,18 +175664,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannelMember",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMemberCount",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/channels/{channel-id}/members/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Group.Read.All",
@@ -168008,19 +175704,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannelMemberCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMessage",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "ChannelMessage.Read.Group",
@@ -168055,21 +175754,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannelMessage",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMessage",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/channels/{channel-id}/messages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "ChannelMessage.Read.Group",
@@ -168104,18 +175801,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannelMessage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMessageCount",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "ChannelMessage.Read.Group",
@@ -168150,19 +175849,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannelMessageCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMessageDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "ChannelMessage.Read.Group",
@@ -168197,19 +175897,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannelMessageDelta",
- "Variants": [
- "Delta",
- "DeltaViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMessageHostedContent",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "ChannelMessage.Read.Group",
@@ -168244,21 +175947,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannelMessageHostedContent",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMessageHostedContent",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "ChannelMessage.Read.Group",
@@ -168293,18 +175994,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannelMessageHostedContent",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMessageHostedContentCount",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "ChannelMessage.Read.Group",
@@ -168339,19 +176042,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannelMessageHostedContentCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMessageReply",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "ChannelMessage.Read.Group",
@@ -168386,19 +176090,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannelMessageReply",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMessageReply",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "ChannelMessage.Read.Group",
@@ -168433,18 +176137,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannelMessageReply",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMessageReplyCount",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "ChannelMessage.Read.Group",
@@ -168479,19 +176185,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannelMessageReplyCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMessageReplyDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "ChannelMessage.Read.Group",
@@ -168526,19 +176233,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannelMessageReplyDelta",
- "Variants": [
- "Delta",
- "DeltaViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "ChannelMessage.Read.Group",
@@ -168573,21 +176283,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "ChannelMessage.Read.Group",
@@ -168622,18 +176330,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMessageReplyHostedContentCount",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "ChannelMessage.Read.Group",
@@ -168668,33 +176378,37 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannelMessageReplyHostedContentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/channels/getAllRetainedMessages",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamChannelRetainedMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta",
+ "Uri": "/teams/{team-id}/channels/getAllRetainedMessages",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta"
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelSharedWithTeam",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "ChannelMember.Read.All",
@@ -168713,21 +176427,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannelSharedWithTeam",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelSharedWithTeam",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "ChannelMember.Read.All",
@@ -168746,32 +176458,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannelSharedWithTeam",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo"
},
{
- "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "ChannelMember.Read.All",
@@ -168790,18 +176504,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMemberCount",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "ChannelMember.Read.All",
@@ -168820,19 +176536,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMemberCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelSharedWithTeamCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "ChannelMember.Read.All",
@@ -168851,19 +176568,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannelSharedWithTeamCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelTab",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamsTab.Read.Group",
@@ -168962,19 +176680,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannelTab",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamsTab"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelTab",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/channels/{channel-id}/tabs",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamsTab.Read.Group",
@@ -169073,18 +176791,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannelTab",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamsTab"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelTabCount",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamsTab.Read.Group",
@@ -169183,33 +176903,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamChannelTabCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamChannelTabTeamApp",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsApp"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamCount",
+ "ApiReferenceLink": null,
"Uri": "/teams/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Team.ReadBasic.All",
@@ -169236,59 +176957,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/group/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamGroupServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/group/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/teams/{team-id}/group/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/group/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/incomingChannels/{channel-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamIncomingChannel",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/incomingChannels/{channel-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChannel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChannel"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamIncomingChannel",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/incomingChannels",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Channel.ReadBasic.All",
@@ -169315,18 +177040,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamIncomingChannel",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChannel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChannel"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamIncomingChannelCount",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/incomingChannels/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Channel.ReadBasic.All",
@@ -169353,19 +177080,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamIncomingChannelCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamInstalledApp",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamsAppInstallation.ReadWriteSelfForTeam",
@@ -169512,19 +177240,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamInstalledApp",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamInstalledApp",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/installedApps",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamsAppInstallation.ReadForTeam",
@@ -169663,18 +177391,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamInstalledApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamInstalledAppCount",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/installedApps/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamsAppInstallation.ReadForTeam",
@@ -169813,47 +177543,50 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamInstalledAppCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamInstalledAppTeamApp",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsApp"
},
{
- "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamInstalledAppTeamAppDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAppDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsAppDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamMember",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/members/{conversationMember-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamMember.Read.Group",
@@ -169880,19 +177613,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamMember",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamMember",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/members",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamMember.Read.Group",
@@ -169919,18 +177652,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamMember",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamMemberCount",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/members/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamMember.Read.Group",
@@ -169957,19 +177692,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamMemberCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamOpenShift",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-getopenshifts?view=graph-rest-beta",
"Uri": "/teams/getOpenShifts",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamSettings.Read.Group",
@@ -170044,155 +177779,166 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamOpenShift",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOpenShift",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-getopenshifts?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphOpenShift"
},
{
- "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsAsyncOperation"
},
{
- "Uri": "/teams/{team-id}/operations",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/operations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsAsyncOperation"
},
{
- "Uri": "/teams/{team-id}/operations/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/operations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/owners/{user-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamOwner",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/owners/{user-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/teams/{team-id}/owners",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamOwner",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/owners",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/teams/{team-id}/owners/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamOwnerCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/owners/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamOwnerMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamOwnerServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamOwnerServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPermissionGrant",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamPermissionGrant",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/permissionGrants",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamsAppInstallation.ReadForTeam",
@@ -170275,18 +178021,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamPermissionGrant",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamPermissionGrantCount",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/permissionGrants/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamsAppInstallation.ReadForTeam",
@@ -170369,47 +178117,50 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamPermissionGrantCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/photo",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPhoto",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/photo",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphProfilePhoto"
},
{
- "Uri": "/teams/{team-id}/photo/$value",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPhotoContent",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/photo/$value",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamPrimaryChannel",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/primaryChannel",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "ChannelSettings.Read.Group",
@@ -170452,437 +178203,468 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamPrimaryChannel",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChannel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChannel"
},
{
- "Uri": "/teams/{team-id}/primaryChannel/filesFolder",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelFileFolder",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/filesFolder",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelFileFolderContent",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelFileFolderContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelMember",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/teams/{team-id}/primaryChannel/members",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelMember",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/members",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/teams/{team-id}/primaryChannel/members/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelMemberCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/members/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/teams/{team-id}/primaryChannel/messages",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/messages",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/teams/{team-id}/primaryChannel/messages/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelMessageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/messages/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/primaryChannel/messages/delta",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelMessageDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta"
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelMessageReply",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelMessageReply",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelMessageReplyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelMessageReplyDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta"
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo"
},
{
- "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo"
},
{
- "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMemberCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelTab",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsTab"
},
{
- "Uri": "/teams/{team-id}/primaryChannel/tabs",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelTab",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/tabs",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsTab"
},
{
- "Uri": "/teams/{team-id}/primaryChannel/tabs/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelTabCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/tabs/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamPrimaryChannelTabTeamApp",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsApp"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamSchedule",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/schedule",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -170917,19 +178699,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamSchedule",
+ "OutputType": "IMicrosoftGraphSchedule"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleDayNote",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSchedule",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -170948,19 +178731,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamScheduleDayNote",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDayNote",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDayNote"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleDayNote",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/schedule/dayNotes",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -170979,18 +178762,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamScheduleDayNote",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDayNote",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDayNote"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleDayNoteCount",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/schedule/dayNotes/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -171009,19 +178794,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamScheduleDayNoteCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleOfferShiftRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -171056,49 +178842,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamScheduleOfferShiftRequest",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOfferShiftRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOfferShiftRequest"
},
{
- "Uri": "/teams/{team-id}/schedule/offerShiftRequests",
- "Permissions": [
- {
- "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": 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
- }
- ],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamScheduleOfferShiftRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/schedule/offerShiftRequests",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOfferShiftRequest",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.ReadWrite.All",
@@ -171117,35 +178873,28 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
+ "OutputType": "IMicrosoftGraphOfferShiftRequest"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamScheduleOfferShiftRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}",
+ "Module": "Beta.Teams",
"Permissions": [
- {
- "Name": "Schedule.Read.All",
- "Description": "Read your schedule items",
- "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
{
"Name": "Schedule.ReadWrite.All",
"Description": "Read and write your schedule items",
"FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.",
"IsAdmin": true,
"PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
+ "IsLeastPrivilege": true
},
{
"Name": "Group.ReadWrite.All",
@@ -171154,29 +178903,22 @@
"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",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamScheduleOpenShift",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOpenShift",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/teams/{team-id}/schedule/openShifts",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -171211,18 +178953,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
+ "OutputType": "IMicrosoftGraphOpenShift"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamScheduleOpenShift",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/schedule/openShifts",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOpenShift",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -171257,19 +179000,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
+ "OutputType": "IMicrosoftGraphOpenShift"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOpenShiftChangeRequest",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -171304,18 +179048,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
+ "OutputType": "IMicrosoftGraphOpenShiftChangeRequest"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOpenShiftChangeRequest",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -171350,19 +179095,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
+ "OutputType": "IMicrosoftGraphOpenShiftChangeRequest"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/teams/{team-id}/schedule/openShifts/$count",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -171397,19 +179143,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamScheduleOpenShiftCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/schedule/openShifts/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -171444,19 +179191,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaTeamScheduleSchedulingGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSchedulingGroup",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/teams/{team-id}/schedule/schedulingGroups",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -171491,18 +179239,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
+ "OutputType": "IMicrosoftGraphSchedulingGroup"
+ },
+ {
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaTeamScheduleSchedulingGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/schedule/schedulingGroups",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSchedulingGroup",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -171537,19 +179286,68 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
+ "OutputType": "IMicrosoftGraphSchedulingGroup"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamScheduleSchedulingGroupCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [
+ {
+ "Name": "Schedule.Read.All",
+ "Description": "Read your schedule items",
+ "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Schedule.ReadWrite.All",
+ "Description": "Read and write your schedule items",
+ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Group.ReadWrite.All",
+ "Description": "Read and write all groups",
+ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Group.Read.All",
+ "Description": "Read all groups",
+ "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleShift",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/schedule/shifts/{shift-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Group.Read.All",
@@ -171584,19 +179382,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamScheduleShift",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphShift",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphShift"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleShift",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/schedule/shifts",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -171631,18 +179429,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamScheduleShift",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphShift",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphShift"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleShiftCount",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/schedule/shifts/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -171677,19 +179477,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamScheduleShiftCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -171716,19 +179517,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphShiftsRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphShiftsRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -171755,18 +179556,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphShiftsRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphShiftsRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleShiftRoleDefinitionCount",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -171793,33 +179596,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamScheduleShiftRoleDefinitionCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -171854,18 +179658,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequestCount",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -171900,19 +179706,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequestCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleTimeCard",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -171931,19 +179738,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamScheduleTimeCard",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTimeCard",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTimeCard"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleTimeCard",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/schedule/timeCards",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -171962,18 +179769,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamScheduleTimeCard",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTimeCard",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTimeCard"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleTimeCardCount",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/schedule/timeCards/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -171988,23 +179797,24 @@
"Description": "Read and write all schedule items",
"FullDescription": "Allows the app to manage all schedules, schedule groups, shifts and associated entities in the Teams or Shifts application without a signed-in user.",
"IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamScheduleTimeCardCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleTimeOff",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -172039,19 +179849,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamScheduleTimeOff",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTimeOff",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTimeOff"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleTimeOff",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/schedule/timesOff",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -172086,18 +179896,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamScheduleTimeOff",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTimeOff",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTimeOff"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleTimeOffCount",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/schedule/timesOff/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -172132,19 +179944,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamScheduleTimeOffCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleTimeOffReason",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -172179,19 +179992,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamScheduleTimeOffReason",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTimeOffReason",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTimeOffReason"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleTimeOffReason",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/schedule/timeOffReasons",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -172226,18 +180039,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamScheduleTimeOffReason",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTimeOffReason",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTimeOffReason"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleTimeOffReasonCount",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/schedule/timeOffReasons/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -172272,19 +180087,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamScheduleTimeOffReasonCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleTimeOffRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -172319,19 +180135,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamScheduleTimeOffRequest",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTimeOffRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTimeOffRequest"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleTimeOffRequest",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/schedule/timeOffRequests",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -172366,18 +180182,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamScheduleTimeOffRequest",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTimeOffRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTimeOffRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleTimeOffRequestCount",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/schedule/timeOffRequests/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Schedule.Read.All",
@@ -172412,19 +180230,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamScheduleTimeOffRequestCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamShift",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-getshifts?view=graph-rest-beta",
"Uri": "/teams/getShifts",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamSettings.Read.Group",
@@ -172499,18 +180317,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamShift",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphShift",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-getshifts?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphShift"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamTag",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/tags/{teamworkTag-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamworkTag.Read",
@@ -172545,19 +180365,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamTag",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamworkTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamworkTag"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamTag",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/tags",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamworkTag.Read",
@@ -172592,18 +180412,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamTag",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamworkTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamworkTag"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamTagCount",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/tags/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamworkTag.Read",
@@ -172638,19 +180460,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamTagCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamTagMember",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamworkTag.Read",
@@ -172685,19 +180508,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamTagMember",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamworkTagMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamworkTagMember"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamTagMember",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamworkTag.Read",
@@ -172732,18 +180555,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamTagMember",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamworkTagMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamworkTagMember"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamTagMemberCount",
+ "ApiReferenceLink": null,
"Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamworkTag.Read",
@@ -172778,47 +180603,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamTagMemberCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/template",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/template",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teams/{team-id}/templateDefinition",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamTemplateDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/teams/{team-id}/templateDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamTemplateDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamTemplateDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamTimeOff",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-gettimesoff?view=graph-rest-beta",
"Uri": "/teams/getTimesOff",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamSettings.Read.Group",
@@ -172893,586 +180720,629 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamTimeOff",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTimeOff",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-gettimesoff?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphTimeOff"
},
{
- "Uri": "/teamwork",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamwork",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-beta",
+ "Uri": "/teamwork",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamwork",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-beta"
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamwork"
},
{
- "Uri": "/teamwork/deletedChats/{deletedChat-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedChat",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedChats/{deletedChat-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teamwork/deletedChats",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedChat",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedChats",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeletedChat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeletedChat"
},
{
- "Uri": "/teamwork/deletedChats/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedChatCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedChats/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeam",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeletedTeam",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeletedTeam"
},
{
- "Uri": "/teamwork/deletedTeams",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeam",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeletedTeam",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeletedTeam"
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannel",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChannel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChannel"
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannel",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChannel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChannel"
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolder",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContent",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelMember",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelMember",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelMemberCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta"
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta"
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/getAllRetainedMessages",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelRetainedMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/getAllRetainedMessages",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta"
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo"
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo"
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelTab",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsTab"
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelTab",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsTab"
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelTabCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamChannelTabTeamApp",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsApp"
},
{
- "Uri": "/teamwork/deletedTeams/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkDeletedTeamCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/deletedTeams/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamworkDevice",
+ "ApiReferenceLink": null,
"Uri": "/teamwork/devices/{teamworkDevice-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamworkDevice.Read.All",
@@ -173491,19 +181361,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamworkDevice",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamworkDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamworkDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamworkDevice",
+ "ApiReferenceLink": null,
"Uri": "/teamwork/devices",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamworkDevice.Read.All",
@@ -173522,18 +181392,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamworkDevice",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamworkDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamworkDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamworkDeviceActivity",
+ "ApiReferenceLink": null,
"Uri": "/teamwork/devices/{teamworkDevice-id}/activity",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamworkDevice.Read.All",
@@ -173552,19 +181424,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamworkDeviceActivity",
+ "OutputType": "IMicrosoftGraphTeamworkDeviceActivity"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamworkDeviceConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamworkDeviceActivity",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamworkDevice.Read.All",
@@ -173583,19 +181456,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamworkDeviceConfiguration",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamworkDeviceCount",
+ "ApiReferenceLink": null,
"Uri": "/teamwork/devices/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamworkDevice.Read.All",
@@ -173614,18 +181487,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamworkDeviceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamworkDeviceHealth",
+ "ApiReferenceLink": null,
"Uri": "/teamwork/devices/{teamworkDevice-id}/health",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamworkDevice.Read.All",
@@ -173644,19 +181519,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamworkDeviceHealth",
+ "OutputType": "IMicrosoftGraphTeamworkDeviceHealth"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamworkDeviceOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamworkDeviceHealth",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamworkDevice.Read.All",
@@ -173675,19 +181551,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamworkDeviceOperation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamworkDeviceOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamworkDeviceOperation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamworkDeviceOperation",
+ "ApiReferenceLink": null,
"Uri": "/teamwork/devices/{teamworkDevice-id}/operations",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamworkDevice.Read.All",
@@ -173706,18 +181582,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamworkDeviceOperation",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamworkDeviceOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamworkDeviceOperation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamworkDeviceOperationCount",
+ "ApiReferenceLink": null,
"Uri": "/teamwork/devices/{teamworkDevice-id}/operations/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamworkDevice.Read.All",
@@ -173736,19 +181614,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamworkDeviceOperationCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamworkTeamAppSetting",
+ "ApiReferenceLink": null,
"Uri": "/teamwork/teamsAppSettings",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamworkAppSettings.Read.All",
@@ -173767,32 +181645,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamworkTeamAppSetting",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAppSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamsAppSettings"
},
{
- "Uri": "/teamwork/teamTemplates/{teamTemplate-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkTeamTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/teamTemplates/{teamTemplate-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamTemplate"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamworkTeamTemplate",
+ "ApiReferenceLink": null,
"Uri": "/teamwork/teamTemplates",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamTemplates.Read",
@@ -173811,18 +181691,19 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamworkTeamTemplate",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamTemplate"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamworkTeamTemplateCount",
+ "ApiReferenceLink": null,
"Uri": "/teamwork/teamTemplates/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamTemplates.Read",
@@ -173841,18 +181722,20 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamworkTeamTemplateCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamworkTeamTemplateDefinition",
+ "ApiReferenceLink": null,
"Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamTemplates.Read",
@@ -173871,46 +181754,49 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamworkTeamTemplateDefinition",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamTemplateDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamTemplateDefinition"
},
{
- "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkTeamTemplateDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamTemplateDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamTemplateDefinition"
},
{
- "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTeamworkTeamTemplateDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamworkWorkforceIntegration",
+ "ApiReferenceLink": null,
"Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "WorkforceIntegration.Read.All",
@@ -173929,19 +181815,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamworkWorkforceIntegration",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWorkforceIntegration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWorkforceIntegration"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamworkWorkforceIntegration",
+ "ApiReferenceLink": null,
"Uri": "/teamwork/workforceIntegrations",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "WorkforceIntegration.Read.All",
@@ -173960,18 +181846,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamworkWorkforceIntegration",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWorkforceIntegration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWorkforceIntegration"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamworkWorkforceIntegrationCount",
+ "ApiReferenceLink": null,
"Uri": "/teamwork/workforceIntegrations/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "WorkforceIntegration.Read.All",
@@ -173990,49 +181877,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaTeamworkWorkforceIntegrationCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}",
- "Permissions": [
- {
- "Name": "DelegatedAdminRelationship.Read.All",
- "Description": "Read Delegated Admin relationships with customers",
- "FullDescription": "Allows the app to read details of delegated admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "DelegatedAdminRelationship.ReadWrite.All",
- "Description": "Manage Delegated Admin relationships with customers",
- "FullDescription": "Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ],
- "Module": "Beta.Identity.Partner",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDelegatedAdminCustomer",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/delegatedAdminCustomers",
+ "Module": "Beta.Identity.Partner",
"Permissions": [
{
"Name": "DelegatedAdminRelationship.Read.All",
@@ -174051,18 +181909,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Partner",
+ "OutputType": "IMicrosoftGraphDelegatedAdminCustomer"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/delegatedAdminCustomers",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDelegatedAdminCustomer",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/delegatedAdminCustomers/$count",
+ "Module": "Beta.Identity.Partner",
"Permissions": [
{
"Name": "DelegatedAdminRelationship.Read.All",
@@ -174081,32 +181940,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Partner",
+ "OutputType": "IMicrosoftGraphDelegatedAdminCustomer"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/delegatedAdminCustomers/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}",
- "Permissions": [],
"Module": "Beta.Identity.Partner",
- "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails",
"Permissions": [
{
"Name": "DelegatedAdminRelationship.Read.All",
@@ -174125,18 +181971,34 @@
"IsLeastPrivilege": false
}
],
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
"Module": "Beta.Identity.Partner",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count",
+ "Module": "Beta.Identity.Partner",
"Permissions": [
{
"Name": "DelegatedAdminRelationship.Read.All",
@@ -174155,19 +182017,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Partner",
+ "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}",
+ "Module": "Beta.Identity.Partner",
"Permissions": [
{
"Name": "DelegatedAdminRelationship.Read.All",
@@ -174186,19 +182049,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Partner",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDelegatedAdminRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/delegatedAdminRelationships",
+ "Module": "Beta.Identity.Partner",
"Permissions": [
{
"Name": "DelegatedAdminRelationship.Read.All",
@@ -174217,18 +182081,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Partner",
+ "OutputType": "IMicrosoftGraphDelegatedAdminRelationship"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/delegatedAdminRelationships",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDelegatedAdminRelationship",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}",
+ "Module": "Beta.Identity.Partner",
"Permissions": [
{
"Name": "DelegatedAdminRelationship.Read.All",
@@ -174247,19 +182112,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Partner",
+ "OutputType": "IMicrosoftGraphDelegatedAdminRelationship"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments",
+ "Module": "Beta.Identity.Partner",
"Permissions": [
{
"Name": "DelegatedAdminRelationship.Read.All",
@@ -174278,18 +182144,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Partner",
+ "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count",
+ "Module": "Beta.Identity.Partner",
"Permissions": [
{
"Name": "DelegatedAdminRelationship.Read.All",
@@ -174308,19 +182175,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Partner",
+ "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/delegatedAdminRelationships/$count",
+ "Module": "Beta.Identity.Partner",
"Permissions": [
{
"Name": "DelegatedAdminRelationship.Read.All",
@@ -174339,18 +182207,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Partner",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/delegatedAdminRelationships/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}",
+ "Module": "Beta.Identity.Partner",
"Permissions": [
{
"Name": "DelegatedAdminRelationship.Read.All",
@@ -174369,19 +182238,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Partner",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations",
+ "Module": "Beta.Identity.Partner",
"Permissions": [
{
"Name": "DelegatedAdminRelationship.Read.All",
@@ -174400,18 +182270,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Partner",
+ "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count",
+ "Module": "Beta.Identity.Partner",
"Permissions": [
{
"Name": "DelegatedAdminRelationship.Read.All",
@@ -174430,19 +182301,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Partner",
+ "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}",
+ "Module": "Beta.Identity.Partner",
"Permissions": [
{
"Name": "DelegatedAdminRelationship.Read.All",
@@ -174461,19 +182333,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Partner",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests",
+ "Module": "Beta.Identity.Partner",
"Permissions": [
{
"Name": "DelegatedAdminRelationship.Read.All",
@@ -174492,18 +182365,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Partner",
+ "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count",
+ "Module": "Beta.Identity.Partner",
"Permissions": [
{
"Name": "DelegatedAdminRelationship.Read.All",
@@ -174522,19 +182396,52 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Partner",
+ "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Partner",
+ "Permissions": [
+ {
+ "Name": "DelegatedAdminRelationship.Read.All",
+ "Description": "Read Delegated Admin relationships with customers",
+ "FullDescription": "Allows the app to read details of delegated admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DelegatedAdminRelationship.ReadWrite.All",
+ "Description": "Manage Delegated Admin relationships with customers",
+ "FullDescription": "Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenant",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -174553,19 +182460,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenant",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsTenant",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedTenantsTenant"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenant",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/tenants",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -174584,32 +182491,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenant",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsTenant",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedTenantsTenant"
},
{
- "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -174628,18 +182537,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyComplianceCount",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -174658,459 +182568,493 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyComplianceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAlert",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert"
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAlert",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert"
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/{managedTenantApiNotification-id}",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/{managedTenantApiNotification-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification"
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification"
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/$count",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotificationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/$count",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAlertCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/{managedTenantEmailNotification-id}",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/{managedTenantEmailNotification-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification"
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification"
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/$count",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotificationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog"
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog"
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}/alert",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogAlert",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}/alert",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert"
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/$count",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule"
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule"
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/{managedTenantAlert-id}",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/{managedTenantAlert-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert"
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert"
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/$count",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlertCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/$count",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition"
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition"
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/{managedTenantAlertRule-id}",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/{managedTenantAlertRule-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule"
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule"
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/$count",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRuleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/$count",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification"
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification"
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}/alert",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationAlert",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}/alert",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert"
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/$count",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance"
},
{
- "Uri": "/tenantRelationships/managedTenants/appPerformances",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/appPerformances",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance"
},
{
- "Uri": "/tenantRelationships/managedTenants/appPerformances/$count",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/appPerformances/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -175129,45 +183073,48 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent"
},
{
- "Uri": "/tenantRelationships/managedTenants/auditEvents",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/auditEvents",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent"
},
{
- "Uri": "/tenantRelationships/managedTenants/auditEvents/$count",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEventCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/auditEvents/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -175186,19 +183133,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/cloudPcConnections",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -175217,18 +183164,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnectionCount",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/cloudPcConnections/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -175247,18 +183195,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnectionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -175277,19 +183227,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/cloudPcDevices",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -175308,18 +183258,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDeviceCount",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/cloudPcDevices/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -175338,18 +183289,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDeviceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -175368,19 +183321,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/cloudPcsOverview",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -175399,18 +183352,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverviewCount",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -175429,18 +183383,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverviewCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -175467,19 +183423,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -175506,18 +183462,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverageCount",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -175544,18 +183501,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverageCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCount",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/tenants/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -175574,58 +183532,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary"
},
{
- "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary"
},
{
- "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/$count",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummaryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -175644,19 +183607,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -175675,18 +183638,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformationCount",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -175705,18 +183669,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformationCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -175735,19 +183701,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -175766,18 +183732,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformationCount",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -175796,58 +183763,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformationCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance"
},
{
- "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance"
},
{
- "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/$count",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -175866,19 +183838,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -175897,18 +183869,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummaryCount",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -175927,112 +183900,121 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummaryCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus"
},
{
- "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus"
},
{
- "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/$count",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatusCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}",
- "Permissions": [],
"Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification"
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification"
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}/alert",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationAlert",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}/alert",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert"
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/$count",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -176051,19 +184033,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/tenantGroups",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -176082,18 +184064,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantGroupCount",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/tenantGroups/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -176112,49 +184095,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantGroupCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}",
- "Permissions": [
- {
- "Name": "DeviceManagementManagedDevices.Read.All",
- "Description": "Read devices Microsoft Intune devices",
- "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- }
- ],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances",
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -176173,18 +184127,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/$count",
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -176203,18 +184158,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}",
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -176233,19 +184189,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends",
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -176264,18 +184221,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/$count",
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -176294,49 +184252,51 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrendCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}",
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
- "Name": "ManagedTenants.Read.All",
- "Description": "Read all managed tenant information",
- "FullDescription": "Allows the app to read all managed tenant information on your behalf.",
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read devices Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.",
"IsAdmin": true,
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": true
},
{
- "Name": "ManagedTenants.ReadWrite.All",
- "Description": "Read and write all managed tenant information",
- "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.",
+ "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. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.",
"IsAdmin": true,
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementAction",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/managedTenants/managementActions",
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -176355,18 +184315,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementAction"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementActions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementAction",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/managedTenants/managementActions/$count",
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -176385,18 +184346,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementAction"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementActions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}",
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -176415,19 +184377,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses",
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -176446,18 +184409,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/$count",
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -176476,18 +184440,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatusCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}",
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -176506,19 +184471,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/managedTenants/managementIntents",
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -176537,18 +184503,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementIntents",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/managedTenants/managementIntents/$count",
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -176567,18 +184534,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementIntents/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}",
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -176597,19 +184565,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/tenantRelationships/managedTenants/managementTemplates",
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -176628,144 +184597,185 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [
+ {
+ "Name": "ManagedTenants.Read.All",
+ "Description": "Read all managed tenant information",
+ "FullDescription": "Allows the app to read all managed tenant information on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "ManagedTenants.ReadWrite.All",
+ "Description": "Read and write all managed tenant information",
+ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate"
},
{
- "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection"
},
{
- "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection"
},
{
- "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/$count",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/{managementTemplate-id}",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/{managementTemplate-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate"
},
{
- "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate"
},
{
- "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/$count",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary"
},
{
- "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary"
},
{
- "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/$count",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummaryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCount",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/managementTemplates/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -176784,273 +184794,292 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep"
},
{
- "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep"
},
{
- "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/acceptedVersion",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepAcceptedVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/acceptedVersion",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion"
},
{
- "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps/$count",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/managementTemplate",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepManagementTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/managementTemplate",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate"
},
{
- "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary"
},
{
- "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary"
},
{
- "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/$count",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummaryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion"
},
{
- "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion"
},
{
- "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/acceptedFor",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionAcceptedFor",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/acceptedFor",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep"
},
{
- "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions/$count",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment"
},
{
- "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment"
},
{
- "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/$count",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}/templateStepVersion",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentTemplateStepVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}/templateStepVersion",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion"
},
{
- "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/templateStep",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionTemplateStep",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/templateStep",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep"
},
{
- "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsMyRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsMyRole"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/myRoles",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -177069,18 +185098,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsMyRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedTenantsMyRole"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRoleCount",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/myRoles/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -177099,18 +185129,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRoleCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantTag",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -177129,19 +185161,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantTag",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsTenantTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedTenantsTenantTag"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantTag",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/tenantTags",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -177160,18 +185192,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantTag",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsTenantTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedTenantsTenantTag"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantTagCount",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/tenantTags/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "ManagedTenants.Read.All",
@@ -177190,58 +185223,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantTagCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint"
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint"
},
{
- "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/$count",
- "Permissions": [],
- "Module": "Beta.ManagedTenants",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpointCount",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.ManagedTenants",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -177260,19 +185298,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -177291,18 +185329,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareStateCount",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -177321,18 +185360,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareStateCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -177351,19 +185392,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/windowsProtectionStates",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -177382,18 +185423,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionStateCount",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.ManagedTenants",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -177412,18 +185454,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.ManagedTenants",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionStateCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganization",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/multiTenantOrganization",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "MultiTenantOrganization.ReadBasic.All",
@@ -177450,18 +185493,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganization",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMultiTenantOrganization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMultiTenantOrganization"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/multiTenantOrganization/joinRequest",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "MultiTenantOrganization.Read.All",
@@ -177480,32 +185524,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord"
},
{
- "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant",
+ "ApiReferenceLink": null,
+ "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/multiTenantOrganization/tenants",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "MultiTenantOrganization.ReadBasic.All",
@@ -177532,18 +185578,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenantCount",
+ "ApiReferenceLink": null,
"Uri": "/tenantRelationships/multiTenantOrganization/tenants/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "MultiTenantOrganization.ReadBasic.All",
@@ -177570,31 +185617,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenantCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/trustFramework",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaTrustFramework",
+ "ApiReferenceLink": null,
+ "Uri": "/trustFramework",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTrustFramework",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTrustFramework"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTrustFrameworkKeySet",
+ "ApiReferenceLink": null,
"Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "TrustFrameworkKeySet.Read.All",
@@ -177613,19 +185663,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaTrustFrameworkKeySet",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTrustFrameworkKeySet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTrustFrameworkKeySet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTrustFrameworkKeySet",
+ "ApiReferenceLink": null,
"Uri": "/trustFramework/keySets",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "TrustFrameworkKeySet.Read.All",
@@ -177644,18 +185694,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaTrustFrameworkKeySet",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTrustFrameworkKeySet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTrustFrameworkKeySet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTrustFrameworkKeySetActiveKey",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-getactivekey?view=graph-rest-beta",
"Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/getActiveKey",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "TrustFrameworkKeySet.Read.All",
@@ -177674,19 +185726,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaTrustFrameworkKeySetActiveKey",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTrustFrameworkKey",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-getactivekey?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphTrustFrameworkKey"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTrustFrameworkKeySetCount",
+ "ApiReferenceLink": null,
"Uri": "/trustFramework/keySets/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "TrustFrameworkKeySet.Read.All",
@@ -177705,18 +185757,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaTrustFrameworkKeySetCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTrustFrameworkPolicy",
+ "ApiReferenceLink": null,
"Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -177735,19 +185789,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaTrustFrameworkPolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTrustFrameworkPolicy",
+ "ApiReferenceLink": null,
"Uri": "/trustFramework/policies",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -177766,18 +185820,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaTrustFrameworkPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTrustFrameworkPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTrustFrameworkPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTrustFrameworkPolicyContent",
+ "ApiReferenceLink": null,
"Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -177796,19 +185852,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaTrustFrameworkPolicyContent",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaTrustFrameworkPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/trustFramework/policies/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -177827,18 +185883,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaTrustFrameworkPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get?view=graph-rest-beta",
"Uri": "/users/{user-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.ReadBasic.All",
@@ -177961,19 +186019,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUser",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list?view=graph-rest-beta",
"Uri": "/users",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.ReadBasic.All",
@@ -178080,155 +186138,166 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUser",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/users/{user-id}/activities/{userActivity-id}",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/activities/{userActivity-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserActivity"
},
{
- "Uri": "/users/{user-id}/activities",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserActivity"
},
{
- "Uri": "/users/{user-id}/activities/$count",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserActivityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/activities/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserActivityHistoryItem",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphActivityHistoryItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphActivityHistoryItem"
},
{
- "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserActivityHistoryItem",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphActivityHistoryItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphActivityHistoryItem"
},
{
- "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserActivityHistoryItemActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserActivity"
},
{
- "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserActivityHistoryItemCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}",
- "Permissions": [],
- "Module": "Beta.People",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserActivityStatistics",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphActivityStatistics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.People",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphActivityStatistics"
},
{
- "Uri": "/users/{user-id}/analytics/activityStatistics",
- "Permissions": [],
- "Module": "Beta.People",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserActivityStatistics",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/analytics/activityStatistics",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphActivityStatistics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.People",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphActivityStatistics"
},
{
- "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}",
- "Permissions": [],
- "Module": "Beta.Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserAgreementAcceptance",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgreementAcceptance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementAcceptance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAgreementAcceptance",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/agreementAcceptances",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AgreementAcceptance.Read",
@@ -178247,18 +186316,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaUserAgreementAcceptance",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAgreementAcceptance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAgreementAcceptance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAgreementAcceptanceCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/agreementAcceptances/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.Governance",
"Permissions": [
{
"Name": "AgreementAcceptance.Read",
@@ -178277,47 +186348,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.Governance",
- "Command": "Get-MgBetaUserAgreementAcceptanceCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/analytics/activityStatistics/$count",
- "Permissions": [],
- "Module": "Beta.People",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserAnalyticActivityStatisticsCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/analytics/activityStatistics/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.People",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/appRoleAssignedResources/{servicePrincipal-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserAppRoleAssignedResource",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/appRoleAssignedResources/{servicePrincipal-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAppRoleAssignedResource",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/appRoleAssignedResources",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -178336,18 +186409,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserAppRoleAssignedResource",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAppRoleAssignedResourceByAppId",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/appRoleAssignedResources(appId='{appId}')",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -178366,19 +186441,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserAppRoleAssignedResourceByAppId",
+ "OutputType": "IMicrosoftGraphServicePrincipal"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAppRoleAssignedResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/appRoleAssignedResources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/appRoleAssignedResources/$count",
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -178397,33 +186473,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserAppRoleAssignedResourceCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserAppRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppRoleAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAppRoleAssignment",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/appRoleAssignments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -178442,18 +186519,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaUserAppRoleAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAppRoleAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAppRoleAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/appRoleAssignments/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Applications",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -178472,66 +186551,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Applications",
- "Command": "Get-MgBetaUserAppRoleAssignmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}",
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserAuthenticationEmailMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEmailAuthenticationMethod",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/authentication/emailMethods",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read",
@@ -178566,18 +186599,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
+ "OutputType": "IMicrosoftGraphEmailAuthenticationMethod"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserAuthenticationEmailMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/authentication/emailMethods",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEmailAuthenticationMethod",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/authentication/emailMethods/$count",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read",
@@ -178612,19 +186646,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
+ "OutputType": "IMicrosoftGraphEmailAuthenticationMethod"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserAuthenticationEmailMethodCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/authentication/emailMethods/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read",
@@ -178659,19 +186694,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserAuthenticationFido2Method",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphFido2AuthenticationMethod",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/authentication/fido2Methods",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read",
@@ -178706,18 +186742,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
+ "OutputType": "IMicrosoftGraphFido2AuthenticationMethod"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserAuthenticationFido2Method",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/authentication/fido2Methods",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphFido2AuthenticationMethod",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/authentication/fido2Methods/$count",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read",
@@ -178752,24 +186789,25 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
+ "OutputType": "IMicrosoftGraphFido2AuthenticationMethod"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserAuthenticationFido2MethodCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/authentication/fido2Methods/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
- "Name": "UserAuthenticationMethod.Read.All",
- "Description": "Read all users' authentication methods",
- "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.",
+ "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
@@ -178791,27 +186829,28 @@
"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.",
+ "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",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserAuthenticationMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/authentication/methods",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read.All",
@@ -178846,18 +186885,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserAuthenticationMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/authentication/methods",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAuthenticationMethod",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/authentication/methods/$count",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read.All",
@@ -178892,24 +186932,25 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
+ "OutputType": "IMicrosoftGraphAuthenticationMethod"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserAuthenticationMethodCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/authentication/methods/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
- "Name": "UserAuthenticationMethod.Read",
- "Description": "Read your authentication methods.",
- "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.",
+ "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
@@ -178931,27 +186972,28 @@
"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
}
],
- "Module": "Beta.Identity.SignIns",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read",
@@ -178986,18 +187028,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
+ "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read",
@@ -179032,33 +187075,83 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
+ "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [
+ {
+ "Name": "UserAuthenticationMethod.Read",
+ "Description": "Read your authentication methods.",
+ "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "UserAuthenticationMethod.ReadWrite.All",
+ "Description": "Read and write all users' authentication methods",
+ "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "UserAuthenticationMethod.ReadWrite",
+ "Description": "Read and write your authentication methods",
+ "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "UserAuthenticationMethod.Read.All",
+ "Description": "Read all users' authentication methods",
+ "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationOperation",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read.All",
@@ -179093,46 +187186,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaUserAuthenticationOperation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphLongRunningOperation"
},
{
- "Uri": "/users/{user-id}/authentication/operations",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserAuthenticationOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/authentication/operations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphLongRunningOperation"
},
{
- "Uri": "/users/{user-id}/authentication/operations/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserAuthenticationOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/authentication/operations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read",
@@ -179167,19 +187263,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read",
@@ -179214,18 +187310,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read",
@@ -179260,33 +187358,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationPasswordMethod",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read.All",
@@ -179321,19 +187421,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaUserAuthenticationPasswordMethod",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationPasswordMethod",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/authentication/passwordMethods",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read.All",
@@ -179368,18 +187468,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaUserAuthenticationPasswordMethod",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationPasswordMethodCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/authentication/passwordMethods/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read.All",
@@ -179414,19 +187516,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaUserAuthenticationPasswordMethodCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationPhoneMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read.All",
@@ -179461,19 +187564,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaUserAuthenticationPhoneMethod",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationPhoneMethod",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/authentication/phoneMethods",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read.All",
@@ -179508,18 +187611,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaUserAuthenticationPhoneMethod",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationPhoneMethodCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/authentication/phoneMethods/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read.All",
@@ -179554,88 +187659,94 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaUserAuthenticationPhoneMethodCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod"
},
{
- "Uri": "/users/{user-id}/authentication/platformCredentialMethods",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/authentication/platformCredentialMethods",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod"
},
{
- "Uri": "/users/{user-id}/authentication/platformCredentialMethods/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/authentication/platformCredentialMethods/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}/device",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}/device",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/users/{user-id}/authentication/signInPreferences",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserAuthenticationSignInPreference",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/authentication/signInPreferences",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSignInPreferences",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSignInPreferences"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read",
@@ -179670,19 +187781,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/authentication/softwareOathMethods",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read",
@@ -179717,18 +187828,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethodCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/authentication/softwareOathMethods/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read",
@@ -179763,19 +187876,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethodCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read",
@@ -179810,19 +187924,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read",
@@ -179857,18 +187971,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read",
@@ -179903,19 +188019,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}",
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read",
@@ -179950,19 +188067,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read",
@@ -179997,18 +188114,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "UserAuthenticationMethod.Read",
@@ -180043,61 +188162,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/users/getByIds",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaUserById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta",
+ "Uri": "/users/getByIds",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta"
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/users/{user-id}/calendars/{calendar-id}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserCalendar",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/calendars/{calendar-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCalendar",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCalendar"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserCalendar",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/calendars",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Calendar",
"Permissions": [
{
"Name": "Calendars.ReadBasic",
@@ -180132,18 +188254,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Calendar",
- "Command": "Get-MgBetaUserCalendar",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCalendar",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCalendar"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserCalendarCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/calendars/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Calendar",
"Permissions": [
{
"Name": "Calendars.ReadBasic",
@@ -180178,19 +188302,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Calendar",
- "Command": "Get-MgBetaUserCalendarCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserCalendarEvent",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/calendars/{calendar-id}/events",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List1"
+ ],
+ "Module": "Beta.Calendar",
"Permissions": [
{
"Name": "Calendars.ReadBasic",
@@ -180217,18 +188341,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Calendar",
- "Command": "Get-MgBetaUserCalendarEvent",
- "Variants": [
- "List1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEvent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserCalendarEventDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta",
"Uri": "/users/{user-id}/calendar/events/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta",
+ "Delta1",
+ "DeltaViaIdentity",
+ "DeltaViaIdentity1"
+ ],
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "Calendars.Read",
@@ -180255,21 +188383,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserCalendarEventDelta",
- "Variants": [
- "Delta",
- "Delta1",
- "DeltaViaIdentity",
- "DeltaViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphEvent"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaUserCalendarGroup",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Calendar",
"Permissions": [
{
"Name": "Calendars.ReadBasic",
@@ -180288,19 +188415,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Calendar",
- "Command": "Get-MgBetaUserCalendarGroup",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCalendarGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCalendarGroup"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaUserCalendarGroup",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/calendarGroups",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Calendar",
"Permissions": [
{
"Name": "Calendars.ReadBasic",
@@ -180327,18 +188454,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Calendar",
- "Command": "Get-MgBetaUserCalendarGroup",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCalendarGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCalendarGroup"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaUserCalendarGroupCalendar",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Calendar",
"Permissions": [
{
"Name": "Calendars.ReadBasic",
@@ -180373,18 +188501,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Calendar",
- "Command": "Get-MgBetaUserCalendarGroupCalendar",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCalendar",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCalendar"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserCalendarGroupCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/calendarGroups/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Calendar",
"Permissions": [
{
"Name": "Calendars.ReadBasic",
@@ -180411,81 +188541,86 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Calendar",
- "Command": "Get-MgBetaUserCalendarGroupCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserCalendarPermission",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCalendarPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCalendarPermission"
},
{
- "Uri": "/users/{user-id}/calendar/calendarPermissions",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserCalendarPermission",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/calendar/calendarPermissions",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCalendarPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCalendarPermission"
},
{
- "Uri": "/users/{user-id}/calendar/calendarPermissions/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserCalendarPermissionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/calendar/calendarPermissions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaUserCalendarSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule",
+ "ApiVersion": "beta",
"Variants": [
"Get1",
"GetExpanded1",
"GetViaIdentity1",
"GetViaIdentityExpanded1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphScheduleInformation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta"
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphScheduleInformation"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaUserCalendarView",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/calendar/calendarView",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List",
+ "List1"
+ ],
+ "Module": "Beta.Calendar",
"Permissions": [
{
"Name": "Calendars.ReadBasic",
@@ -180512,19 +188647,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Calendar",
- "Command": "Get-MgBetaUserCalendarView",
- "Variants": [
- "List",
- "List1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEvent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserChat",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/chats/{chat-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.ReadBasic",
@@ -180607,19 +188743,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaUserChat",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChat"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserChat",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/chats",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.ReadBasic",
@@ -180662,18 +188798,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaUserChat",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChat"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserChatCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/chats/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.ReadBasic",
@@ -180716,102 +188854,109 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaUserChatCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserChatInstalledApp",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation"
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/installedApps",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserChatInstalledApp",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/installedApps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation"
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserChatInstalledAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserChatInstalledAppTeamApp",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsApp"
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserChatInstalledAppTeamAppDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAppDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsAppDefinition"
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserChatLastMessagePreview",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageInfo"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserChatMember",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "ChatMember.Read",
@@ -180910,19 +189055,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaUserChatMember",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserChatMember",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/chats/{chat-id}/members",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "ChatMember.Read",
@@ -181021,18 +189166,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaUserChatMember",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserChatMemberCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/chats/{chat-id}/members/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "ChatMember.Read",
@@ -181131,19 +189278,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaUserChatMemberCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserChatMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.Read",
@@ -181202,19 +189350,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaUserChatMessage",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserChatMessage",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/chats/{chat-id}/messages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.Read",
@@ -181257,18 +189405,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaUserChatMessage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserChatMessageCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/chats/{chat-id}/messages/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.Read",
@@ -181311,19 +189461,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaUserChatMessageCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserChatMessageDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta",
"Uri": "/users/{user-id}/chats/{chat-id}/messages/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "Chat.Read",
@@ -181382,19 +189533,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserChatMessageDelta",
- "Variants": [
- "Delta",
- "DeltaViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserChatMessageHostedContent",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.Read",
@@ -181453,21 +189607,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaUserChatMessageHostedContent",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserChatMessageHostedContent",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.Read",
@@ -181526,18 +189678,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaUserChatMessageHostedContent",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserChatMessageHostedContentCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Chat.Read",
@@ -181596,242 +189750,259 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaUserChatMessageHostedContentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserChatMessageReply",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserChatMessageReply",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserChatMessageReplyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserChatMessageReplyDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta"
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserChatMessageReplyHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserChatMessageReplyHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserChatMessageReplyHostedContentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserChatOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsAsyncOperation"
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/operations",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserChatOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/operations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsAsyncOperation"
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/operations/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserChatOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/operations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserChatPermissionGrant",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant"
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserChatPermissionGrant",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant"
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserChatPermissionGrantCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserChatPinnedMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPinnedChatMessageInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPinnedChatMessageInfo"
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserChatPinnedMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPinnedChatMessageInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPinnedChatMessageInfo"
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserChatPinnedMessageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserChatRetainedMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta",
"Uri": "/users/{user-id}/chats/getAllRetainedMessages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "Chat.Read.All",
@@ -181850,102 +190021,109 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserChatRetainedMessage",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserChatTab",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsTab"
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/tabs",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserChatTab",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/tabs",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsTab"
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserChatTabCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserChatTabTeamApp",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsApp"
},
{
- "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserCloudPcConnectivityHistory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta"
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent"
},
{
- "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getFrontlineCloudPcAccessState",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserCloudPcFrontlineCloudPcAccessState",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getFrontlineCloudPcAccessState",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta"
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserCloudPcLaunchInfo",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta",
"Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -181964,19 +190142,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserCloudPcLaunchInfo",
+ "OutputType": "IMicrosoftGraphCloudPcLaunchInfo"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserCloudPcProvisionedCloudPc",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcLaunchInfo",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta"
- },
- {
- "Uri": "/users/{user-id}/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')",
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -181995,19 +190174,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserCloudPcProvisionedCloudPc",
+ "OutputType": "IMicrosoftGraphCloudPc"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserCloudPcShiftWorkCloudPcAccessState",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getshiftworkcloudpcaccessstate?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPc",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta"
- },
- {
- "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState",
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -182026,33 +190206,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserCloudPcShiftWorkCloudPcAccessState",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getshiftworkcloudpcaccessstate?view=graph-rest-beta"
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserCloudPcSupportedCloudPcRemoteAction",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta"
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserContact",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/contacts/{contact-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.PersonalContacts",
"Permissions": [
{
"Name": "Contacts.Read",
@@ -182071,19 +190253,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.PersonalContacts",
- "Command": "Get-MgBetaUserContact",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphContact"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserContact",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/contacts",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.PersonalContacts",
"Permissions": [
{
"Name": "Contacts.Read",
@@ -182102,18 +190284,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.PersonalContacts",
- "Command": "Get-MgBetaUserContact",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphContact"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserContactCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/contacts/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.PersonalContacts",
"Permissions": [
{
"Name": "Contacts.Read",
@@ -182132,19 +190316,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.PersonalContacts",
- "Command": "Get-MgBetaUserContactCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserContactDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta",
"Uri": "/users/{user-id}/contacts/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "Contacts.Read",
@@ -182163,60 +190348,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserContactDelta",
- "Variants": [
- "Delta",
- "DeltaViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContact",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphContact"
},
{
- "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.PersonalContacts",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserContactExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.PersonalContacts",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/contacts/{contact-id}/extensions",
- "Permissions": [],
- "Module": "Beta.PersonalContacts",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserContactExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/contacts/{contact-id}/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.PersonalContacts",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count",
- "Permissions": [],
- "Module": "Beta.PersonalContacts",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserContactExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.PersonalContacts",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserContactFolder",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.PersonalContacts",
"Permissions": [
{
"Name": "Contacts.Read",
@@ -182235,19 +190424,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.PersonalContacts",
- "Command": "Get-MgBetaUserContactFolder",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContactFolder",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphContactFolder"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserContactFolder",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/contactFolders",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.PersonalContacts",
"Permissions": [
{
"Name": "Contacts.Read",
@@ -182266,32 +190455,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.PersonalContacts",
- "Command": "Get-MgBetaUserContactFolder",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContactFolder",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphContactFolder"
},
{
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}",
- "Permissions": [],
- "Module": "Beta.PersonalContacts",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserContactFolderChildFolder",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContactFolder",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.PersonalContacts",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContactFolder"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserContactFolderChildFolder",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.PersonalContacts",
"Permissions": [
{
"Name": "Contacts.Read",
@@ -182310,18 +190501,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.PersonalContacts",
- "Command": "Get-MgBetaUserContactFolderChildFolder",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContactFolder",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphContactFolder"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserContactFolderChildFolderContact",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.PersonalContacts",
"Permissions": [
{
"Name": "Contacts.Read",
@@ -182340,19 +190533,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.PersonalContacts",
- "Command": "Get-MgBetaUserContactFolderChildFolderContact",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphContact"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserContactFolderChildFolderContact",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.PersonalContacts",
"Permissions": [
{
"Name": "Contacts.Read",
@@ -182371,18 +190564,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.PersonalContacts",
- "Command": "Get-MgBetaUserContactFolderChildFolderContact",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphContact"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserContactFolderChildFolderContactCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.PersonalContacts",
"Permissions": [
{
"Name": "Contacts.Read",
@@ -182401,19 +190596,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.PersonalContacts",
- "Command": "Get-MgBetaUserContactFolderChildFolderContactCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserContactFolderChildFolderContactDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta",
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "Contacts.Read",
@@ -182432,88 +190628,94 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserContactFolderChildFolderContactDelta",
- "Variants": [
- "Delta",
- "DeltaViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContact",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphContact"
},
{
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.PersonalContacts",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserContactFolderChildFolderContactExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.PersonalContacts",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions",
- "Permissions": [],
- "Module": "Beta.PersonalContacts",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserContactFolderChildFolderContactExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.PersonalContacts",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count",
- "Permissions": [],
- "Module": "Beta.PersonalContacts",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserContactFolderChildFolderContactExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.PersonalContacts",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo",
- "Permissions": [],
- "Module": "Beta.PersonalContacts",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserContactFolderChildFolderContactPhoto",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.PersonalContacts",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphProfilePhoto"
},
{
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value",
- "Permissions": [],
- "Module": "Beta.PersonalContacts",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserContactFolderChildFolderContactPhotoContent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.PersonalContacts",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserContactFolderChildFolderCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.PersonalContacts",
"Permissions": [
{
"Name": "Contacts.Read",
@@ -182532,33 +190734,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.PersonalContacts",
- "Command": "Get-MgBetaUserContactFolderChildFolderCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserContactFolderChildFolderDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContactFolder",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta"
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContactFolder"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserContactFolderContact",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.PersonalContacts",
"Permissions": [
{
"Name": "Contacts.Read",
@@ -182577,19 +190781,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.PersonalContacts",
- "Command": "Get-MgBetaUserContactFolderContact",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphContact"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserContactFolderContact",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.PersonalContacts",
"Permissions": [
{
"Name": "Contacts.Read",
@@ -182608,18 +190812,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.PersonalContacts",
- "Command": "Get-MgBetaUserContactFolderContact",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphContact"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserContactFolderContactCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.PersonalContacts",
"Permissions": [
{
"Name": "Contacts.Read",
@@ -182638,19 +190844,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.PersonalContacts",
- "Command": "Get-MgBetaUserContactFolderContactCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserContactFolderContactDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta",
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "Contacts.Read",
@@ -182669,88 +190876,94 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserContactFolderContactDelta",
- "Variants": [
- "Delta",
- "DeltaViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContact",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphContact"
},
{
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.PersonalContacts",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserContactFolderContactExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.PersonalContacts",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions",
- "Permissions": [],
- "Module": "Beta.PersonalContacts",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserContactFolderContactExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.PersonalContacts",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count",
- "Permissions": [],
- "Module": "Beta.PersonalContacts",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserContactFolderContactExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.PersonalContacts",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo",
- "Permissions": [],
- "Module": "Beta.PersonalContacts",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserContactFolderContactPhoto",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.PersonalContacts",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphProfilePhoto"
},
{
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value",
- "Permissions": [],
- "Module": "Beta.PersonalContacts",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserContactFolderContactPhotoContent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.PersonalContacts",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserContactFolderCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/contactFolders/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.PersonalContacts",
"Permissions": [
{
"Name": "Contacts.Read",
@@ -182769,19 +190982,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.PersonalContacts",
- "Command": "Get-MgBetaUserContactFolderCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserContactFolderDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta",
"Uri": "/users/{user-id}/contactFolders/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "Contacts.Read",
@@ -182800,47 +191014,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserContactFolderDelta",
- "Variants": [
- "Delta",
- "DeltaViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContactFolder",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphContactFolder"
},
{
- "Uri": "/users/{user-id}/contacts/{contact-id}/photo",
- "Permissions": [],
- "Module": "Beta.PersonalContacts",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserContactPhoto",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/contacts/{contact-id}/photo",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.PersonalContacts",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphProfilePhoto"
},
{
- "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value",
- "Permissions": [],
- "Module": "Beta.PersonalContacts",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserContactPhotoContent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.PersonalContacts",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserCount",
+ "ApiReferenceLink": null,
"Uri": "/users/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.ReadBasic.All",
@@ -182947,32 +191163,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserCreatedObject",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserCreatedObject",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/createdObjects",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -183023,45 +191241,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserCreatedObject",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/users/{user-id}/createdObjects/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/createdObjects/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserCreatedObjectCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/createdObjects/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -183112,47 +191334,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserCreatedObjectCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserCreatedObjectCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/calendar",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserDefaultCalendar",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/calendar",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCalendar",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCalendar"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserDefaultCalendarEvent",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/calendar/events",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Calendar",
"Permissions": [
{
"Name": "Calendars.ReadBasic",
@@ -183179,18 +191403,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Calendar",
- "Command": "Get-MgBetaUserDefaultCalendarEvent",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEvent"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaUserDefaultCalendarSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta",
"Uri": "/users/{user-id}/calendar/getSchedule",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Module": "Beta.Users.Actions",
"Permissions": [
{
"Name": "Calendars.ReadBasic",
@@ -183217,21 +191445,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Actions",
- "Command": "Get-MgBetaUserDefaultCalendarSchedule",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphScheduleInformation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphScheduleInformation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserDefaultDrive",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/drive",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -183282,19 +191509,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaUserDefaultDrive",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDrive"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-beta",
"Uri": "/users/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "User.Read.All",
@@ -183329,933 +191556,1001 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/users/{user-id}/devices",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceByDeviceId",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceCommand",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCommand",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCommand"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/commands",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceCommand",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/commands",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCommand",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCommand"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/commands/$count",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceCommandCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/commands/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}/responsepayload",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceCommandResponsepayload",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}/responsepayload",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/devices/$count",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/devices/delta",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/devices/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta"
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceEnrollmentConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration"
},
{
- "Uri": "/users/{user-id}/deviceEnrollmentConfigurations",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceEnrollmentConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/deviceEnrollmentConfigurations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration"
},
{
- "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment"
},
{
- "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment"
},
{
- "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceEnrollmentConfigurationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/extensions",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/extensions/$count",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent"
},
{
- "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent"
},
{
- "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceManagementTroubleshootingEventCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceMemberOf",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/memberOf",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceMemberOf",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/memberOf",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/memberOf/$count",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceMemberOfCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/memberOf/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit/$count",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group/$count",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceMemberOfCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceRegisteredOwner",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/user",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/user",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceRegisteredOwnerByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$count",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceRegisteredOwnerCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint/$count",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal/$count",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user/$count",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceRegisteredUser",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/user",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceRegisteredUserAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/user",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceRegisteredUserAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceRegisteredUserByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$count",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceRegisteredUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint/$count",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceRegisteredUserCountAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal/$count",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceRegisteredUserCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user/$count",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceRegisteredUserCountAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceTransitiveMemberOf",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceTransitiveMemberOf",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/$count",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceTransitiveMemberOfCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group/$count",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceUsageRights",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUsageRight",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUsageRight"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/usageRights",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceUsageRights",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/usageRights",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUsageRight",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUsageRight"
},
{
- "Uri": "/users/{user-id}/devices/{device-id}/usageRights/$count",
- "Permissions": [],
- "Module": "Beta.CrossDeviceExperiences",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDeviceUsageRightsCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/devices/{device-id}/usageRights/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CrossDeviceExperiences",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/directReports/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDirectReport",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/directReports/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserDirectReport",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/directReports",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -184298,72 +192593,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserDirectReport",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDirectReportAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/users/{user-id}/directReports/orgContact",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDirectReportAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/directReports/orgContact",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDirectReportAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/users/{user-id}/directReports/user",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDirectReportAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/directReports/user",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserDirectReportCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/directReports/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -184406,61 +192707,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserDirectReportCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/directReports/orgContact/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDirectReportCountAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/directReports/orgContact/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/directReports/user/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDirectReportCountAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/directReports/user/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDrive"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserDrive",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/drives",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -184511,155 +192815,167 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaUserDrive",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDrive"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/activities",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveBundle",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/bundles",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveBundle",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/bundles",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveBundleContent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveBundleContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveBundleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveContentTypeBase",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveContentTypeBaseType",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveContentTypeBaseType",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveContentTypeBaseTypeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserDriveCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/drives/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -184710,2818 +193026,3021 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Files",
- "Command": "Get-MgBetaUserDriveCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveFollowing",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/following",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveFollowing",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/following",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveFollowingContent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveFollowingContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/following/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveFollowingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/following/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemActivityByInterval",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta"
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivity"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemAnalyticLastSevenDay",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemAnalyticTime",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemChild",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemChild",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemChildContent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemChildContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count",
- "Permissions": [],
"Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemChildCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta"
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemItemLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemListItemActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemListItemActivityByInterval",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemListItemAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemListItemCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemListItemDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemListItemDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemListItemDriveItemContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemListItemField",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemListItemVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemListItemVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemPermission",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermission"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemPermission",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermission"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemPermissionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemRetentionLabel",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemRetentionLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemRetentionLabel"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemSubscriptionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemThumbnail",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThumbnailSet"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemThumbnail",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThumbnailSet"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemThumbnailCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItemVersion"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItemVersion"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemVersionContent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveItemVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveList",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphList"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/activities",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/columns",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/columns",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListColumnCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListColumnSourceColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListContentType",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListContentType",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListContentTypeColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListContentTypeColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListContentTypeColumnCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListContentTypeColumnLink",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnLink",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnLink"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListContentTypeColumnLink",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnLink",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnLink"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListContentTypeColumnLinkCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListContentTypeColumnPosition",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListContentTypeColumnPosition",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListContentTypeColumnPositionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta"
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListContentTypeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/drive",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/drive",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDrive"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListItemActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListItemActivityByInterval",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListItemAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListItemCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListItemDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta"
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListItemDocumentSetVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListItemDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListItemDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListItemDriveItemContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListItemField",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListItemVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListItemVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/operations",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/operations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveListSubscriptionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRoot",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/activities",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootActivityByInterval",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta"
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivity"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootAnalyticLastSevenDay",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootAnalyticTime",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootChild",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/children",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootChild",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/children",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootChildContent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootChildContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootChildCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootContent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/delta",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta"
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootItemLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/activities",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootListItemActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/activities",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityOld"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootListItemActivityByInterval",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootListItemAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootListItemCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootListItemDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootListItemDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootListItemDriveItemContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootListItemField",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootListItemVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootListItemVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootPermission",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermission"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootPermission",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermission"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootPermissionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootRetentionLabel",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemRetentionLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemRetentionLabel"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootSubscriptionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootThumbnail",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThumbnailSet"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootThumbnail",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThumbnailSet"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootThumbnailCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItemVersion"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/versions",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/versions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItemVersion"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootVersionContent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveRootVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveSpecial",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/special",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveSpecial",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/special",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveSpecialContent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveSpecialContentStream",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/drives/{drive-id}/special/$count",
- "Permissions": [],
- "Module": "Beta.Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserDriveSpecialCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/drives/{drive-id}/special/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/getEffectiveDeviceEnrollmentConfigurations",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/getEffectiveDeviceEnrollmentConfigurations",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserEvent",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/events/{event-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Calendar",
"Permissions": [
{
"Name": "Calendars.ReadBasic",
@@ -187540,19 +196059,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Calendar",
- "Command": "Get-MgBetaUserEvent",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEvent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserEvent",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/events",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Calendar",
"Permissions": [
{
"Name": "Calendars.ReadBasic",
@@ -187579,73 +196098,79 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Calendar",
- "Command": "Get-MgBetaUserEvent",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEvent"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/attachments",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/attachments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/attachments/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventAttachmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/attachments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/events/{event-id}/calendar",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserEventCalendar",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/calendar",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCalendar",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCalendar"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserEventCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/events/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Calendar",
"Permissions": [
{
"Name": "Calendars.ReadBasic",
@@ -187672,19 +196197,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Calendar",
- "Command": "Get-MgBetaUserEventCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserEventDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta",
"Uri": "/users/{user-id}/events/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "Calendars.Read",
@@ -187711,348 +196237,372 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserEventDelta",
- "Variants": [
- "Delta",
- "DeltaViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphEvent"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventExceptionOccurrence",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEvent"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventExceptionOccurrence",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEvent"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventExceptionOccurrenceAttachmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserEventExceptionOccurrenceCalendar",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCalendar",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCalendar"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventExceptionOccurrenceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventExceptionOccurrenceExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventExceptionOccurrenceExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventExceptionOccurrenceExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserEventExceptionOccurrenceInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEvent"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserEventExceptionOccurrenceInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEvent"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCalendar",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCalendar",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCalendar"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/events/{event-id}/extensions",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/extensions/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserEventInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEvent"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaUserEventInstance",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/events/{event-id}/instances",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Calendar",
"Permissions": [
{
"Name": "Calendars.ReadBasic",
@@ -188071,73 +196621,79 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Calendar",
- "Command": "Get-MgBetaUserEventInstance",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEvent"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventInstanceAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventInstanceAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventInstanceAttachmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserEventInstanceCalendar",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCalendar",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCalendar"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserEventInstanceCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/events/{event-id}/instances/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Calendar",
"Permissions": [
{
"Name": "Calendars.ReadBasic",
@@ -188156,266 +196712,284 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Calendar",
- "Command": "Get-MgBetaUserEventInstanceCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/events/{event-id}/instances/delta",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventInstanceDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/events/{event-id}/instances/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta"
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEvent"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventInstanceExceptionOccurrence",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEvent"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventInstanceExceptionOccurrence",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEvent"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCalendar",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCalendar",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCalendar"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventInstanceExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventInstanceExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count",
- "Permissions": [],
- "Module": "Beta.Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserEventInstanceExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/extensions",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/users/{user-id}/extensions/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/followedSites/{site-id}",
- "Permissions": [],
- "Module": "Beta.Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserFollowedSite",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/followedSites/{site-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserFollowedSite",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/followedSites",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -188434,18 +197008,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaUserFollowedSite",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSite"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserFollowedSiteCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/followedSites/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Sites",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -188464,198 +197040,212 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Sites",
- "Command": "Get-MgBetaUserFollowedSiteCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/inferenceClassification",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserInferenceClassification",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/inferenceClassification",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInferenceClassification",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphInferenceClassification"
},
{
- "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserInferenceClassificationOverride",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInferenceClassificationOverride",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphInferenceClassificationOverride"
},
{
- "Uri": "/users/{user-id}/inferenceClassification/overrides",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserInferenceClassificationOverride",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/inferenceClassification/overrides",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInferenceClassificationOverride",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphInferenceClassificationOverride"
},
{
- "Uri": "/users/{user-id}/inferenceClassification/overrides/$count",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInferenceClassificationOverrideCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/inferenceClassification/overrides/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/informationProtection",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInformationProtection",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/informationProtection",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInformationProtection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphInformationProtection"
},
{
- "Uri": "/users/{user-id}/informationProtection/bitlocker",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInformationProtectionBitlocker",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/informationProtection/bitlocker",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBitlocker",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphBitlocker"
},
{
- "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBitlockerRecoveryKey",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphBitlockerRecoveryKey"
},
{
- "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphBitlockerRecoveryKey",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphBitlockerRecoveryKey"
},
{
- "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKeyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDataLossPreventionPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDataLossPreventionPolicy"
},
{
- "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDataLossPreventionPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDataLossPreventionPolicy"
},
{
- "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/informationProtection/policy",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInformationProtectionPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/informationProtection/policy",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInformationProtectionPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphInformationProtectionPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserInformationProtectionPolicyLabel",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "InformationProtectionPolicy.Read",
@@ -188674,19 +197264,19 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaUserInformationProtectionPolicyLabel",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInformationProtectionLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphInformationProtectionLabel"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserInformationProtectionPolicyLabel",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/informationProtection/policy/labels",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "InformationProtectionPolicy.Read",
@@ -188705,18 +197295,20 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaUserInformationProtectionPolicyLabel",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphInformationProtectionLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphInformationProtectionLabel"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserInformationProtectionPolicyLabelCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/informationProtection/policy/labels/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.SignIns",
"Permissions": [
{
"Name": "InformationProtectionPolicy.Read",
@@ -188735,225 +197327,240 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Identity.SignIns",
- "Command": "Get-MgBetaUserInformationProtectionPolicyLabelCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInformationProtectionSensitivityLabel",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSensitivityLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSensitivityLabel"
},
{
- "Uri": "/users/{user-id}/informationProtection/sensitivityLabels",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInformationProtectionSensitivityLabel",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/informationProtection/sensitivityLabels",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSensitivityLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSensitivityLabel"
},
{
- "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInformationProtectionSensitivityLabelCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSensitivityLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSensitivityLabel"
},
{
- "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSensitivityLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSensitivityLabel"
},
{
- "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabelCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInformationProtectionSensitivityPolicySetting",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSensitivityPolicySettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSensitivityPolicySettings"
},
{
- "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphThreatAssessmentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThreatAssessmentRequest"
},
{
- "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphThreatAssessmentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThreatAssessmentRequest"
},
{
- "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphThreatAssessmentResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThreatAssessmentResult"
},
{
- "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphThreatAssessmentResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThreatAssessmentResult"
},
{
- "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count",
- "Permissions": [],
- "Module": "Beta.Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResultCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/insights",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInsight",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/insights",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemInsights",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemInsights"
},
{
- "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInsightShared",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSharedInsight",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSharedInsight"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserInsightShared",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/insights/shared",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -188972,18 +197579,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserInsightShared",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSharedInsight",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSharedInsight"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserInsightSharedCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/insights/shared/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -189002,61 +197611,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserInsightSharedCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInsightSharedLastSharedMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInsightSharedResource",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/insights/trending/{trending-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInsightTrending",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/insights/trending/{trending-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTrending",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTrending"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserInsightTrending",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/insights/trending",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -189075,18 +197687,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserInsightTrending",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTrending",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTrending"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserInsightTrendingCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/insights/trending/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -189105,19 +197719,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserInsightTrendingCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserInsightTrendingResource",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource",
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -189136,33 +197751,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserInsightTrendingResource",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/insights/used/{usedInsight-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInsightUsed",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/insights/used/{usedInsight-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUsedInsight",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUsedInsight"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserInsightUsed",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/insights/used",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -189181,18 +197797,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserInsightUsed",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUsedInsight",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUsedInsight"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserInsightUsedCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/insights/used/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -189211,19 +197829,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserInsightUsedCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserInsightUsedResource",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource",
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Sites.Read.All",
@@ -189242,46 +197861,48 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserInsightUsedResource",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/invitedBy",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserInvitedBy",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/invitedBy",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/users/{user-id}/joinedGroups",
- "Permissions": [],
- "Module": "Beta.Groups",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserJoinedGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/joinedGroups",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserJoinedTeam",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/joinedTeams",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Team.ReadBasic.All",
@@ -189340,32 +197961,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaUserJoinedTeam",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeam",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeam"
},
{
- "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserLicenseDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphLicenseDetails",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphLicenseDetails"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserLicenseDetail",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/licenseDetails",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -189408,18 +198031,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserLicenseDetail",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphLicenseDetails",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphLicenseDetails"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserLicenseDetailCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/licenseDetails/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -189462,19 +198087,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserLicenseDetailCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserLicenseDetailTeamLicensingDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/licenseDetails/getTeamsLicensingDetails",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/licenseDetails/getTeamsLicensingDetails",
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "User.Read",
@@ -189509,33 +198135,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserLicenseDetailTeamLicensingDetail",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsLicensingDetails",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphTeamsLicensingDetails"
},
{
- "Uri": "/users/{user-id}/getLoggedOnManagedDevices",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserLoggedOnManagedDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/getLoggedOnManagedDevices",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMailboxSetting",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/mailboxSettings",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "MailboxSettings.Read",
@@ -189554,19 +198182,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserMailboxSetting",
+ "OutputType": "IMicrosoftGraphMailboxSettings"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMailFolder",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}",
+ "Module": "Beta.Mail",
"Permissions": [
{
"Name": "Mail.ReadBasic",
@@ -189601,19 +198230,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Mail",
- "Command": "Get-MgBetaUserMailFolder",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailFolder",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMailFolder"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMailFolder",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/mailFolders",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Mail",
"Permissions": [
{
"Name": "Mail.ReadBasic",
@@ -189648,32 +198277,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Mail",
- "Command": "Get-MgBetaUserMailFolder",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailFolder",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMailFolder"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderChildFolder",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailFolder",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailFolder"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMailFolderChildFolder",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Mail",
"Permissions": [
{
"Name": "Mail.ReadBasic",
@@ -189708,18 +198339,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Mail",
- "Command": "Get-MgBetaUserMailFolderChildFolder",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailFolder",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMailFolder"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMailFolderChildFolderCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Mail",
"Permissions": [
{
"Name": "Mail.ReadBasic",
@@ -189754,307 +198387,329 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Mail",
- "Command": "Get-MgBetaUserMailFolderChildFolderCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderChildFolderDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailFolder",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta"
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailFolder"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderChildFolderMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMessage"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderChildFolderMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMessage"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderChildFolderMessageContent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderChildFolderMessageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderChildFolderMessageDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMessage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta"
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMessage"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderChildFolderMessageExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderChildFolderMessageMention",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMention",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMention"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderChildFolderMessageMention",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMention",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMention"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/$count",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderChildFolderMessageMentionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderChildFolderMessageRule",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMessageRule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMessageRule"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderChildFolderMessageRule",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMessageRule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMessageRule"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderChildFolderMessageRuleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/{userConfiguration-id}",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/{userConfiguration-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserConfiguration"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserConfiguration"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/$count",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderChildFolderUserConfigurationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMailFolderCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/mailFolders/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Mail",
"Permissions": [
{
"Name": "Mail.ReadBasic",
@@ -190089,19 +198744,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Mail",
- "Command": "Get-MgBetaUserMailFolderCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMailFolderDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta",
"Uri": "/users/{user-id}/mailFolders/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "Mail.ReadBasic",
@@ -190136,19 +198792,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserMailFolderDelta",
- "Variants": [
- "Delta",
- "DeltaViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailFolder",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphMailFolder"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMailFolderMessage",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Mail",
"Permissions": [
{
"Name": "Mail.Read",
@@ -190175,19 +198832,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Mail",
- "Command": "Get-MgBetaUserMailFolderMessage",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMessage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMailFolderMessage",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Mail",
"Permissions": [
{
"Name": "Mail.ReadBasic",
@@ -190222,59 +198879,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Mail",
- "Command": "Get-MgBetaUserMailFolderMessage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMessage"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderMessageAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderMessageAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderMessageAttachmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMailFolderMessageContent",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Mail",
"Permissions": [
{
"Name": "Mail.Read",
@@ -190301,19 +198963,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Mail",
- "Command": "Get-MgBetaUserMailFolderMessageContent",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMailFolderMessageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count",
+ "Module": "Beta.Mail",
"Permissions": [
{
"Name": "Mail.ReadBasic",
@@ -190348,19 +199011,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Mail",
- "Command": "Get-MgBetaUserMailFolderMessageCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMailFolderMessageDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta",
"Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "Mail.ReadBasic",
@@ -190395,183 +199059,198 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserMailFolderMessageDelta",
- "Variants": [
- "Delta",
- "DeltaViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMessage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphMessage"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderMessageExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderMessageExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderMessageExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderMessageMention",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMention",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMention"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderMessageMention",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMention",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMention"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/$count",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderMessageMentionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderMessageRule",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMessageRule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMessageRule"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderMessageRule",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMessageRule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMessageRule"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderMessageRuleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/{userConfiguration-id}",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderUserConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/{userConfiguration-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserConfiguration"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderUserConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserConfiguration"
},
{
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/$count",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolderUserConfigurationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaUserMailTip",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-beta",
"Uri": "/users/{user-id}/getMailTips",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Module": "Beta.Users.Actions",
"Permissions": [
{
"Name": "Mail.Read",
@@ -190590,21 +199269,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Actions",
- "Command": "Get-MgBetaUserMailTip",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMailTips",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphMailTips"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserManagedAppBlockedUser",
+ "ApiReferenceLink": null,
"Uri": "/users/getManagedAppBlockedUsers",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -190639,18 +199316,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserManagedAppBlockedUser",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserManagedAppDiagnosticStatus",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -190669,19 +199348,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserManagedAppDiagnosticStatus",
+ "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserManagedAppPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/getManagedAppPolicies",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/getManagedAppPolicies",
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -190700,608 +199380,652 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserManagedAppPolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedAppPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedAppPolicy"
},
{
- "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedAppRegistration",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedAppRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedAppRegistration"
},
{
- "Uri": "/users/{user-id}/managedAppRegistrations",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedAppRegistration",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedAppRegistrations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedAppRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedAppRegistration"
},
{
- "Uri": "/users/{user-id}/managedAppRegistrations/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedAppRegistrationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedAppRegistrations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedDevice"
},
{
- "Uri": "/users/{user-id}/managedDevices",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedDevice"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetailCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceCategory"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceCloudPcRemoteActionResult",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta"
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcReviewStatus",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceCloudPcReviewStatus",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcReviewStatus",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCloudPcReviewStatus",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta"
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudPcReviewStatus"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceCompliancePolicyStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceConfigurationState",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceConfigurationState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceConfigurationState"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceConfigurationState",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceConfigurationState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceConfigurationState"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceConfigurationStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/managedDevices/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceDetectedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDetectedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDetectedApp"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceDetectedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDetectedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDetectedApp"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceDetectedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getFileVaultKey",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceFileVaultKey",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getFileVaultKey",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceHealthScriptState",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceHealthScriptState",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceHealthScriptStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceLogCollectionRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getNonCompliantSettings",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceNonCompliantSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getNonCompliantSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityBaselineState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityBaselineState"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityBaselineState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityBaselineState"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityBaselineSettingState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityBaselineSettingState"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityBaselineSettingState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityBaselineSettingState"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceUser",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceWindowsProtectionState",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsProtectionState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsProtectionState"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState"
},
{
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserManagedDeviceWithAppFailure",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/getManagedDevicesWithAppFailures",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -191320,19 +200044,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserManagedDeviceWithAppFailure",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserManagedDeviceWithFailedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps",
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -191351,19 +200076,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserManagedDeviceWithFailedApp",
+ "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserManager",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/manager",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/manager",
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read.All",
@@ -191398,19 +200124,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserManager",
+ "OutputType": "IMicrosoftGraphDirectoryObject"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserManagerByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/manager/$ref",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/manager/$ref",
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read.All",
@@ -191445,19 +200172,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserManagerByRef",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaUserMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta",
"Uri": "/users/{user-id}/getMemberGroups",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Module": "Beta.Users.Actions",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -191540,21 +200270,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Actions",
- "Command": "Get-MgBetaUserMemberGroup",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaUserMemberObject",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/getMemberObjects",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta"
- },
- {
- "Uri": "/users/{user-id}/getMemberObjects",
+ "Module": "Beta.Users.Actions",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -191653,21 +200384,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Actions",
- "Command": "Get-MgBetaUserMemberObject",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMemberOf",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/memberOf/{directoryObject-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -191686,19 +200416,19 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserMemberOf",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMemberOf",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/memberOf",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -191733,32 +200463,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserMemberOf",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/memberOf/administrativeUnit",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -191777,32 +200509,34 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMemberOfAsDirectoryRole",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryRole"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMemberOfAsDirectoryRole",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/memberOf/directoryRole",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -191821,32 +200555,34 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserMemberOfAsDirectoryRole",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryRole"
},
{
- "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMemberOfAsGroup",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/memberOf/group",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -191865,18 +200601,20 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserMemberOfAsGroup",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMemberOfCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/memberOf/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -191911,19 +200649,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserMemberOfCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/memberOf/administrativeUnit/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/memberOf/administrativeUnit/$count",
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -191942,19 +200681,20 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserMemberOfCountAsAdministrativeUnit",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMemberOfCountAsDirectoryRole",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/memberOf/directoryRole/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/memberOf/directoryRole/$count",
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -191973,19 +200713,20 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserMemberOfCountAsDirectoryRole",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMemberOfCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/memberOf/group/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/memberOf/group/$count",
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -192004,19 +200745,20 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserMemberOfCountAsGroup",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/messages/{message-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/messages/{message-id}",
+ "Module": "Beta.Mail",
"Permissions": [
{
"Name": "Mail.Read",
@@ -192043,19 +200785,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Mail",
- "Command": "Get-MgBetaUserMessage",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMessage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMessage",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/messages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Mail",
"Permissions": [
{
"Name": "Mail.ReadBasic",
@@ -192090,59 +200832,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Mail",
- "Command": "Get-MgBetaUserMessage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMessage"
},
{
- "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMessageAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/users/{user-id}/messages/{message-id}/attachments",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMessageAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/messages/{message-id}/attachments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/users/{user-id}/messages/{message-id}/attachments/$count",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMessageAttachmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/messages/{message-id}/attachments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMessageContent",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/messages/{message-id}/$value",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Mail",
"Permissions": [
{
"Name": "Mail.Read",
@@ -192169,19 +200916,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Mail",
- "Command": "Get-MgBetaUserMessageContent",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMessageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/messages/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/messages/$count",
+ "Module": "Beta.Mail",
"Permissions": [
{
"Name": "Mail.ReadBasic",
@@ -192216,19 +200964,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Mail",
- "Command": "Get-MgBetaUserMessageCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMessageDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta",
"Uri": "/users/{user-id}/messages/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "Mail.Read",
@@ -192255,101 +201004,108 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserMessageDelta",
- "Variants": [
- "Delta",
- "DeltaViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMessage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphMessage"
},
{
- "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMessageExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/messages/{message-id}/extensions",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMessageExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/messages/{message-id}/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMessageExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMessageMention",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMention",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMention"
},
{
- "Uri": "/users/{user-id}/messages/{message-id}/mentions",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMessageMention",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/messages/{message-id}/mentions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMention",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMention"
},
{
- "Uri": "/users/{user-id}/messages/{message-id}/mentions/$count",
- "Permissions": [],
- "Module": "Beta.Mail",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMessageMentionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/messages/{message-id}/mentions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Mail",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMobileAppIntentAndState",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -192368,19 +201124,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaUserMobileAppIntentAndState",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppIntentAndState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMobileAppIntentAndState"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMobileAppIntentAndState",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/mobileAppIntentAndStates",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -192399,18 +201155,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaUserMobileAppIntentAndState",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppIntentAndState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMobileAppIntentAndState"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMobileAppIntentAndStateCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/mobileAppIntentAndStates/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -192429,156 +201187,166 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Devices.CorporateManagement",
- "Command": "Get-MgBetaUserMobileAppIntentAndStateCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMobileAppTroubleshootingEvent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent"
},
{
- "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMobileAppTroubleshootingEvent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent"
},
{
- "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppLogCollectionRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppLogCollectionRequest"
},
{
- "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAppLogCollectionRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppLogCollectionRequest"
},
{
- "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserMobileAppTroubleshootingEventCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/notifications/{notification-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserNotification",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/notifications/{notification-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphNotification",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotification"
},
{
- "Uri": "/users/{user-id}/notifications",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserNotification",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/notifications",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphNotification",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotification"
},
{
- "Uri": "/users/{user-id}/notifications/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserNotificationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/notifications/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOauth2PermissionGrant",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOAuth2PermissionGrant"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOauth2PermissionGrant",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/oauth2PermissionGrants",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -192597,18 +201365,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserOauth2PermissionGrant",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOAuth2PermissionGrant"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOauth2PermissionGrantCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/oauth2PermissionGrants/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -192627,19 +201397,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserOauth2PermissionGrantCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteNotebook",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}",
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -192682,19 +201453,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaUserOnenoteNotebook",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteNotebook",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/onenote/notebooks",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -192737,18 +201508,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaUserOnenoteNotebook",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteNotebookCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/onenote/notebooks/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -192791,19 +201564,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaUserOnenoteNotebookCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaUserOnenoteNotebookFromWebUrl",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta",
"Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Module": "Beta.Users.Actions",
"Permissions": [
{
"Name": "Notes.Create",
@@ -192846,21 +201622,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Actions",
- "Command": "Get-MgBetaUserOnenoteNotebookFromWebUrl",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCopyNotebookModel",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphCopyNotebookModel"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteNotebookSection",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -192903,18 +201677,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaUserOnenoteNotebookSection",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteNotebookSectionGroup",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -192957,18 +201732,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaUserOnenoteNotebookSectionGroup",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteOperation",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -193011,33 +201788,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaUserOnenoteOperation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/users/{user-id}/onenote/operations/$count",
- "Permissions": [],
- "Module": "Beta.Notes",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOnenoteOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onenote/operations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Notes",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnenotePage",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Read",
@@ -193072,19 +201851,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaUserOnenotePage",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnenotePage",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/onenote/pages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Read",
@@ -193119,18 +201898,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaUserOnenotePage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnenotePageContent",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Read",
@@ -193165,19 +201946,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaUserOnenotePageContent",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnenotePageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onenote/pages/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/onenote/pages/$count",
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Read",
@@ -193212,19 +201994,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaUserOnenotePageCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteRecentNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})",
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "Notes.Create",
@@ -193267,33 +202050,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserOnenoteRecentNotebook",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRecentNotebook",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphRecentNotebook"
},
{
- "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}",
- "Permissions": [],
- "Module": "Beta.Notes",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOnenoteResource",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Notes",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteResource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteResourceContent",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Read",
@@ -193328,33 +202113,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaUserOnenoteResourceContent",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/onenote/resources/$count",
- "Permissions": [],
- "Module": "Beta.Notes",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOnenoteResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onenote/resources/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Notes",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteSection",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -193397,19 +202184,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaUserOnenoteSection",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteSection",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/onenote/sections",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -193452,18 +202239,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaUserOnenoteSection",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteSectionCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/onenote/sections/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -193506,19 +202295,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaUserOnenoteSectionCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteSectionGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}",
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -193561,19 +202351,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaUserOnenoteSectionGroup",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteSectionGroup",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/onenote/sectionGroups",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List",
+ "List1"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -193616,19 +202407,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaUserOnenoteSectionGroup",
- "Variants": [
- "List",
- "List1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteSectionGroupCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -193671,21 +202465,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaUserOnenoteSectionGroupCount",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteSectionGroupSection",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -193728,18 +202520,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaUserOnenoteSectionGroupSection",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteSectionPage",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Notes",
"Permissions": [
{
"Name": "Notes.Read",
@@ -193774,18 +202567,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Notes",
- "Command": "Get-MgBetaUserOnenoteSectionPage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnlineMeeting",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "OnlineMeetings.Read",
@@ -193820,19 +202615,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Get-MgBetaUserOnlineMeeting",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnlineMeeting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnlineMeeting"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnlineMeeting",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/onlineMeetings",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "OnlineMeetings.Read",
@@ -193867,18 +202662,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Get-MgBetaUserOnlineMeeting",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnlineMeeting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnlineMeeting"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnlineMeetingAlternativeRecording",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "OnlineMeetingArtifact.Read.All",
@@ -193921,136 +202718,145 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Get-MgBetaUserOnlineMeetingAlternativeRecording",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOnlineMeetingAttendanceReport",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMeetingAttendanceReport"
},
{
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOnlineMeetingAttendanceReport",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMeetingAttendanceReport"
},
{
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttendanceRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttendanceRecord"
},
{
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords",
+ "ApiVersion": "beta",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttendanceRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttendanceRecord"
},
{
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecordCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOnlineMeetingAttendanceReportCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOnlineMeetingAttendeeReport",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOnlineMeetingBroadcastRecording",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnlineMeetingByJoinWebUrl",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "OnlineMeetings.Read",
@@ -194085,19 +202891,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Get-MgBetaUserOnlineMeetingByJoinWebUrl",
+ "OutputType": "IMicrosoftGraphOnlineMeeting"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnlineMeetingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onlineMeetings/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOnlineMeeting",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/onlineMeetings/$count",
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "OnlineMeetings.Read",
@@ -194132,19 +202939,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Get-MgBetaUserOnlineMeetingCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/getVirtualAppointmentJoinWebUrl",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/getVirtualAppointmentJoinWebUrl",
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "OnlineMeetings.Read",
@@ -194179,19 +202987,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta"
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnlineMeetingRecording",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "OnlineMeetingArtifact.Read.All",
@@ -194234,76 +203045,79 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Get-MgBetaUserOnlineMeetingRecording",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOnlineMeetingRecording",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCallRecording",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallRecording"
},
{
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOnlineMeetingRecordingContent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOnlineMeetingRecordingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOnlineMeetingRecordingDelta",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCallRecording",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallRecording"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnlineMeetingRegistration",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "OnlineMeetings.Read",
@@ -194338,19 +203152,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Get-MgBetaUserOnlineMeetingRegistration",
+ "OutputType": "IMicrosoftGraphMeetingRegistration"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMeetingRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}",
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "OnlineMeetings.Read",
@@ -194369,60 +203184,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion"
},
{
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion"
},
{
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMeetingRegistrantBase",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMeetingRegistrantBase"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "OnlineMeetings.Read",
@@ -194449,18 +203267,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMeetingRegistrantBase",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMeetingRegistrantBase"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrantCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "OnlineMeetings.Read",
@@ -194487,102 +203307,109 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrantCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOnlineMeetingTranscript",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCallTranscript",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallTranscript"
},
{
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOnlineMeetingTranscript",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCallTranscript",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallTranscript"
},
{
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOnlineMeetingTranscriptContent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOnlineMeetingTranscriptCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOnlineMeetingTranscriptDelta",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphCallTranscript",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallTranscript"
},
{
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent",
- "Permissions": [],
- "Module": "Beta.CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOnlineMeetingTranscriptMetadataContent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnlineMeetingVirtualAppointmentJoinWebUrl",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta",
"Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "VirtualAppointment.Read",
@@ -194633,443 +203460,474 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserOnlineMeetingVirtualAppointmentJoinWebUrl",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta"
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookMasterCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOutlookCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOutlookCategory"
},
{
- "Uri": "/users/{user-id}/outlook/masterCategories",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookMasterCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/masterCategories",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOutlookCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOutlookCategory"
},
{
- "Uri": "/users/{user-id}/outlook/masterCategories/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookMasterCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/masterCategories/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookTask",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOutlookTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOutlookTask"
},
{
- "Uri": "/users/{user-id}/outlook/tasks",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookTask",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/tasks",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOutlookTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOutlookTask"
},
{
- "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookTaskAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookTaskAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookTaskAttachmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/outlook/tasks/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookTaskCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/tasks/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookTaskFolder",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOutlookTaskFolder",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOutlookTaskFolder"
},
{
- "Uri": "/users/{user-id}/outlook/taskFolders",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookTaskFolder",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/taskFolders",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOutlookTaskFolder",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOutlookTaskFolder"
},
{
- "Uri": "/users/{user-id}/outlook/taskFolders/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookTaskFolderCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/taskFolders/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookTaskFolderTask",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOutlookTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOutlookTask"
},
{
- "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookTaskFolderTask",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOutlookTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOutlookTask"
},
{
- "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookTaskFolderTaskCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookTaskGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOutlookTaskGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOutlookTaskGroup"
},
{
- "Uri": "/users/{user-id}/outlook/taskGroups",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookTaskGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/taskGroups",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOutlookTaskGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOutlookTaskGroup"
},
{
- "Uri": "/users/{user-id}/outlook/taskGroups/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookTaskGroupCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/taskGroups/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOutlookTaskFolder",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOutlookTaskFolder"
},
{
- "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOutlookTaskFolder",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOutlookTaskFolder"
},
{
- "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOutlookTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOutlookTask"
},
{
- "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphOutlookTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOutlookTask"
},
{
- "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOwnedDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOwnedDevice",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/ownedDevices",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -195112,72 +203970,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserOwnedDevice",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOwnedDeviceAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/users/{user-id}/ownedDevices/device",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOwnedDeviceAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/ownedDevices/device",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOwnedDeviceAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
- "Uri": "/users/{user-id}/ownedDevices/endpoint",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOwnedDeviceAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/ownedDevices/endpoint",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOwnedDeviceCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/ownedDevices/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -195220,61 +204084,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserOwnedDeviceCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/ownedDevices/device/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOwnedDeviceCountAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/ownedDevices/device/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/ownedDevices/endpoint/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOwnedDeviceCountAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/ownedDevices/endpoint/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOwnedObject",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOwnedObject",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/ownedObjects",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -195317,113 +204184,122 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserOwnedObject",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOwnedObjectAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/users/{user-id}/ownedObjects/application",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOwnedObjectAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/ownedObjects/application",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOwnedObjectAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/users/{user-id}/ownedObjects/group",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOwnedObjectAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/ownedObjects/group",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/users/{user-id}/ownedObjects/servicePrincipal",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/ownedObjects/servicePrincipal",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/users/getUserOwnedObjects",
- "Permissions": [],
- "Module": "Beta.Users.Actions",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgBetaUserOwnedObjectByType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta",
+ "Uri": "/users/getUserOwnedObjects",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta"
+ "Module": "Beta.Users.Actions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOwnedObjectCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/ownedObjects/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -195466,61 +204342,65 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserOwnedObjectCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/ownedObjects/application/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOwnedObjectCountAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/ownedObjects/application/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/ownedObjects/group/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOwnedObjectCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/ownedObjects/group/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserOwnedObjectCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBetaUserPasswordSingleSignOnCredential",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getpasswordsinglesignoncredentials?view=graph-rest-beta",
"Uri": "/users/{user-id}/getPasswordSingleSignOnCredentials",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users.Actions",
"Permissions": [
{
"Name": "Directory.AccessAsUser.All",
@@ -195547,33 +204427,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Actions",
- "Command": "Get-MgBetaUserPasswordSingleSignOnCredential",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getpasswordsinglesignoncredentials?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet"
},
{
- "Uri": "/users/{user-id}/people/{person-id}",
- "Permissions": [],
- "Module": "Beta.People",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserPerson",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/people/{person-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPerson",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.People",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPerson"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaUserPerson",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/people",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "People.Read",
@@ -195592,18 +204473,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserPerson",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPerson",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPerson"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserPersonCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/people/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "People.Read",
@@ -195622,19 +204505,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserPersonCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaUserPhoto",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/photo",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -195677,21 +204563,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserPhoto",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphProfilePhoto"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaUserPhoto",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/photos",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -195734,18 +204618,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserPhoto",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphProfilePhoto"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserPhotoContent",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/photo/$value",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -195788,21 +204676,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserPhotoContent",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserPlanner",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/planner",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/planner",
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -195845,48 +204734,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaUserPlanner",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerUser"
},
{
- "Uri": "/users/{user-id}/planner/all",
- "Permissions": [],
- "Module": "Beta.Planner",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserPlanner",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/planner/all",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerDelta",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Planner",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerDelta"
},
{
- "Uri": "/users/{user-id}/planner/all/$count",
- "Permissions": [],
- "Module": "Beta.Planner",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserPlannerAllCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/planner/all/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Planner",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserPlannerAllDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-delta?view=graph-rest-beta",
"Uri": "/users/{user-id}/planner/all/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -195921,33 +204811,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserPlannerAllDelta",
- "Variants": [
- "Delta",
- "DeltaViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerDelta",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphPlannerDelta"
},
{
- "Uri": "/users/{user-id}/planner/favoritePlans/{plannerPlan-id}",
- "Permissions": [],
- "Module": "Beta.Planner",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserPlannerFavoritePlan",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/planner/favoritePlans/{plannerPlan-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Planner",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerPlan"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserPlannerFavoritePlan",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/planner/favoritePlans",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -195974,18 +204865,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaUserPlannerFavoritePlan",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerPlan"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserPlannerFavoritePlanCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/planner/favoritePlans/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -196012,33 +204905,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaUserPlannerFavoritePlanCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/planner/myDayTasks/{plannerTask-id}",
- "Permissions": [],
- "Module": "Beta.Planner",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserPlannerMyDayTask",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/planner/myDayTasks/{plannerTask-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Planner",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerTask"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserPlannerMyDayTask",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/planner/myDayTasks",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -196073,18 +204967,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaUserPlannerMyDayTask",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerTask"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserPlannerMyDayTaskCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/planner/myDayTasks/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -196119,19 +205015,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaUserPlannerMyDayTaskCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserPlannerPlan",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/planner/plans",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -196166,88 +205062,94 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaUserPlannerPlan",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerPlan"
},
{
- "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/delta",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserPlannerPlanBucketDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerBucket",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta"
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerBucket"
},
{
- "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserPlannerPlanBucketTaskDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta"
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerTask"
},
{
- "Uri": "/users/{user-id}/planner/plans/delta",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserPlannerPlanDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/planner/plans/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta"
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerPlan"
},
{
- "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/delta",
- "Permissions": [],
- "Module": "Beta.Users.Functions",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserPlannerPlanTaskDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta",
+ "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/delta",
+ "ApiVersion": "beta",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta"
+ "Module": "Beta.Users.Functions",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerTask"
},
{
- "Uri": "/users/{user-id}/planner/recentPlans/{plannerPlan-id}",
- "Permissions": [],
- "Module": "Beta.Planner",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserPlannerRecentPlan",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/planner/recentPlans/{plannerPlan-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Planner",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerPlan"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserPlannerRecentPlan",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/planner/recentPlans",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -196274,18 +205176,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaUserPlannerRecentPlan",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerPlan"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserPlannerRecentPlanCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/planner/recentPlans/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -196312,33 +205216,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaUserPlannerRecentPlanCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/planner/rosterPlans/{plannerPlan-id}",
- "Permissions": [],
- "Module": "Beta.Planner",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserPlannerRosterPlan",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/planner/rosterPlans/{plannerPlan-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Planner",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerPlan"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserPlannerRosterPlan",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/planner/rosterPlans",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -196373,18 +205278,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaUserPlannerRosterPlan",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerPlan"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserPlannerRosterPlanCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/planner/rosterPlans/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -196419,19 +205326,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaUserPlannerRosterPlanCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserPlannerTask",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/planner/tasks",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -196482,18 +205389,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Planner",
- "Command": "Get-MgBetaUserPlannerTask",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerTask"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserPlannerTaskDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta",
"Uri": "/users/{user-id}/planner/tasks/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -196512,19 +205421,20 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserPlannerTaskDelta",
- "Variants": [
- "Delta",
- "DeltaViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta"
+ "OutputType": "IMicrosoftGraphPlannerTask"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserPresence",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/presence",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.CloudCommunications",
"Permissions": [
{
"Name": "Presence.Read",
@@ -196551,74 +205461,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.CloudCommunications",
- "Command": "Get-MgBetaUserPresence",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPresence",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPresence"
},
{
- "Uri": "/users/{user-id}/profile",
- "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.People",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserProfile",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphProfile",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}",
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -196661,128 +205517,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileAccount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserAccountInformation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphProfile"
},
{
- "Uri": "/users/{user-id}/profile/account",
- "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.People",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserProfileAccount",
- "Variants": [
- "List"
- ],
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}",
"ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserAccountInformation",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/account/$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.People",
- "Command": "Get-MgBetaUserProfileAccountCount",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}",
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -196825,19 +205573,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileAddress",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemAddress",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserAccountInformation"
},
{
- "Uri": "/users/{user-id}/profile/addresses",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileAccount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/account",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -196880,18 +205628,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileAddress",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemAddress",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserAccountInformation"
},
{
- "Uri": "/users/{user-id}/profile/addresses/$count",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileAccountCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/account/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -196934,19 +205684,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileAddressCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileAddress",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}",
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -196989,19 +205740,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileAnniversary",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPersonAnnualEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphItemAddress"
},
{
- "Uri": "/users/{user-id}/profile/anniversaries",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileAddress",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/addresses",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -197044,18 +205795,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileAnniversary",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPersonAnnualEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphItemAddress"
},
{
- "Uri": "/users/{user-id}/profile/anniversaries/$count",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileAddressCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/addresses/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -197098,19 +205851,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileAnniversaryCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileAnniversary",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/awards/{personAward-id}",
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -197153,19 +205907,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileAward",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPersonAward",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPersonAnnualEvent"
},
{
- "Uri": "/users/{user-id}/profile/awards",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileAnniversary",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/anniversaries",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -197208,18 +205962,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileAward",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPersonAward",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPersonAnnualEvent"
},
{
- "Uri": "/users/{user-id}/profile/awards/$count",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileAnniversaryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/anniversaries/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -197262,19 +206018,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileAwardCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileAward",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/awards/{personAward-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}",
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -197317,19 +206074,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileCertification",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPersonCertification",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPersonAward"
},
{
- "Uri": "/users/{user-id}/profile/certifications",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileAward",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/awards",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -197372,18 +206129,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileCertification",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPersonCertification",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPersonAward"
},
{
- "Uri": "/users/{user-id}/profile/certifications/$count",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileAwardCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/awards/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -197426,19 +206185,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileCertificationCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileCertification",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}",
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -197481,19 +206241,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileEducationalActivity",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationalActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPersonCertification"
},
{
- "Uri": "/users/{user-id}/profile/educationalActivities",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileCertification",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/certifications",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -197536,18 +206296,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileEducationalActivity",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEducationalActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPersonCertification"
},
{
- "Uri": "/users/{user-id}/profile/educationalActivities/$count",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileCertificationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/certifications/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -197590,19 +206352,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileEducationalActivityCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileEducationalActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}",
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -197645,19 +206408,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileEmail",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemEmail",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationalActivity"
},
{
- "Uri": "/users/{user-id}/profile/emails",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileEducationalActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/educationalActivities",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -197700,18 +206463,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileEmail",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemEmail",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationalActivity"
},
{
- "Uri": "/users/{user-id}/profile/emails/$count",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileEducationalActivityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/educationalActivities/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -197754,19 +206519,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileEmailCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileEmail",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/interests/{personInterest-id}",
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -197809,19 +206575,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileInterest",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPersonInterest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphItemEmail"
},
{
- "Uri": "/users/{user-id}/profile/interests",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileEmail",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/emails",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -197864,18 +206630,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileInterest",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPersonInterest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphItemEmail"
},
{
- "Uri": "/users/{user-id}/profile/interests/$count",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileEmailCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/emails/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -197918,19 +206686,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileInterestCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileInterest",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/interests/{personInterest-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}",
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -197973,19 +206742,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileLanguage",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphLanguageProficiency",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPersonInterest"
},
{
- "Uri": "/users/{user-id}/profile/languages",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileInterest",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/interests",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -198028,18 +206797,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileLanguage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphLanguageProficiency",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPersonInterest"
},
{
- "Uri": "/users/{user-id}/profile/languages/$count",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileInterestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/interests/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -198082,19 +206853,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileLanguageCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileLanguage",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/names/{personName-id}",
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -198137,19 +206909,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileName",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPersonName",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphLanguageProficiency"
},
{
- "Uri": "/users/{user-id}/profile/names",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileLanguage",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/languages",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -198192,18 +206964,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileName",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPersonName",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphLanguageProficiency"
},
{
- "Uri": "/users/{user-id}/profile/names/$count",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileLanguageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/languages/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -198246,19 +207020,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileNameCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileName",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/names/{personName-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}",
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -198301,19 +207076,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileNote",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPersonAnnotation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPersonName"
},
{
- "Uri": "/users/{user-id}/profile/notes",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileName",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/names",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -198356,18 +207131,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileNote",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPersonAnnotation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPersonName"
},
{
- "Uri": "/users/{user-id}/profile/notes/$count",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileNameCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/names/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -198410,19 +207187,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileNoteCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileNote",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}",
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -198465,19 +207243,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfilePatent",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemPatent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPersonAnnotation"
},
{
- "Uri": "/users/{user-id}/profile/patents",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileNote",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/notes",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -198520,18 +207298,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfilePatent",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemPatent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPersonAnnotation"
},
{
- "Uri": "/users/{user-id}/profile/patents/$count",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileNoteCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/notes/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -198574,19 +207354,75 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfilePatentCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfilePatent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.People",
+ "Permissions": [
+ {
+ "Name": "User.Read",
+ "Description": "Sign you in and read your profile",
+ "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "User.ReadWrite.All",
+ "Description": "Read and write all users' full profiles",
+ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "User.ReadBasic.All",
+ "Description": "Read all users' basic profiles",
+ "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "User.Read.All",
+ "Description": "Read all users' full profiles",
+ "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "User.ReadWrite",
+ "Description": "Read and update your profile",
+ "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphItemPatent"
},
{
- "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfilePatent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/patents",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -198629,19 +207465,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfilePhone",
+ "OutputType": "IMicrosoftGraphItemPatent"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfilePatentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/patents/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemPhone",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/phones",
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -198684,18 +207521,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserProfilePhone",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}",
+ "ApiVersion": "beta",
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemPhone",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/phones/$count",
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -198738,19 +207577,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfilePhoneCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphItemPhone"
},
{
- "Uri": "/users/{user-id}/profile/positions/{workPosition-id}",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfilePhone",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/phones",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -198793,19 +207632,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfilePosition",
+ "OutputType": "IMicrosoftGraphItemPhone"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfilePhoneCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/phones/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWorkPosition",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/positions",
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -198848,18 +207688,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserProfilePosition",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/positions/{workPosition-id}",
+ "ApiVersion": "beta",
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWorkPosition",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/positions/$count",
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -198902,19 +207744,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfilePositionCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWorkPosition"
},
{
- "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfilePosition",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/positions",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -198957,19 +207799,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileProject",
+ "OutputType": "IMicrosoftGraphWorkPosition"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfilePositionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/positions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphProjectParticipation",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/projects",
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -199012,18 +207855,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserProfileProject",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}",
+ "ApiVersion": "beta",
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphProjectParticipation",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/projects/$count",
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -199066,19 +207911,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileProjectCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphProjectParticipation"
},
{
- "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileProject",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/projects",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -199121,19 +207966,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfilePublication",
+ "OutputType": "IMicrosoftGraphProjectParticipation"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileProjectCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/projects/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemPublication",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/publications",
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -199176,18 +208022,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserProfilePublication",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}",
+ "ApiVersion": "beta",
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphItemPublication",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/publications/$count",
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -199230,19 +208078,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfilePublicationCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphItemPublication"
},
{
- "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfilePublication",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/publications",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -199285,19 +208133,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
- "Command": "Get-MgBetaUserProfileSkill",
+ "OutputType": "IMicrosoftGraphItemPublication"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfilePublicationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/publications/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSkillProficiency",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/skills",
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -199340,18 +208189,75 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserProfileSkill",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}",
+ "ApiVersion": "beta",
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSkillProficiency",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.People",
+ "Permissions": [
+ {
+ "Name": "User.Read",
+ "Description": "Sign you in and read your profile",
+ "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "User.ReadWrite.All",
+ "Description": "Read and write all users' full profiles",
+ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "User.ReadBasic.All",
+ "Description": "Read all users' basic profiles",
+ "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "User.Read.All",
+ "Description": "Read all users' full profiles",
+ "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "User.ReadWrite",
+ "Description": "Read and update your profile",
+ "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphSkillProficiency"
},
{
- "Uri": "/users/{user-id}/profile/skills/$count",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileSkill",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/skills",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -199394,19 +208300,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
+ "OutputType": "IMicrosoftGraphSkillProficiency"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserProfileSkillCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/skills/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}",
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -199449,19 +208356,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserProfileWebAccount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWebAccount",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/webAccounts",
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -199504,18 +208412,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
+ "OutputType": "IMicrosoftGraphWebAccount"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserProfileWebAccount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/webAccounts",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWebAccount",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/webAccounts/$count",
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -199558,19 +208467,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
+ "OutputType": "IMicrosoftGraphWebAccount"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserProfileWebAccountCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/webAccounts/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}",
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -199613,19 +208523,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserProfileWebsite",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPersonWebsite",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/websites",
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -199668,18 +208579,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
+ "OutputType": "IMicrosoftGraphPersonWebsite"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserProfileWebsite",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/websites",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphPersonWebsite",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/profile/websites/$count",
+ "Module": "Beta.People",
"Permissions": [
{
"Name": "User.Read",
@@ -199722,33 +208634,90 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.People",
+ "OutputType": "IMicrosoftGraphPersonWebsite"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserProfileWebsiteCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/profile/websites/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.People",
+ "Permissions": [
+ {
+ "Name": "User.Read",
+ "Description": "Sign you in and read your profile",
+ "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "User.ReadWrite.All",
+ "Description": "Read and write all users' full profiles",
+ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "User.ReadBasic.All",
+ "Description": "Read all users' basic profiles",
+ "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "User.Read.All",
+ "Description": "Read all users' full profiles",
+ "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "User.ReadWrite",
+ "Description": "Read and update your profile",
+ "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserRegisteredDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserRegisteredDevice",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/registeredDevices",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -199791,72 +208760,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserRegisteredDevice",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserRegisteredDeviceAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/users/{user-id}/registeredDevices/device",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserRegisteredDeviceAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/registeredDevices/device",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
- "Uri": "/users/{user-id}/registeredDevices/endpoint",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/registeredDevices/endpoint",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserRegisteredDeviceCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/registeredDevices/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -199899,61 +208874,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserRegisteredDeviceCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/registeredDevices/device/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserRegisteredDeviceCountAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/registeredDevices/device/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/registeredDevices/endpoint/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserRegisteredDeviceCountAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/registeredDevices/endpoint/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}",
- "Permissions": [],
- "Module": "Beta.Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserScopedRoleMemberOf",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphScopedRoleMembership",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphScopedRoleMembership"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserScopedRoleMemberOf",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/scopedRoleMemberOf",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -199972,18 +208950,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaUserScopedRoleMemberOf",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphScopedRoleMembership",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphScopedRoleMembership"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserScopedRoleMemberOfCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/scopedRoleMemberOf/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -200002,47 +208982,50 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Identity.DirectoryManagement",
- "Command": "Get-MgBetaUserScopedRoleMemberOfCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/security",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserSecurity",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/security",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurity1",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurity1"
},
{
- "Uri": "/users/{user-id}/security/informationProtection",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserSecurityInformationProtection",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/security/informationProtection",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityInformationProtection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityInformationProtection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserSecurityInformationProtectionLabelPolicySetting",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "InformationProtectionPolicy.Read",
@@ -200061,19 +209044,20 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaUserSecurityInformationProtectionLabelPolicySetting",
+ "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}",
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "InformationProtectionPolicy.Read",
@@ -200092,19 +209076,19 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecuritySensitivityLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecuritySensitivityLabel"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "InformationProtectionPolicy.Read",
@@ -200123,18 +209107,20 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecuritySensitivityLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecuritySensitivityLabel"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Security",
"Permissions": [
{
"Name": "InformationProtectionPolicy.Read",
@@ -200153,33 +209139,35 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Security",
- "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent",
- "Permissions": [],
- "Module": "Beta.Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelParent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphSecuritySensitivityLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecuritySensitivityLabel"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserSetting",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/settings",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read.All",
@@ -200198,19 +209186,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserSetting",
+ "OutputType": "IMicrosoftGraphUserSettings"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserSettingContactMergeSuggestion",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/settings/contactMergeSuggestions",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserSettings",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/settings/contactMergeSuggestions",
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -200229,19 +209218,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserSettingContactMergeSuggestion",
+ "OutputType": "IMicrosoftGraphContactMergeSuggestions"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserSettingItemInsight",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/settings/itemInsights",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphContactMergeSuggestions",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/settings/itemInsights",
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -200260,33 +209250,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserSettingItemInsight",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserInsightsSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserInsightsSettings"
},
{
- "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserSettingRegionalAndLanguageSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserSettingShiftPreference",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/settings/shiftPreferences",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read.All",
@@ -200321,33 +209313,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserSettingShiftPreference",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphShiftPreferences",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphShiftPreferences"
},
{
- "Uri": "/users/{user-id}/settings/storage",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserSettingStorage",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/settings/storage",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserStorage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserStorage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserSettingStorageQuota",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/settings/storage/quota",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Files.Read",
@@ -200382,19 +209376,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserSettingStorageQuota",
+ "OutputType": "IMicrosoftGraphUnifiedStorageQuota"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserSettingStorageQuotaService",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUnifiedStorageQuota",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}",
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Files.Read",
@@ -200429,19 +209424,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserSettingStorageQuotaService",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserSettingStorageQuotaService",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/settings/storage/quota/services",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Files.Read",
@@ -200476,18 +209471,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserSettingStorageQuotaService",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserSettingStorageQuotaServiceCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/settings/storage/quota/services/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Files.Read",
@@ -200522,115 +209519,122 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserSettingStorageQuotaServiceCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserSettingWindows",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsSetting"
},
{
- "Uri": "/users/{user-id}/settings/windows",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserSettingWindows",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/settings/windows",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsSetting"
},
{
- "Uri": "/users/{user-id}/settings/windows/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserSettingWindowsCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/settings/windows/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserSettingWindowsInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsSettingInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsSettingInstance"
},
{
- "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserSettingWindowsInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsSettingInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsSettingInstance"
},
{
- "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserSettingWindowsInstanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/sponsors/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserSponsor",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/sponsors/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserSponsor",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/sponsors",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -200657,18 +209661,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserSponsor",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserSponsorCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/sponsors/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -200695,19 +209701,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserSponsorCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTeamwork",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/teamwork",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/teamwork",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "UserTeamwork.Read",
@@ -200726,35 +209733,36 @@
"IsLeastPrivilege": true
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaUserTeamwork",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserTeamwork",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserTeamwork"
},
{
- "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserTeamworkAssociatedTeam",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAssociatedTeamInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAssociatedTeamInfo"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTeamworkAssociatedTeam",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/teamwork/associatedTeams",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Team.ReadBasic.All",
@@ -200781,18 +209789,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaUserTeamworkAssociatedTeam",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAssociatedTeamInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAssociatedTeamInfo"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTeamworkAssociatedTeamCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/teamwork/associatedTeams/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "Team.ReadBasic.All",
@@ -200819,19 +209829,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaUserTeamworkAssociatedTeamCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTeamworkInstalledApp",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamsAppInstallation.ReadForUser",
@@ -200946,19 +209957,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaUserTeamworkInstalledApp",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTeamworkInstalledApp",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/teamwork/installedApps",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamsAppInstallation.ReadForUser",
@@ -201073,18 +210084,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaUserTeamworkInstalledApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTeamworkInstalledAppChat",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamsAppInstallation.ReadForUser",
@@ -201151,19 +210164,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaUserTeamworkInstalledAppChat",
+ "OutputType": "IMicrosoftGraphChat"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTeamworkInstalledAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/teamwork/installedApps/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChat",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/teamwork/installedApps/$count",
+ "Module": "Beta.Teams",
"Permissions": [
{
"Name": "TeamsAppInstallation.ReadForUser",
@@ -201278,47 +210292,50 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Teams",
- "Command": "Get-MgBetaUserTeamworkInstalledAppCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserTeamworkInstalledAppTeamApp",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsApp"
},
{
- "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition",
- "Permissions": [],
- "Module": "Beta.Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserTeamworkInstalledAppTeamAppDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTeamsAppDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsAppDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTodoList",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -201353,19 +210370,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserTodoList",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTodoTaskList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTodoTaskList"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTodoList",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/todo/lists",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -201400,18 +210417,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserTodoList",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTodoTaskList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTodoTaskList"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTodoListCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/todo/lists/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -201446,19 +210465,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserTodoListCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTodoListDelta",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/todo/lists/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "Tasks.ReadWrite",
@@ -201485,60 +210505,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserTodoListDelta",
- "Variants": [
- "Delta",
- "DeltaViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTodoTaskList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTodoTaskList"
},
{
- "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserTodoListExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserTodoListExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserTodoListExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTodoTask",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -201573,19 +210597,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserTodoTask",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTodoTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTodoTask"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTodoTask",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -201620,18 +210644,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserTodoTask",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTodoTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTodoTask"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTodoTaskAttachment",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -201666,19 +210692,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserTodoTaskAttachment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachmentBase",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAttachmentBase"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTodoTaskAttachment",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -201713,18 +210739,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserTodoTaskAttachment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachmentBase",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAttachmentBase"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTodoTaskAttachmentContent",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -201759,19 +210787,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserTodoTaskAttachmentContent",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTodoTaskAttachmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count",
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -201806,74 +210835,79 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserTodoTaskAttachmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserTodoTaskAttachmentSession",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachmentSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachmentSession"
},
{
- "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgBetaUserTodoTaskAttachmentSession",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttachmentSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachmentSession"
},
{
- "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserTodoTaskAttachmentSessionContent",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserTodoTaskAttachmentSessionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTodoTaskChecklistItem",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -201908,19 +210942,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserTodoTaskChecklistItem",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChecklistItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChecklistItem"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTodoTaskChecklistItem",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -201955,18 +210989,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserTodoTaskChecklistItem",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphChecklistItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChecklistItem"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTodoTaskChecklistItemCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -202001,19 +211037,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserTodoTaskChecklistItemCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTodoTaskCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count",
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -202048,19 +211085,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserTodoTaskCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTodoTaskDelta",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Module": "Beta.Users.Functions",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -202095,60 +211133,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users.Functions",
- "Command": "Get-MgBetaUserTodoTaskDelta",
- "Variants": [
- "Delta",
- "DeltaViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphTodoTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTodoTask"
},
{
- "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserTodoTaskExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserTodoTaskExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserTodoTaskExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTodoTaskLinkedResource",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -202183,19 +211225,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserTodoTaskLinkedResource",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphLinkedResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphLinkedResource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTodoTaskLinkedResource",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -202230,18 +211272,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserTodoTaskLinkedResource",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphLinkedResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphLinkedResource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTodoTaskLinkedResourceCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -202276,33 +211320,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserTodoTaskLinkedResourceCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserTransitiveMemberOf",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTransitiveMemberOf",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/transitiveMemberOf",
+ "ApiVersion": "beta",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -202353,99 +211398,107 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserTransitiveMemberOf",
- "Variants": [
- "List"
- ],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryRole"
},
{
- "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryRole"
},
{
- "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/users/{user-id}/transitiveMemberOf/group",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/transitiveMemberOf/group",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTransitiveMemberOfCount",
+ "ApiReferenceLink": null,
"Uri": "/users/{user-id}/transitiveMemberOf/$count",
+ "ApiVersion": "beta",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Beta.Users",
"Permissions": [
{
"Name": "User.Read",
@@ -202496,2344 +211549,2515 @@
"IsLeastPrivilege": false
}
],
- "Module": "Beta.Users",
- "Command": "Get-MgBetaUserTransitiveMemberOfCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserTransitiveMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserTransitiveMemberOfCountAsDirectoryRole",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/transitiveMemberOf/group/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserTransitiveMemberOfCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/transitiveMemberOf/group/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/transitiveReports/{directoryObject-id}",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserTransitiveReport",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/transitiveReports/{directoryObject-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/users/{user-id}/transitiveReports",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserTransitiveReport",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/transitiveReports",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/users/{user-id}/transitiveReports/$count",
- "Permissions": [],
- "Module": "Beta.Users",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserTransitiveReportCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/transitiveReports/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Users",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration"
},
{
- "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration"
},
{
- "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/$count",
- "Permissions": [],
- "Module": "Beta.Devices.CorporateManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistrationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEvent",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get1",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEvent"
},
{
- "Uri": "/solutions/virtualEvents/events",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEvent",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEvent"
},
{
- "Uri": "/solutions/virtualEvents/events/$count",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventCount",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventPresenter",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventPresenter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventPresenter"
},
{
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventPresenter",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventPresenter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventPresenter"
},
{
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventPresenterCount",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventPresenterSession",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventSession"
},
{
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventPresenterSession",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventSession"
},
{
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventPresenterSessionByJoinWebUrl",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventSession"
},
{
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/$count",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventPresenterSessionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventSession",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventSession"
},
{
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventSession",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventSession"
},
{
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventSessionAttendanceReport",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMeetingAttendanceReport"
},
{
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventSessionAttendanceReport",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMeetingAttendanceReport"
},
{
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttendanceRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttendanceRecord"
},
{
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttendanceRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttendanceRecord"
},
{
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecordCount",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventSessionAttendanceReportCount",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventSessionByJoinWebUrl",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventSession"
},
{
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventSessionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventSessionPresenter",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventPresenter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventPresenter"
},
{
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventSessionPresenter",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventPresenter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventPresenter"
},
{
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/$count",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventSessionPresenterCount",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventSessionRegistration",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration"
},
{
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventSessionRegistration",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration"
},
{
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventSessionRegistrationByEmail",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration"
},
{
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventSessionRegistrationByUserId",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration"
},
{
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/$count",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventSessionRegistrationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhall",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventTownhall",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventTownhall"
},
{
- "Uri": "/solutions/virtualEvents/townhalls",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhall",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventTownhall",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventTownhall"
},
{
- "Uri": "/solutions/virtualEvents/townhalls/getByUserIdAndRole(userId='{userId}',role='{role}')",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallByUserIdAndRole",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/getByUserIdAndRole(userId='{userId}',role='{role}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventTownhall",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventTownhall"
},
{
- "Uri": "/solutions/virtualEvents/townhalls/getByUserRole(role='{role}')",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallByUserRole",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/getByUserRole(role='{role}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventTownhall",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventTownhall"
},
{
- "Uri": "/solutions/virtualEvents/townhalls/$count",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallCount",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallPresenter",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventPresenter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventPresenter"
},
{
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallPresenter",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventPresenter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventPresenter"
},
{
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/$count",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallPresenterCount",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallPresenterSession",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventSession"
},
{
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallPresenterSession",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventSession"
},
{
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallPresenterSessionByJoinWebUrl",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventSession"
},
{
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/$count",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallPresenterSessionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallSession",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventSession"
},
{
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallSession",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventSession"
},
{
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMeetingAttendanceReport"
},
{
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMeetingAttendanceReport"
},
{
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttendanceRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttendanceRecord"
},
{
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttendanceRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttendanceRecord"
},
{
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/$count",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportCount",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallSessionByJoinWebUrl",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventSession"
},
{
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/$count",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallSessionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallSessionPresenter",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventPresenter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventPresenter"
},
{
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallSessionPresenter",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventPresenter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventPresenter"
},
{
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/$count",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallSessionPresenterCount",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallSessionRegistration",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration"
},
{
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallSessionRegistration",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration"
},
{
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByEmail",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration"
},
{
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByUserId",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration"
},
{
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/$count",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinar",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventWebinar",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventWebinar"
},
{
- "Uri": "/solutions/virtualEvents/webinars",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinar",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventWebinar",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventWebinar"
},
{
- "Uri": "/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}')",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarByUserIdAndRole",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-beta",
+ "Uri": "/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventWebinar",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-beta"
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventWebinar"
},
{
- "Uri": "/solutions/virtualEvents/webinars/getByUserRole(role='{role}')",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarByUserRole",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-beta",
+ "Uri": "/solutions/virtualEvents/webinars/getByUserRole(role='{role}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventWebinar",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-beta"
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventWebinar"
},
{
- "Uri": "/solutions/virtualEvents/webinars/$count",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarCount",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarPresenter",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventPresenter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventPresenter"
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarPresenter",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventPresenter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventPresenter"
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/$count",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarPresenterCount",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarPresenterSession",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventSession"
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarPresenterSession",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventSession"
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarPresenterSessionByJoinWebUrl",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventSession"
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/$count",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarPresenterSessionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarRegistration",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration"
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarRegistration",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration"
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarRegistrationByEmail",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration"
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarRegistrationByUserId",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration"
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarRegistrationConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration"
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarRegistrationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarRegistrationSession",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventSession"
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarRegistrationSession",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventSession"
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions(joinWebUrl='{joinWebUrl}')",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionByJoinWebUrl",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions(joinWebUrl='{joinWebUrl}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventSession"
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/$count",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarSession",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventSession"
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarSession",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventSession"
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMeetingAttendanceReport"
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMeetingAttendanceReport"
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttendanceRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttendanceRecord"
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphAttendanceRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttendanceRecord"
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportCount",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarSessionByJoinWebUrl",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventSession"
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarSessionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarSessionPresenter",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventPresenter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventPresenter"
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarSessionPresenter",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventPresenter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventPresenter"
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/$count",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarSessionPresenterCount",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarSessionRegistration",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration"
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarSessionRegistration",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration"
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByEmail",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration"
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByUserId",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration"
},
{
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/$count",
- "Permissions": [],
- "Module": "Beta.Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.Bookings",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/catalog/entries/{catalogEntry-id}",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuCatalogEntry",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesCatalogEntry",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/catalog/entries/{catalogEntry-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry"
},
{
- "Uri": "/admin/windows/updates/catalog/entries",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuCatalogEntry",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesCatalogEntry",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/catalog/entries",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry"
},
{
- "Uri": "/admin/windows/updates/catalog/entries/$count",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuCatalogEntryCount",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesCatalogEntryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/catalog/entries/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/deployments/{deployment-id}",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuDeployment",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesDeployment",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment"
},
{
- "Uri": "/admin/windows/updates/deployments",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuDeployment",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesDeployment",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/deployments",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment"
},
{
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContent",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent"
},
{
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContent",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent"
},
{
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentCatalogEntry",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCatalogEntry",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry"
},
{
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/$count",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentCount",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch"
},
{
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch"
},
{
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDeviceCount",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDeviceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusion",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusion",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset"
},
{
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/$count",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusionCount",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuDeploymentAudienceMember",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuDeploymentAudienceMember",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset"
},
{
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/$count",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuDeploymentAudienceMemberCount",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMemberCount",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/deployments/$count",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuDeploymentCount",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesDeploymentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/deployments/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuPolicy",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy"
},
{
- "Uri": "/admin/windows/updates/updatePolicies",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuPolicy",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/updatePolicies",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy"
},
{
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuPolicyAudience",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesPolicyAudience",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience"
},
{
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContent",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent"
},
{
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContent",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent"
},
{
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentCatalogEntry",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCatalogEntry",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry"
},
{
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/$count",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentCount",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch"
},
{
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch"
},
{
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDeviceCount",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDeviceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusion",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusion",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset"
},
{
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/$count",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusionCount",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuPolicyAudienceMember",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuPolicyAudienceMember",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset"
},
{
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/$count",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuPolicyAudienceMemberCount",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMemberCount",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuPolicyComplianceChange",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange"
},
{
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuPolicyComplianceChange",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange"
},
{
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/$count",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuPolicyComplianceChangeCount",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}/updatePolicy",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuPolicyComplianceChangeUpdatePolicy",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeUpdatePolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}/updatePolicy",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy"
},
{
- "Uri": "/admin/windows/updates/updatePolicies/$count",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuPolicyCount",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesPolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/updatePolicies/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/products/{product-id}",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuProduct",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesProduct",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/products/{product-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesProduct",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesProduct"
},
{
- "Uri": "/admin/windows/updates/products",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuProduct",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesProduct",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/products",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesProduct",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesProduct"
},
{
- "Uri": "/admin/windows/updates/products/$count",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuProductCount",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesProductCount",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/products/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuProductEdition",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesProductEdition",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesEdition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesEdition"
},
{
- "Uri": "/admin/windows/updates/products/{product-id}/editions",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuProductEdition",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesProductEdition",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/products/{product-id}/editions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesEdition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesEdition"
},
{
- "Uri": "/admin/windows/updates/products/{product-id}/editions/$count",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuProductEditionCount",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesProductEditionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/products/{product-id}/editions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuProductKnownIssue",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesProductKnownIssue",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue"
},
{
- "Uri": "/admin/windows/updates/products/{product-id}/knownIssues",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuProductKnownIssue",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesProductKnownIssue",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/products/{product-id}/knownIssues",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue"
},
{
- "Uri": "/admin/windows/updates/products/{product-id}/getKnownIssuesByTimeRange(daysInPast={daysInPast},includeAllActive=@includeAllActive)",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuProductKnownIssueGraphBPreTimeRange",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesProductKnownIssueByTimeRange",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-product-getknownissuesbytimerange?view=graph-rest-beta",
+ "Uri": "/admin/windows/updates/products/{product-id}/getKnownIssuesByTimeRange(daysInPast={daysInPast},includeAllActive=@includeAllActive)",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-product-getknownissuesbytimerange?view=graph-rest-beta"
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue"
},
{
- "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/$count",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuProductKnownIssueCount",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesProductKnownIssueCount",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle"
},
{
- "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle"
},
{
- "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuProductRevision",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesProductRevision",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision"
},
{
- "Uri": "/admin/windows/updates/products/{product-id}/revisions",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuProductRevision",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesProductRevision",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/products/{product-id}/revisions",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision"
},
{
- "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuProductRevisionCatalogEntry",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesProductRevisionCatalogEntry",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry"
},
{
- "Uri": "/admin/windows/updates/products/{product-id}/revisions/$count",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuProductRevisionCount",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesProductRevisionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/products/{product-id}/revisions/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuProductRevisionKnowledgeBaseArticle",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle"
},
{
- "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuResourceConnection",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesResourceConnection",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection"
},
{
- "Uri": "/admin/windows/updates/resourceConnections",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuResourceConnection",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesResourceConnection",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/resourceConnections",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection"
},
{
- "Uri": "/admin/windows/updates/resourceConnections/$count",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuResourceConnectionCount",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesResourceConnectionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/resourceConnections/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuUpdatableAsset",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesUpdatableAsset",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}",
+ "ApiVersion": "beta",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/admin/windows/updates/updatableAssets",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuUpdatableAsset",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesUpdatableAsset",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/updatableAssets",
+ "ApiVersion": "beta",
"Variants": [
"List"
],
- "ApiVersion": "beta",
- "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset"
},
{
- "Uri": "/admin/windows/updates/updatableAssets/$count",
- "Permissions": [],
- "Module": "Beta.WindowsUpdates",
+ "CommandAlias": "Get-MgBetaWuUpdatableAssetCount",
+ "Method": "GET",
"Command": "Get-MgBetaWindowsUpdatesUpdatableAssetCount",
+ "ApiReferenceLink": null,
+ "Uri": "/admin/windows/updates/updatableAssets/$count",
+ "ApiVersion": "beta",
"Variants": [
"Get"
],
- "ApiVersion": "beta",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Beta.WindowsUpdates",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBookingBusiness",
+ "ApiReferenceLink": null,
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Bookings",
"Permissions": [
{
"Name": "BookingsAppointment.ReadWrite.All",
@@ -204868,19 +214092,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Bookings",
- "Command": "Get-MgBookingBusiness",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBookingBusiness",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBookingBusiness"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBookingBusiness",
+ "ApiReferenceLink": null,
"Uri": "/solutions/bookingBusinesses",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Bookings",
"Permissions": [
{
"Name": "Bookings.Read.All",
@@ -204915,18 +214139,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Bookings",
- "Command": "Get-MgBookingBusiness",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBookingBusiness",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBookingBusiness"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBookingBusinessAppointment",
+ "ApiReferenceLink": null,
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Bookings",
"Permissions": [
{
"Name": "BookingsAppointment.ReadWrite.All",
@@ -204961,19 +214187,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Bookings",
- "Command": "Get-MgBookingBusinessAppointment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBookingAppointment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBookingAppointment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBookingBusinessAppointment",
+ "ApiReferenceLink": null,
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Bookings",
"Permissions": [
{
"Name": "BookingsAppointment.ReadWrite.All",
@@ -205008,18 +214234,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Bookings",
- "Command": "Get-MgBookingBusinessAppointment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBookingAppointment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBookingAppointment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBookingBusinessAppointmentCount",
+ "ApiReferenceLink": null,
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Bookings",
"Permissions": [
{
"Name": "BookingsAppointment.ReadWrite.All",
@@ -205054,33 +214282,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Bookings",
- "Command": "Get-MgBookingBusinessAppointmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}",
- "Permissions": [],
- "Module": "Bookings",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgBookingBusinessCalendarView",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBookingAppointment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Bookings",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphBookingAppointment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBookingBusinessCalendarView",
+ "ApiReferenceLink": null,
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Bookings",
"Permissions": [
{
"Name": "Bookings.Read.All",
@@ -205115,18 +214344,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Bookings",
- "Command": "Get-MgBookingBusinessCalendarView",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBookingAppointment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBookingAppointment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBookingBusinessCalendarViewCount",
+ "ApiReferenceLink": null,
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Bookings",
"Permissions": [
{
"Name": "Bookings.Read.All",
@@ -205161,19 +214392,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Bookings",
- "Command": "Get-MgBookingBusinessCalendarViewCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBookingBusinessCount",
+ "ApiReferenceLink": null,
"Uri": "/solutions/bookingBusinesses/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Bookings",
"Permissions": [
{
"Name": "Bookings.Read.All",
@@ -205208,18 +214439,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Bookings",
- "Command": "Get-MgBookingBusinessCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBookingBusinessCustomer",
+ "ApiReferenceLink": null,
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Bookings",
"Permissions": [
{
"Name": "BookingsAppointment.ReadWrite.All",
@@ -205254,19 +214487,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Bookings",
- "Command": "Get-MgBookingBusinessCustomer",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBookingBusinessCustomer",
+ "ApiReferenceLink": null,
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Bookings",
"Permissions": [
{
"Name": "Bookings.Read.All",
@@ -205301,18 +214534,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Bookings",
- "Command": "Get-MgBookingBusinessCustomer",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBookingCustomerBase",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBookingCustomerBase"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBookingBusinessCustomerCount",
+ "ApiReferenceLink": null,
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Bookings",
"Permissions": [
{
"Name": "Bookings.Read.All",
@@ -205347,19 +214582,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Bookings",
- "Command": "Get-MgBookingBusinessCustomerCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBookingBusinessCustomQuestion",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}",
+ "Module": "Bookings",
"Permissions": [
{
"Name": "Bookings.Read.All",
@@ -205394,19 +214630,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Bookings",
- "Command": "Get-MgBookingBusinessCustomQuestion",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBookingCustomQuestion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBookingCustomQuestion"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBookingBusinessCustomQuestion",
+ "ApiReferenceLink": null,
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Bookings",
"Permissions": [
{
"Name": "Bookings.Read.All",
@@ -205441,18 +214677,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Bookings",
- "Command": "Get-MgBookingBusinessCustomQuestion",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBookingCustomQuestion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBookingCustomQuestion"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBookingBusinessCustomQuestionCount",
+ "ApiReferenceLink": null,
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Bookings",
"Permissions": [
{
"Name": "Bookings.Read.All",
@@ -205487,19 +214725,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Bookings",
- "Command": "Get-MgBookingBusinessCustomQuestionCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBookingBusinessService",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}",
+ "Module": "Bookings",
"Permissions": [
{
"Name": "BookingsAppointment.ReadWrite.All",
@@ -205534,19 +214773,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Bookings",
- "Command": "Get-MgBookingBusinessService",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBookingService",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBookingService"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBookingBusinessService",
+ "ApiReferenceLink": null,
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Bookings",
"Permissions": [
{
"Name": "BookingsAppointment.ReadWrite.All",
@@ -205581,18 +214820,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Bookings",
- "Command": "Get-MgBookingBusinessService",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBookingService",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBookingService"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBookingBusinessServiceCount",
+ "ApiReferenceLink": null,
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Bookings",
"Permissions": [
{
"Name": "BookingsAppointment.ReadWrite.All",
@@ -205627,19 +214868,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Bookings",
- "Command": "Get-MgBookingBusinessServiceCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgBookingBusinessStaffAvailability",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-1.0",
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Module": "Bookings",
"Permissions": [
{
"Name": "Bookings.Read.All",
@@ -205682,21 +214926,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Bookings",
- "Command": "Get-MgBookingBusinessStaffAvailability",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphStaffAvailabilityItem",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphStaffAvailabilityItem"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBookingBusinessStaffMember",
+ "ApiReferenceLink": null,
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Bookings",
"Permissions": [
{
"Name": "BookingsAppointment.ReadWrite.All",
@@ -205731,19 +214974,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Bookings",
- "Command": "Get-MgBookingBusinessStaffMember",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBookingBusinessStaffMember",
+ "ApiReferenceLink": null,
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Bookings",
"Permissions": [
{
"Name": "BookingsAppointment.ReadWrite.All",
@@ -205778,18 +215021,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Bookings",
- "Command": "Get-MgBookingBusinessStaffMember",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBookingStaffMemberBase",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBookingStaffMemberBase"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBookingBusinessStaffMemberCount",
+ "ApiReferenceLink": null,
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Bookings",
"Permissions": [
{
"Name": "BookingsAppointment.ReadWrite.All",
@@ -205824,19 +215069,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Bookings",
- "Command": "Get-MgBookingBusinessStaffMemberCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBookingCurrency",
+ "ApiReferenceLink": null,
+ "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}",
+ "Module": "Bookings",
"Permissions": [
{
"Name": "Bookings.Read.All",
@@ -205871,19 +215117,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Bookings",
- "Command": "Get-MgBookingCurrency",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBookingCurrency",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBookingCurrency"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBookingCurrency",
+ "ApiReferenceLink": null,
"Uri": "/solutions/bookingCurrencies",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Bookings",
"Permissions": [
{
"Name": "Bookings.Read.All",
@@ -205918,18 +215164,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Bookings",
- "Command": "Get-MgBookingCurrency",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBookingCurrency",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBookingCurrency"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgBookingCurrencyCount",
+ "ApiReferenceLink": null,
"Uri": "/solutions/bookingCurrencies/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Bookings",
"Permissions": [
{
"Name": "Bookings.Read.All",
@@ -205964,18 +215211,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Bookings",
- "Command": "Get-MgBookingCurrencyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgChat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0",
"Uri": "/chats/{chat-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "Chat.ReadBasic",
@@ -206042,19 +215291,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgChat",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChat",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphChat"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgChat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0",
"Uri": "/chats",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "Chat.ReadBasic",
@@ -206105,18 +215354,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgChat",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChat",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphChat"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgChatCount",
+ "ApiReferenceLink": null,
"Uri": "/chats/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "Chat.ReadBasic",
@@ -206167,18 +215417,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgChatCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgChatInstalledApp",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "TeamsAppInstallation.ReadForChat",
@@ -206261,19 +215513,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgChatInstalledApp",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgChatInstalledApp",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/installedApps",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "TeamsAppInstallation.ReadForChat",
@@ -206388,18 +215640,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgChatInstalledApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgChatInstalledAppCount",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/installedApps/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "TeamsAppInstallation.ReadForChat",
@@ -206514,61 +215768,65 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgChatInstalledAppCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgChatInstalledAppTeamApp",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsApp"
},
{
- "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgChatInstalledAppTeamAppDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeamsAppDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsAppDefinition"
},
{
- "Uri": "/chats/{chat-id}/lastMessagePreview",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgChatLastMessagePreview",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/lastMessagePreview",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessageInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageInfo"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgChatMember",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/members/{conversationMember-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "Chat.ReadBasic",
@@ -206699,19 +215957,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgChatMember",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgChatMember",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/members",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "Chat.ReadBasic",
@@ -206810,18 +216068,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgChatMember",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgChatMemberCount",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/members/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "Chat.ReadBasic",
@@ -206920,19 +216180,21 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgChatMemberCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgChatMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
+ "Get1",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}",
+ "Module": "Teams",
"Permissions": [
{
"Name": "Chat.Read",
@@ -206983,20 +216245,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgChatMessage",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgChatMessage",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/messages",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "Chat.Read",
@@ -207039,18 +216300,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgChatMessage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgChatMessageCount",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/messages/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "Chat.Read",
@@ -207093,19 +216356,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgChatMessageCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgChatMessageDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0",
"Uri": "/chats/{chat-id}/messages/delta",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "Chat.Read",
@@ -207156,19 +216420,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgChatMessageDelta",
- "Variants": [
- "Delta",
- "DeltaViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgChatMessageHostedContent",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "Chat.Read",
@@ -207227,21 +216494,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgChatMessageHostedContent",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgChatMessageHostedContent",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "Chat.Read",
@@ -207300,18 +216565,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgChatMessageHostedContent",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgChatMessageHostedContentCount",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "Chat.Read",
@@ -207370,131 +216637,139 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgChatMessageHostedContentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgChatMessageReply",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgChatMessageReply",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgChatMessageReplyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgChatMessageReplyDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0",
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta",
+ "ApiVersion": "v1.0",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0"
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgChatMessageReplyHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgChatMessageReplyHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgChatMessageReplyHostedContentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgChatPermissionGrant",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgChatPermissionGrant",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/permissionGrants",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "TeamsAppInstallation.ReadForChat",
@@ -207593,18 +216868,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgChatPermissionGrant",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgChatPermissionGrantCount",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/permissionGrants/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "TeamsAppInstallation.ReadForChat",
@@ -207703,35 +216980,36 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgChatPermissionGrantCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgChatPinnedMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPinnedChatMessageInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPinnedChatMessageInfo"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgChatPinnedMessage",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/pinnedMessages",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "Chat.Read",
@@ -207774,18 +217052,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgChatPinnedMessage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPinnedChatMessageInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPinnedChatMessageInfo"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgChatPinnedMessageCount",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/pinnedMessages/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "Chat.Read",
@@ -207828,19 +217108,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgChatPinnedMessageCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgChatTab",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}",
+ "Module": "Teams",
"Permissions": [
{
"Name": "TeamsTab.Read.All",
@@ -207907,19 +217188,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgChatTab",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamsTab"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgChatTab",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/tabs",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "TeamsTab.Read.All",
@@ -207970,18 +217251,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgChatTab",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTeamsTab"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgChatTabCount",
+ "ApiReferenceLink": null,
"Uri": "/chats/{chat-id}/tabs/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Teams",
"Permissions": [
{
"Name": "TeamsTab.Read.All",
@@ -208032,33 +217315,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Teams",
- "Command": "Get-MgChatTabCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgChatTabTeamApp",
+ "ApiReferenceLink": null,
+ "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsApp"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgCommunicationCall",
+ "ApiReferenceLink": null,
"Uri": "/communications/calls/{call-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "CloudCommunications",
"Permissions": [
{
"Name": "Calls.Initiate.All",
@@ -208077,19 +217362,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "CloudCommunications",
- "Command": "Get-MgCommunicationCall",
+ "OutputType": "IMicrosoftGraphCall"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgCommunicationCallAudioRoutingGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCall",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}",
+ "Module": "CloudCommunications",
"Permissions": [
{
"Name": "Calls.JoinGroupCall.All",
@@ -208108,19 +217394,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "CloudCommunications",
- "Command": "Get-MgCommunicationCallAudioRoutingGroup",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAudioRoutingGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAudioRoutingGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgCommunicationCallAudioRoutingGroup",
+ "ApiReferenceLink": null,
"Uri": "/communications/calls/{call-id}/audioRoutingGroups",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "CloudCommunications",
"Permissions": [
{
"Name": "Calls.JoinGroupCall.All",
@@ -208139,18 +217425,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "CloudCommunications",
- "Command": "Get-MgCommunicationCallAudioRoutingGroup",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAudioRoutingGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAudioRoutingGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgCommunicationCallAudioRoutingGroupCount",
+ "ApiReferenceLink": null,
"Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "CloudCommunications",
"Permissions": [
{
"Name": "Calls.JoinGroupCall.All",
@@ -208169,19 +217457,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "CloudCommunications",
- "Command": "Get-MgCommunicationCallAudioRoutingGroupCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgCommunicationCallContentSharingSession",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}",
+ "Module": "CloudCommunications",
"Permissions": [
{
"Name": "Calls.JoinGroupCallAsGuest.All",
@@ -208216,19 +217505,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "CloudCommunications",
- "Command": "Get-MgCommunicationCallContentSharingSession",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgCommunicationCallContentSharingSession",
+ "ApiReferenceLink": null,
"Uri": "/communications/calls/{call-id}/contentSharingSessions",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "CloudCommunications",
"Permissions": [
{
"Name": "Calls.JoinGroupCallAsGuest.All",
@@ -208263,18 +217552,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "CloudCommunications",
- "Command": "Get-MgCommunicationCallContentSharingSession",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentSharingSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphContentSharingSession"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgCommunicationCallContentSharingSessionCount",
+ "ApiReferenceLink": null,
"Uri": "/communications/calls/{call-id}/contentSharingSessions/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "CloudCommunications",
"Permissions": [
{
"Name": "Calls.JoinGroupCallAsGuest.All",
@@ -208309,73 +217600,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "CloudCommunications",
- "Command": "Get-MgCommunicationCallContentSharingSessionCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/communications/calls/$count",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationCallCount",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/calls/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationCallOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCommsOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCommsOperation"
},
{
- "Uri": "/communications/calls/{call-id}/operations",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationCallOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/calls/{call-id}/operations",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCommsOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCommsOperation"
},
{
- "Uri": "/communications/calls/{call-id}/operations/$count",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationCallOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/calls/{call-id}/operations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgCommunicationCallParticipant",
+ "ApiReferenceLink": null,
"Uri": "/communications/calls/{call-id}/participants/{participant-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "CloudCommunications",
"Permissions": [
{
"Name": "Calls.JoinGroupCall.All",
@@ -208394,19 +217690,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "CloudCommunications",
- "Command": "Get-MgCommunicationCallParticipant",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphParticipant",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphParticipant"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgCommunicationCallParticipant",
+ "ApiReferenceLink": null,
"Uri": "/communications/calls/{call-id}/participants",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "CloudCommunications",
"Permissions": [
{
"Name": "Calls.Initiate.All",
@@ -208424,19 +217720,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ],
- "Module": "CloudCommunications",
- "Command": "Get-MgCommunicationCallParticipant",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphParticipant",
- "Method": "GET",
- "ApiReferenceLink": null
+ ],
+ "OutputType": "IMicrosoftGraphParticipant"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgCommunicationCallParticipantCount",
+ "ApiReferenceLink": null,
"Uri": "/communications/calls/{call-id}/participants/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "CloudCommunications",
"Permissions": [
{
"Name": "Calls.Initiate.All",
@@ -208455,117 +217753,124 @@
"IsLeastPrivilege": false
}
],
- "Module": "CloudCommunications",
- "Command": "Get-MgCommunicationCallParticipantCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/communications/callRecords/{callRecord-id}",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationCallRecord",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/callRecords/{callRecord-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCallRecordsCallRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallRecordsCallRecord"
},
{
- "Uri": "/communications/callRecords/$count",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationCallRecordCount",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/callRecords/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationCallRecordSession",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCallRecordsSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallRecordsSession"
},
{
- "Uri": "/communications/callRecords/{callRecord-id}/sessions",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationCallRecordSession",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/callRecords/{callRecord-id}/sessions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCallRecordsSession",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallRecordsSession"
},
{
- "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationCallRecordSessionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationCallRecordSessionSegmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationOnlineMeeting",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetExpanded",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnlineMeeting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnlineMeeting"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgCommunicationOnlineMeeting",
+ "ApiReferenceLink": null,
"Uri": "/communications/onlineMeetings",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "CloudCommunications",
"Permissions": [
{
"Name": "OnlineMeetings.Read",
@@ -208600,114 +217905,122 @@
"IsLeastPrivilege": false
}
],
- "Module": "CloudCommunications",
- "Command": "Get-MgCommunicationOnlineMeeting",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnlineMeeting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnlineMeeting"
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationOnlineMeetingAttendanceReport",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMeetingAttendanceReport"
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationOnlineMeetingAttendanceReport",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMeetingAttendanceReport"
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAttendanceRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttendanceRecord"
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAttendanceRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttendanceRecord"
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationOnlineMeetingAttendanceReportCount",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationOnlineMeetingAttendeeReport",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgCommunicationOnlineMeetingCount",
+ "ApiReferenceLink": null,
"Uri": "/communications/onlineMeetings/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "CloudCommunications",
"Permissions": [
{
"Name": "OnlineMeetings.Read",
@@ -208742,170 +218055,182 @@
"IsLeastPrivilege": false
}
],
- "Module": "CloudCommunications",
- "Command": "Get-MgCommunicationOnlineMeetingCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationOnlineMeetingRecording",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCallRecording",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallRecording"
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationOnlineMeetingRecording",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCallRecording",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallRecording"
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationOnlineMeetingRecordingContent",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationOnlineMeetingRecordingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationOnlineMeetingTranscript",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCallTranscript",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallTranscript"
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationOnlineMeetingTranscript",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCallTranscript",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCallTranscript"
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationOnlineMeetingTranscriptContent",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationOnlineMeetingTranscriptCount",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationOnlineMeetingTranscriptMetadataContent",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0"
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/communications/presences/{presence-id}",
- "Permissions": [],
- "Module": "CloudCommunications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCommunicationPresence",
+ "ApiReferenceLink": null,
+ "Uri": "/communications/presences/{presence-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPresence",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "CloudCommunications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPresence"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgCommunicationPresence",
+ "ApiReferenceLink": null,
"Uri": "/communications/presences",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "CloudCommunications",
"Permissions": [
{
"Name": "Presence.Read",
@@ -208932,18 +218257,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "CloudCommunications",
- "Command": "Get-MgCommunicationPresence",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPresence",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPresence"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgCommunicationPresenceByUserId",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-1.0",
"Uri": "/communications/getPresencesByUserId",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Module": "CloudCommunications",
"Permissions": [
{
"Name": "Presence.Read.All",
@@ -208962,19 +218289,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "CloudCommunications",
- "Command": "Get-MgCommunicationPresenceByUserId",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPresence",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphPresence"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgCommunicationPresenceCount",
+ "ApiReferenceLink": null,
"Uri": "/communications/presences/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "CloudCommunications",
"Permissions": [
{
"Name": "Presence.Read",
@@ -209001,31 +218328,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "CloudCommunications",
- "Command": "Get-MgCommunicationPresenceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/compliance",
- "Permissions": [],
- "Module": "Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgCompliance",
+ "ApiReferenceLink": null,
+ "Uri": "/compliance",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCompliance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCompliance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgContact",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0",
"Uri": "/contacts/{orgContact-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrgContact.Read.All",
@@ -209052,19 +218382,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgContact",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgContact",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-1.0",
"Uri": "/contacts",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrgContact.Read.All",
@@ -209091,32 +218421,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgContact",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/contacts/getByIds",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgContactById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0",
+ "Uri": "/contacts/getByIds",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgContactCount",
+ "ApiReferenceLink": null,
"Uri": "/contacts/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrgContact.Read.All",
@@ -209143,18 +218475,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgContactCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgContactDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-1.0",
"Uri": "/contacts/delta",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrgContact.Read.All",
@@ -209181,32 +218514,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgContactDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgContactDirectReport",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgContactDirectReport",
+ "ApiReferenceLink": null,
"Uri": "/contacts/{orgContact-id}/directReports",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrgContact.Read.All",
@@ -209241,72 +218576,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgContactDirectReport",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgContactDirectReportAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/contacts/{orgContact-id}/directReports/orgContact",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgContactDirectReportAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/directReports/orgContact",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgContactDirectReportAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/contacts/{orgContact-id}/directReports/user",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgContactDirectReportAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/directReports/user",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgContactDirectReportCount",
+ "ApiReferenceLink": null,
"Uri": "/contacts/{orgContact-id}/directReports/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrgContact.Read.All",
@@ -209341,47 +218682,50 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgContactDirectReportCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgContactDirectReportCountAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/contacts/{orgContact-id}/directReports/user/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgContactDirectReportCountAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/directReports/user/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgContactManager",
+ "ApiReferenceLink": null,
"Uri": "/contacts/{orgContact-id}/manager",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrgContact.Read.All",
@@ -209416,19 +218760,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgContactManager",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgContactMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0",
"Uri": "/contacts/{orgContact-id}/getMemberGroups",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -209511,21 +218858,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgContactMemberGroup",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgContactMemberObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0",
+ "Uri": "/contacts/{orgContact-id}/getMemberObjects",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
- },
- {
- "Uri": "/contacts/{orgContact-id}/getMemberObjects",
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -209624,35 +218972,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgContactMemberObject",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"
+ "OutputType": null
},
{
- "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgContactMemberOf",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgContactMemberOf",
+ "ApiReferenceLink": null,
"Uri": "/contacts/{orgContact-id}/memberOf",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrgContact.Read.All",
@@ -209687,72 +219034,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgContactMemberOf",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgContactMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgContactMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgContactMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/contacts/{orgContact-id}/memberOf/group",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgContactMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/memberOf/group",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgContactMemberOfCount",
+ "ApiReferenceLink": null,
"Uri": "/contacts/{orgContact-id}/memberOf/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrgContact.Read.All",
@@ -209787,88 +219140,93 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgContactMemberOfCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgContactMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/contacts/{orgContact-id}/memberOf/group/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgContactMemberOfCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/memberOf/group/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgContactServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgContactServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgContactTransitiveMemberOf",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgContactTransitiveMemberOf",
+ "ApiReferenceLink": null,
"Uri": "/contacts/{orgContact-id}/transitiveMemberOf",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrgContact.Read.All",
@@ -209895,72 +219253,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgContactTransitiveMemberOf",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgContactTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgContactTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgContactTransitiveMemberOfCount",
+ "ApiReferenceLink": null,
"Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrgContact.Read.All",
@@ -209987,47 +219351,50 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgContactTransitiveMemberOfCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgContactTransitiveMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgContactTransitiveMemberOfCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgContract",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-1.0",
"Uri": "/contracts/{contract-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -210046,19 +219413,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgContract",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContract",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphContract"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgContract",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-1.0",
"Uri": "/contracts",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -210077,32 +219444,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgContract",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContract",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphContract"
},
{
- "Uri": "/contracts/getByIds",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgContractById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0",
+ "Uri": "/contracts/getByIds",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgContractCount",
+ "ApiReferenceLink": null,
"Uri": "/contracts/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -210121,18 +219490,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgContractCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgContractDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0",
"Uri": "/contracts/delta",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -210151,50 +219521,54 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgContractDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/contracts/{contract-id}/getMemberGroups",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgContractMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0",
+ "Uri": "/contracts/{contract-id}/getMemberGroups",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/contracts/{contract-id}/getMemberObjects",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgContractMemberObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0",
+ "Uri": "/contracts/{contract-id}/getMemberObjects",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDataPolicyOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0",
"Uri": "/dataPolicyOperations/{dataPolicyOperation-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "User.Export.All",
@@ -210213,45 +219587,48 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgDataPolicyOperation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDataPolicyOperation",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphDataPolicyOperation"
},
{
- "Uri": "/dataPolicyOperations",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDataPolicyOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/dataPolicyOperations",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDataPolicyOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDataPolicyOperation"
},
{
- "Uri": "/dataPolicyOperations/$count",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDataPolicyOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/dataPolicyOperations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDevice",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0",
"Uri": "/devices/{device-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Device.Read.All",
@@ -210286,19 +219663,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDevice",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDevice",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-1.0",
"Uri": "/devices",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Device.Read.All",
@@ -210333,18 +219710,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDevice",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphDevice"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgt",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagement",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-get?view=graph-rest-1.0",
"Uri": "/deviceAppManagement",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -210379,49 +219757,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagement",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceAppManagement",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-get?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphDeviceAppManagement"
},
{
- "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-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": "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",
+ "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtection",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAndroidManagedAppProtection",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/androidManagedAppProtections",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -210440,18 +219789,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphAndroidManagedAppProtection"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtection",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/androidManagedAppProtections",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAndroidManagedAppProtection",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -210461,22 +219811,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",
@@ -210486,19 +219820,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphAndroidManagedAppProtection"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -210533,18 +219868,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedMobileApp"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -210579,19 +219915,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedMobileApp"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAppCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -210626,19 +219963,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -210673,18 +220011,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -210719,19 +220058,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/androidManagedAppProtections/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -210741,6 +220081,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",
@@ -210750,18 +220106,51 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/androidManagedAppProtections/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementApps.Read.All",
+ "Description": "Read Microsoft Intune apps",
+ "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementApps.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune apps",
+ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -210796,19 +220185,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary",
+ "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtection",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -210843,19 +220233,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDefaultManagedAppProtection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDefaultManagedAppProtection"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtection",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/defaultManagedAppProtections",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -210890,18 +220280,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDefaultManagedAppProtection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDefaultManagedAppProtection"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -210936,19 +220328,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedMobileApp"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -210983,18 +220375,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedMobileApp"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionAppCount",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionAppCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -211029,19 +220423,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionAppCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionCount",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/defaultManagedAppProtections/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -211076,18 +220470,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -211122,19 +220518,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary",
+ "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtection",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -211153,19 +220550,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIosManagedAppProtection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIosManagedAppProtection"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtection",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/iosManagedAppProtections",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -211184,18 +220581,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIosManagedAppProtection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIosManagedAppProtection"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -211230,19 +220629,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedMobileApp"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -211277,18 +220676,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedMobileApp"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAppCount",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAppCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -211323,19 +220724,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAppCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignment",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -211370,19 +220772,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignment",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -211417,18 +220819,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignmentCount",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -211463,19 +220867,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionCount",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/iosManagedAppProtections/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -211494,18 +220898,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -211540,19 +220946,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary",
+ "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicy",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedAppPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -211587,19 +220994,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementManagedAppPolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedAppPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedAppPolicy"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicy",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedAppPolicy",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/managedAppPolicies",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -211634,18 +221041,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementManagedAppPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedAppPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedAppPolicy"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicyCount",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedAppPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/managedAppPolicies/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -211680,18 +221088,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementManagedAppPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistration",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedAppRegistration",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -211726,19 +221136,114 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedAppRegistration"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistration",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementManagedAppRegistration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedAppRegistrations",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementApps.Read.All",
+ "Description": "Read Microsoft Intune apps",
+ "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune apps",
+ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphManagedAppRegistration"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedAppRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementApps.Read.All",
+ "Description": "Read Microsoft Intune apps",
+ "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune apps",
+ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphManagedAppPolicy"
},
{
- "Uri": "/deviceAppManagement/managedAppRegistrations",
+ "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -211773,65 +221278,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementManagedAppRegistration",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedAppRegistration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedAppPolicy"
},
{
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-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
- }
- ],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy",
+ "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicyCount",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedAppPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -211866,18 +221326,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedAppPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count",
+ "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationCount",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedAppRegistrationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedAppRegistrations/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -211912,19 +221373,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicyCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedAppRegistrations/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -211959,65 +221421,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementManagedAppRegistrationCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedAppPolicy"
},
{
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-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
- }
- ],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies",
+ "ApiVersion": "v1.0",
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedAppPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -212052,18 +221468,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedAppPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedAppPolicy"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicyCount",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -212098,19 +221516,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicyCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperation",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -212145,19 +221564,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedAppOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedAppOperation"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperation",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -212192,18 +221611,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedAppOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedAppOperation"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperationCount",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperationCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -212238,19 +221659,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperationCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationUserIdGraphWPreFlaggedAppRegistration",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-getuseridswithflaggedappregistration?view=graph-rest-1.0",
"Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -212285,18 +221706,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-getuseridswithflaggedappregistration?view=graph-rest-1.0"
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatus",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedAppStatus",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -212331,19 +221754,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementManagedAppStatus",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedAppStatus",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedAppStatus"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatus",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedAppStatus",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/managedAppStatuses",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -212378,18 +221801,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementManagedAppStatus",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedAppStatus",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedAppStatus"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatusCount",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedAppStatusCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/managedAppStatuses/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -212424,49 +221848,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementManagedAppStatusCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-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": "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",
+ "CommandAlias": "Get-MgDeviceAppMgtManagedEBook",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementManagedEBook",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedEBook",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -212485,18 +221880,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedEBook"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtManagedEBook",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementManagedEBook",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedEBook",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -212515,19 +221911,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedEBook"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementManagedEBookAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedEBookAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -212546,18 +221943,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedEBookAssignment"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementManagedEBookAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedEBookAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -212576,19 +221974,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedEBookAssignment"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementManagedEBookAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -212607,18 +222006,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtManagedEBookCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementManagedEBookCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -212637,19 +222037,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceState",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementManagedEBookDeviceState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceInstallState",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -212668,18 +222069,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphDeviceInstallState"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceState",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementManagedEBookDeviceState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceInstallState",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -212698,19 +222100,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphDeviceInstallState"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceStateCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementManagedEBookDeviceStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -212729,19 +222132,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtManagedEBookInstallSummary",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementManagedEBookInstallSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEBookInstallSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -212760,19 +222164,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphEBookInstallSummary"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummary",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserInstallStateSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -212791,18 +222196,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphUserInstallStateSummary"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummary",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserInstallStateSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -212821,19 +222227,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphUserInstallStateSummary"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -212852,19 +222259,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceInstallState",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -212883,18 +222291,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphDeviceInstallState"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceInstallState",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -212913,19 +222322,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphDeviceInstallState"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -212944,19 +222354,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -212975,18 +222386,51 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementApps.Read.All",
+ "Description": "Read Microsoft Intune apps",
+ "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementApps.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune apps",
+ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -213021,19 +222465,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -213068,18 +222512,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignmentCount",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -213114,19 +222560,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyCount",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -213145,18 +222591,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -213191,19 +222639,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -213238,18 +222686,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -213284,19 +222734,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -213331,19 +222782,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -213378,18 +222829,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -213424,19 +222877,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileApp",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -213455,19 +222909,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMobileApp",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMobileApp"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMobileApp",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -213486,32 +222940,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMobileApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMobileApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAndroidLobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAndroidLobApp"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobApp",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/androidLobApp",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -213530,237 +222986,254 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAndroidLobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAndroidLobApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileContainedApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAndroidStoreApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAndroidStoreApp"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreApp",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/androidStoreApp",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -213779,114 +223252,122 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAndroidStoreApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAndroidStoreApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIosLobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIosLobApp"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobApp",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/iosLobApp",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -213905,237 +223386,254 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIosLobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIosLobApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileContainedApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIosStoreApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIosStoreApp"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreApp",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/iosStoreApp",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -214154,114 +223652,122 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIosStoreApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIosStoreApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIosVppApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIosVppApp"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppApp",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/iosVppApp",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -214280,114 +223786,122 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIosVppApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIosVppApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMacOSDmgApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMacOSDmgApp"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgApp",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/macOSDmgApp",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -214406,237 +223920,254 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMacOSDmgApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMacOSDmgApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileContainedApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMacOSLobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMacOSLobApp"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobApp",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/macOSLobApp",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -214655,237 +224186,254 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMacOSLobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMacOSLobApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count",
- "Permissions": [],
"Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileContainedApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedAndroidLobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedAndroidLobApp"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobApp",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -214904,237 +224452,254 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedAndroidLobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedAndroidLobApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileContainedApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedIosLobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedIosLobApp"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobApp",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -215153,237 +224718,254 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedIosLobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedIosLobApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileContainedApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedMobileLobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphManagedMobileLobApp"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -215402,237 +224984,254 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedMobileLobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedMobileLobApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileContainedApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -215651,100 +225250,108 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignment",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -215763,19 +225370,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMobileAppAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignment",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -215794,18 +225401,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMobileAppAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignmentCount",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -215824,33 +225433,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMobileAppAssignmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWin32LobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWin32LobApp"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobApp",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/win32LobApp",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -215869,237 +225479,254 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWin32LobApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWin32LobApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileContainedApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppX",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsAppX",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsAppX"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppX",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/windowsAppX",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -216118,237 +225745,254 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsAppX",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsAppX"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategoryCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileContainedApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsi",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsMobileMsi",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsMobileMsi"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsi",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -216367,237 +226011,254 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsMobileMsi",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsMobileMsi"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileContainedApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppX",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsUniversalAppX",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsUniversalAppX"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppX",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -216616,278 +226277,298 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsUniversalAppX",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsUniversalAppX"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileContainedApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContent"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileContainedApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppContentFile"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsWebApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsWebApp"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebApp",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/mobileApps/windowsWebApp",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -216906,133 +226587,110 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsWebApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsWebApp"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppAssignment"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
},
{
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count",
- "Permissions": [],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-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": "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",
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppCategories",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217051,19 +226709,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategory",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppCategories",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppCategories/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217082,19 +226741,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphMobileAppCategory"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategoryCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppCategories/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217113,19 +226773,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfiguration",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217144,18 +226805,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfiguration",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217174,19 +226836,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217205,18 +226868,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217235,19 +226899,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignmentCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217266,18 +226931,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppConfigurationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217296,19 +226962,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatus",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217327,18 +226994,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatus",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217357,19 +227025,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217388,19 +227057,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217419,19 +227089,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatus",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217450,18 +227121,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatus",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217480,19 +227152,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217511,19 +227184,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217542,18 +227216,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/androidLobApp/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217572,18 +227247,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsAndroidLobApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidLobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/androidLobApp/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/androidStoreApp/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217602,18 +227278,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsAndroidStoreApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidStoreApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/androidStoreApp/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/iosLobApp/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217632,18 +227309,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsiOSLobApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppCountAsiOSLobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/iosLobApp/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/iosStoreApp/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217662,18 +227340,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsIoStoreApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppCountAsIoStoreApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/iosStoreApp/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/iosVppApp/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217692,18 +227371,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsIoVppApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppCountAsIoVppApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/iosVppApp/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217722,18 +227402,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMacOSDmgApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSDmgApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/macOSLobApp/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217752,18 +227433,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMacOSLobApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSLobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/macOSLobApp/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217782,18 +227464,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagedAndroidLobApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedAndroidLobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217812,18 +227495,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagediOSLobApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppCountAsManagediOSLobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217842,18 +227526,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagedMobileLobApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedMobileLobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217872,18 +227557,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/win32LobApp/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217902,18 +227588,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWin32LobApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppCountAsWin32LobApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/win32LobApp/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/windowsAppX/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217932,18 +227619,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowAppX",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsAppX",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/windowsAppX/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217962,18 +227650,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowMobileMsi",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsMobileMsi",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -217992,18 +227681,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowUniversalAppX",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsUniversalAppX",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/mobileApps/windowsWebApp/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -218022,18 +227712,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowWebApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsWebApp",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/mobileApps/windowsWebApp/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -218052,19 +227743,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/targetedManagedAppConfigurations",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -218083,18 +227775,51 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/targetedManagedAppConfigurations",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementApps.Read.All",
+ "Description": "Read Microsoft Intune apps",
+ "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementApps.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune apps",
+ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -218129,19 +227854,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedMobileApp"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -218176,18 +227901,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedMobileApp"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAppCount",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAppCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -218222,19 +227949,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAppCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -218269,19 +227997,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -218316,18 +228044,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignmentCount",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -218362,19 +228092,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationCount",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -218393,18 +228123,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -218439,19 +228171,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary",
+ "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtVppToken",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementVppToken",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -218486,19 +228219,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementVppToken",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphVppToken",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphVppToken"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtVppToken",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementVppToken",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/vppTokens",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -218533,18 +228266,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementVppToken",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphVppToken",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphVppToken"
},
{
+ "CommandAlias": "Get-MgDeviceAppMgtVppTokenCount",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementVppTokenCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceAppManagement/vppTokens/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -218579,65 +228313,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementVppTokenCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "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
- }
- ],
- "Module": "Devices.CorporateManagement",
+ "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -218672,18 +228361,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -218718,19 +228408,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -218765,65 +228456,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$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": "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": "Devices.CorporateManagement",
- "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -218858,18 +228503,67 @@
"IsLeastPrivilege": false
}
],
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignmentCount",
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
"Module": "Devices.CorporateManagement",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementApps.Read.All",
+ "Description": "Read Microsoft Intune apps",
+ "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune apps",
+ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -218904,19 +228598,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -218951,18 +228646,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -218997,19 +228693,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -219044,19 +228741,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -219091,18 +228789,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count",
+ "Module": "Devices.CorporateManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -219137,19 +228836,68 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CorporateManagement",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile"
+ },
+ {
+ "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CorporateManagement",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementApps.Read.All",
+ "Description": "Read Microsoft Intune apps",
+ "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune apps",
+ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceByDeviceId",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0",
"Uri": "/devices(deviceId='{deviceId}')",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Device.Read.All",
@@ -219184,33 +228932,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDeviceByDeviceId",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/devices/getByIds",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgDeviceById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0",
+ "Uri": "/devices/getByIds",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceCount",
+ "ApiReferenceLink": null,
"Uri": "/devices/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Device.Read.All",
@@ -219245,72 +228994,77 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDeviceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/devices/delta",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-1.0",
+ "Uri": "/devices/delta",
+ "ApiVersion": "v1.0",
"Variants": [
"Delta"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-1.0"
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/devices/{device-id}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/extensions/{extension-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/extensions",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/extensions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/devices/{device-id}/extensions/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/extensions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagement",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-devicemanagement-get?view=graph-rest-1.0",
"Uri": "/deviceManagement",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -219393,18 +229147,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagement",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceManagement",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-devicemanagement-get?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphDeviceManagement"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementApplePushNotificationCertificate",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/applePushNotificationCertificate",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.ReadWrite.All",
@@ -219439,18 +229194,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementApplePushNotificationCertificate",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApplePushNotificationCertificate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphApplePushNotificationCertificate"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementAuditEvent",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/auditEvents/{auditEvent-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -219469,19 +229226,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementAuditEvent",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAuditEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAuditEvent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementAuditEvent",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/auditEvents",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -219500,18 +229257,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementAuditEvent",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAuditEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAuditEvent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementAuditEventAuditActivityType",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -219530,19 +229289,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Functions",
- "Command": "Get-MgDeviceManagementAuditEventAuditActivityType",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementAuditEventAuditCategory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-getauditcategories?view=graph-rest-1.0",
"Uri": "/deviceManagement/auditEvents/getAuditCategories",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -219561,18 +229320,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Functions",
- "Command": "Get-MgDeviceManagementAuditEventAuditCategory",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-getauditcategories?view=graph-rest-1.0"
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementAuditEventCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/auditEvents/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -219591,18 +229351,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementAuditEventCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementComplianceManagementPartner",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -219637,19 +229399,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementComplianceManagementPartner",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphComplianceManagementPartner",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphComplianceManagementPartner"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementComplianceManagementPartner",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/complianceManagementPartners",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -219684,18 +229446,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementComplianceManagementPartner",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphComplianceManagementPartner",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphComplianceManagementPartner"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementComplianceManagementPartnerCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/complianceManagementPartners/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -219730,18 +229493,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementComplianceManagementPartnerCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementConditionalAccessSetting",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/conditionalAccessSettings",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -219776,18 +229540,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Enrollment",
- "Command": "Get-MgDeviceManagementConditionalAccessSetting",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementDetectedApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/detectedApps/{detectedApp-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -219822,19 +229588,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementDetectedApp",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDetectedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDetectedApp"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementDetectedApp",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/detectedApps",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -219869,18 +229635,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementDetectedApp",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDetectedApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDetectedApp"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementDetectedAppCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/detectedApps/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -219915,18 +229682,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementDetectedAppCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementDetectedAppManagedDevice",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -219945,19 +229714,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementDetectedAppManagedDevice",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementDetectedAppManagedDevice",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -219976,18 +229745,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementDetectedAppManagedDevice",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementDetectedAppManagedDeviceCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -220006,19 +229777,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementDetectedAppManagedDeviceCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220053,19 +229825,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementDeviceCategory",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceCategory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCategory",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceCategories",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220100,18 +229872,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementDeviceCategory",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceCategory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCategoryCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceCategories/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220146,49 +229919,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementDeviceCategoryCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}",
- "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": "DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicy",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220207,18 +229951,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicy"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicy",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220237,19 +229982,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicy"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220268,18 +230014,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220298,19 +230045,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220329,18 +230077,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220359,19 +230108,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSettingStateDeviceSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220390,18 +230140,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphSettingStateDeviceSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSettingStateDeviceSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220420,19 +230171,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphSettingStateDeviceSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220451,18 +230203,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220481,19 +230234,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220512,18 +230266,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220542,19 +230297,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220573,19 +230329,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220604,19 +230361,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220635,18 +230393,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220665,19 +230424,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220696,19 +230456,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceComplianceActionItem",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220727,18 +230488,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceComplianceActionItem"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceComplianceActionItem",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220757,19 +230519,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceComplianceActionItem"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220788,19 +230551,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220819,18 +230583,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220849,18 +230614,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220879,19 +230645,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceComplianceSettingState",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220910,18 +230677,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceComplianceSettingState"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceComplianceSettingState",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220940,19 +230708,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceComplianceSettingState"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -220971,19 +230740,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -221002,18 +230772,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -221032,19 +230803,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -221063,19 +230835,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -221094,19 +230867,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -221125,18 +230899,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceConfiguration"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -221155,19 +230930,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceConfiguration"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceConfigurationAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -221186,18 +230962,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceConfigurationAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -221216,19 +230993,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceConfigurationAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -221247,18 +231025,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceConfigurationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -221277,19 +231056,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSettingStateDeviceSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -221308,18 +231088,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphSettingStateDeviceSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSettingStateDeviceSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -221338,19 +231119,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphSettingStateDeviceSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -221369,18 +231151,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -221399,19 +231182,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -221430,18 +231214,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -221460,19 +231245,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -221491,19 +231277,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -221522,19 +231309,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Functions",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}",
+ "Module": "DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -221553,19 +231341,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -221584,18 +231373,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -221614,19 +231404,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -221645,19 +231436,52 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusOverview",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "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
+ }
+ ],
+ "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -221692,19 +231516,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Enrollment",
- "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceEnrollmentConfigurations",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -221739,18 +231563,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Enrollment",
- "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -221785,19 +231611,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Enrollment",
- "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -221832,18 +231658,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Enrollment",
- "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -221878,19 +231706,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Enrollment",
- "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -221925,18 +231753,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Enrollment",
- "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementEffectivePermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-devicemanagement-geteffectivepermissions?view=graph-rest-1.0",
"Uri": "/deviceManagement/getEffectivePermissions(scope='{scope}')",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement.Functions",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -221955,19 +231785,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Functions",
- "Command": "Get-MgDeviceManagementEffectivePermission",
+ "OutputType": "IMicrosoftGraphRolePermission"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementExchangeConnector",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRolePermission",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-devicemanagement-geteffectivepermissions?view=graph-rest-1.0"
- },
- {
- "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -222002,19 +231833,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementExchangeConnector",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementExchangeConnector",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/exchangeConnectors",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -222049,18 +231880,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementExchangeConnector",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementExchangeConnectorCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/exchangeConnectors/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -222095,18 +231927,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementExchangeConnectorCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -222125,19 +231959,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Enrollment",
- "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -222156,18 +231990,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Enrollment",
- "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentityCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -222186,18 +232021,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Enrollment",
- "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentityCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementIoUpdateStatus",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -222216,19 +232053,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementIoUpdateStatus",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementIoUpdateStatus",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/iosUpdateStatuses",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -222247,18 +232084,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementIoUpdateStatus",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementIoUpdateStatusCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/iosUpdateStatuses/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -222277,18 +232115,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementIoUpdateStatusCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementManagedDevice",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/managedDevices/{managedDevice-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -222323,19 +232163,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementManagedDevice",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementManagedDevice",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/managedDevices",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -222370,114 +232210,122 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementManagedDevice",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedDevice"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory",
- "Permissions": [],
- "Module": "DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementManagedDeviceCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceCategory"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}",
- "Permissions": [],
- "Module": "DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates",
- "Permissions": [],
- "Module": "DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count",
- "Permissions": [],
- "Module": "DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}",
- "Permissions": [],
- "Module": "DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementManagedDeviceConfigurationState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceConfigurationState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceConfigurationState"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates",
- "Permissions": [],
- "Module": "DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementManagedDeviceConfigurationState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceConfigurationState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceConfigurationState"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count",
- "Permissions": [],
- "Module": "DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementManagedDeviceConfigurationStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementManagedDeviceCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/managedDevices/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -222512,59 +232360,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementManagedDeviceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}",
- "Permissions": [],
- "Module": "DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests",
- "Permissions": [],
- "Module": "DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count",
- "Permissions": [],
- "Module": "DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementManagedDeviceOverview",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/managedDeviceOverview",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -222599,86 +232451,93 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementManagedDeviceOverview",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphManagedDeviceOverview",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphManagedDeviceOverview"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users",
- "Permissions": [],
- "Module": "DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementManagedDeviceUser",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState",
- "Permissions": [],
- "Module": "DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsProtectionState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsProtectionState"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}",
- "Permissions": [],
- "Module": "DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState",
- "Permissions": [],
- "Module": "DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState"
},
{
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count",
- "Permissions": [],
- "Module": "DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -222697,19 +232556,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/mobileAppTroubleshootingEvents",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -222728,18 +232587,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -222774,19 +232635,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppLogCollectionRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAppLogCollectionRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -222821,18 +232682,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppLogCollectionRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAppLogCollectionRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -222867,19 +232730,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -222898,18 +232761,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -222944,19 +232809,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/mobileThreatDefenseConnectors",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -222991,18 +232856,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementMobileThreatDefenseConnectorCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -223037,49 +232903,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementMobileThreatDefenseConnectorCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}",
- "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
- }
- ],
- "Module": "DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementNotificationMessageTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphNotificationMessageTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/notificationMessageTemplates",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -223098,18 +232935,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphNotificationMessageTemplate"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementNotificationMessageTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/notificationMessageTemplates",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphNotificationMessageTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/notificationMessageTemplates/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -223128,18 +232966,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphNotificationMessageTemplate"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementNotificationMessageTemplateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/notificationMessageTemplates/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -223158,19 +232997,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphLocalizedNotificationMessage",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -223189,18 +233029,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphLocalizedNotificationMessage"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphLocalizedNotificationMessage",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -223219,19 +233060,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphLocalizedNotificationMessage"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -223248,37 +233090,22 @@
"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.Administration",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementPartner",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceManagementPartner",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceManagementPartners",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -223313,18 +233140,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphDeviceManagementPartner"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementPartner",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceManagementPartners",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceManagementPartner",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/deviceManagementPartners/$count",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -223359,18 +233187,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphDeviceManagementPartner"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementPartnerCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/deviceManagementPartners/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -223405,19 +233234,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementRemoteAssistancePartner",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRemoteAssistancePartner",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/remoteAssistancePartners",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -223452,18 +233282,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphRemoteAssistancePartner"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementRemoteAssistancePartner",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/remoteAssistancePartners",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRemoteAssistancePartner",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/remoteAssistancePartners/$count",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -223498,18 +233329,66 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphRemoteAssistancePartner"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementRemoteAssistancePartnerCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/remoteAssistancePartners/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement.Administration",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementServiceConfig.Read.All",
+ "Description": "Read Microsoft Intune configuration",
+ "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementServiceConfig.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune configuration",
+ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementReport",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/reports",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Reports",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -223576,18 +233455,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Reports",
- "Command": "Get-MgDeviceManagementReport",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceManagementReports",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementReports"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgDeviceManagementReportCachedReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcachedreport?view=graph-rest-1.0",
"Uri": "/deviceManagement/reports/getCachedReport",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Module": "DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -223638,19 +233519,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Actions",
- "Command": "Get-MgDeviceManagementReportCachedReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancereport?view=graph-rest-1.0",
+ "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcachedreport?view=graph-rest-1.0"
- },
- {
- "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport",
+ "Module": "DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -223701,19 +233583,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Actions",
- "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancesummaryreport?view=graph-rest-1.0",
+ "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancereport?view=graph-rest-1.0"
- },
- {
- "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport",
+ "Module": "DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -223764,19 +233647,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Actions",
- "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancesettingnoncompliancereport?view=graph-rest-1.0",
+ "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancesummaryreport?view=graph-rest-1.0"
- },
- {
- "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport",
+ "Module": "DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -223827,19 +233711,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Actions",
- "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancereport?view=graph-rest-1.0",
+ "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancesettingnoncompliancereport?view=graph-rest-1.0"
- },
- {
- "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport",
+ "Module": "DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -223890,19 +233775,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Actions",
- "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancesummaryreport?view=graph-rest-1.0",
+ "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancereport?view=graph-rest-1.0"
- },
- {
- "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport",
+ "Module": "DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -223953,19 +233839,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Actions",
- "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationsettingnoncompliancereport?view=graph-rest-1.0",
+ "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancesummaryreport?view=graph-rest-1.0"
- },
- {
- "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport",
+ "Module": "DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -224016,19 +233903,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Actions",
- "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentpersettingcontributingprofiles?view=graph-rest-1.0",
+ "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationsettingnoncompliancereport?view=graph-rest-1.0"
- },
- {
- "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles",
+ "Module": "DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -224079,19 +233967,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Actions",
- "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgDeviceManagementReportDeviceManagementIntentSettingReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentsettingsreport?view=graph-rest-1.0",
+ "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentpersettingcontributingprofiles?view=graph-rest-1.0"
- },
- {
- "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport",
+ "Module": "DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -224142,19 +234031,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Actions",
- "Command": "Get-MgDeviceManagementReportDeviceManagementIntentSettingReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgDeviceManagementReportDeviceNonComplianceReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicenoncompliancereport?view=graph-rest-1.0",
+ "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentsettingsreport?view=graph-rest-1.0"
- },
- {
- "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport",
+ "Module": "DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -224205,19 +234095,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Actions",
- "Command": "Get-MgDeviceManagementReportDeviceNonComplianceReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdeviceswithoutcompliancepolicyreport?view=graph-rest-1.0",
+ "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicenoncompliancereport?view=graph-rest-1.0"
- },
- {
- "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport",
+ "Module": "DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -224268,19 +234159,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Actions",
- "Command": "Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdeviceswithoutcompliancepolicyreport?view=graph-rest-1.0"
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementReportExportJob",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Reports",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -224331,19 +234223,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Reports",
- "Command": "Get-MgDeviceManagementReportExportJob",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceManagementExportJob",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementExportJob"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementReportExportJob",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/reports/exportJobs",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Reports",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -224394,18 +234286,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Reports",
- "Command": "Get-MgDeviceManagementReportExportJob",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceManagementExportJob",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementExportJob"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementReportExportJobCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/reports/exportJobs/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Reports",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -224456,18 +234349,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Reports",
- "Command": "Get-MgDeviceManagementReportExportJobCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgDeviceManagementReportFilter",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getreportfilters?view=graph-rest-1.0",
"Uri": "/deviceManagement/reports/getReportFilters",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Module": "DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -224518,19 +234413,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Actions",
- "Command": "Get-MgDeviceManagementReportFilter",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgDeviceManagementReportHistoricalReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-gethistoricalreport?view=graph-rest-1.0",
+ "Uri": "/deviceManagement/reports/getHistoricalReport",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getreportfilters?view=graph-rest-1.0"
- },
- {
- "Uri": "/deviceManagement/reports/getHistoricalReport",
+ "Module": "DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -224581,19 +234477,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Actions",
- "Command": "Get-MgDeviceManagementReportHistoricalReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getnoncompliantdevicesandsettingsreport?view=graph-rest-1.0",
+ "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-gethistoricalreport?view=graph-rest-1.0"
- },
- {
- "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport",
+ "Module": "DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -224644,19 +234541,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Actions",
- "Command": "Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancemetadata?view=graph-rest-1.0",
+ "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getnoncompliantdevicesandsettingsreport?view=graph-rest-1.0"
- },
- {
- "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata",
+ "Module": "DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -224707,19 +234605,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Actions",
- "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancereport?view=graph-rest-1.0",
+ "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancemetadata?view=graph-rest-1.0"
- },
- {
- "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport",
+ "Module": "DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -224770,19 +234669,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Actions",
- "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancesummaryreport?view=graph-rest-1.0",
+ "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancereport?view=graph-rest-1.0"
- },
- {
- "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport",
+ "Module": "DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -224833,19 +234733,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Actions",
- "Command": "Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getsettingnoncompliancereport?view=graph-rest-1.0",
+ "Uri": "/deviceManagement/reports/getSettingNonComplianceReport",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancesummaryreport?view=graph-rest-1.0"
- },
- {
- "Uri": "/deviceManagement/reports/getSettingNonComplianceReport",
+ "Module": "DeviceManagement.Actions",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -224896,19 +234797,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Actions",
- "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getsettingnoncompliancereport?view=graph-rest-1.0"
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementResourceOperation",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -224943,19 +234845,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementResourceOperation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphResourceOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphResourceOperation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementResourceOperation",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/resourceOperations",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -224990,18 +234892,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementResourceOperation",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphResourceOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphResourceOperation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementResourceOperationCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/resourceOperations/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -225036,18 +234939,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementResourceOperationCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementRoleAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -225082,19 +234987,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementRoleAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementRoleAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/roleAssignments",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -225129,18 +235034,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementRoleAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementRoleAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/roleAssignments/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -225175,32 +235081,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementRoleAssignmentCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition",
- "Permissions": [],
- "Module": "DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementRoleDefinition",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -225235,19 +235144,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementRoleDefinition",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementRoleDefinition",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/roleDefinitions",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -225282,18 +235191,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementRoleDefinition",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementRoleDefinitionCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/roleDefinitions/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -225328,18 +235238,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementRoleDefinitionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -225374,19 +235286,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRoleAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -225421,18 +235333,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRoleAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -225467,19 +235381,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementRBAC.Read.All",
@@ -225514,19 +235429,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementSoftwareUpdateStatusSummary",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/softwareUpdateStatusSummary",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -225545,49 +235460,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementSoftwareUpdateStatusSummary",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary"
},
{
- "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}",
- "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
- }
- ],
- "Module": "DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/telecomExpenseManagementPartners",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -225606,18 +235492,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/telecomExpenseManagementPartners",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -225636,18 +235523,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementTelecomExpenseManagementPartnerCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -225666,19 +235554,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementTermAndCondition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermsAndConditions",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/termsAndConditions",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -225697,18 +235586,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphTermsAndConditions"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementTermAndCondition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/termsAndConditions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermsAndConditions",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -225727,19 +235617,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphTermsAndConditions"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -225758,18 +235649,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -225788,19 +235680,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -225819,19 +235712,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermsAndConditions",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -225850,19 +235744,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphTermsAndConditions"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementTermAndConditionAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -225881,18 +235776,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementTermAndConditionAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -225911,19 +235807,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementTermAndConditionAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/termsAndConditions/$count",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -225942,18 +235839,51 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementTermAndConditionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/termsAndConditions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement.Administration",
+ "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
+ }
+ ],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementTroubleshootingEvent",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -225972,19 +235902,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementTroubleshootingEvent",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementTroubleshootingEvent",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/troubleshootingEvents",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -226003,18 +235933,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementTroubleshootingEvent",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementTroubleshootingEventCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/troubleshootingEvents/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -226033,18 +235964,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementTroubleshootingEventCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -226079,19 +236012,67 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance",
+ "ApiVersion": "v1.0",
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune devices",
+ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance"
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -226126,18 +236107,66 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune devices",
+ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails"
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -226172,19 +236201,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -226219,18 +236249,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -226265,18 +236296,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -226311,19 +236343,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -226358,18 +236391,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -226404,18 +236438,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -226450,19 +236485,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -226497,18 +236532,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -226543,18 +236580,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance"
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -226589,18 +236627,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -226635,19 +236674,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -226682,18 +236722,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -226728,18 +236769,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -226774,19 +236816,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -226821,18 +236864,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -226867,18 +236911,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -226913,19 +236958,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -226960,18 +237006,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -227006,18 +237053,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -227052,19 +237100,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverview",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -227099,18 +237147,63 @@
"IsLeastPrivilege": false
}
],
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
"Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance",
+ "Module": "DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric"
+ },
+ {
+ "CommandAlias": null,
"Method": "GET",
- "ApiReferenceLink": null
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -227145,18 +237238,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline"
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -227191,58 +237285,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverview",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline"
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}",
- "Permissions": [],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues",
- "Permissions": [],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count",
- "Permissions": [],
"Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -227277,19 +237333,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -227324,18 +237381,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory"
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -227370,19 +237429,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory"
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -227417,19 +237476,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -227464,19 +237524,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -227511,18 +237572,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory"
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -227557,19 +237620,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -227604,19 +237668,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -227651,19 +237716,92 @@
"IsLeastPrivilege": false
}
],
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsCategories",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
"Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
+ "Module": "DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues",
"ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric"
+ },
+ {
+ "CommandAlias": null,
"Method": "GET",
- "ApiReferenceLink": null
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValueCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -227698,19 +237836,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance"
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -227745,86 +237883,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance"
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsCategories",
- "Permissions": [],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
+ "CommandAlias": null,
"Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count",
- "Permissions": [],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}",
- "Permissions": [],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count",
"ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues",
- "Permissions": [],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue",
"Variants": [
- "List"
+ "Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count",
- "Permissions": [],
"Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValueCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -227859,19 +237930,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -227906,18 +237978,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -227952,18 +238025,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformanceCount",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScoreCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -227998,19 +238072,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -228045,18 +238120,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -228091,18 +238167,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScoreCount",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -228137,19 +238214,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -228184,18 +238262,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -228230,18 +238309,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -228276,24 +238356,25 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses",
+ "Module": "DeviceManagement",
"Permissions": [
{
- "Name": "DeviceManagementManagedDevices.Read.All",
- "Description": "Read Microsoft Intune devices",
- "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
"IsAdmin": false,
"PermissionType": "Application",
"IsLeastPrivilege": true
@@ -228307,39 +238388,40 @@
"IsLeastPrivilege": false
},
{
- "Name": "DeviceManagementConfiguration.ReadWrite.All",
- "Description": "Read and write Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
"IsAdmin": false,
"PermissionType": "Application",
"IsLeastPrivilege": false
},
{
- "Name": "DeviceManagementConfiguration.Read.All",
- "Description": "Read Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
"IsAdmin": false,
"PermissionType": "Application",
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
- "Name": "DeviceManagementManagedDevices.Read.All",
- "Description": "Read Microsoft Intune devices",
- "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
"IsAdmin": false,
"PermissionType": "Application",
"IsLeastPrivilege": true
@@ -228353,34 +238435,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
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -228415,24 +238498,25 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance",
+ "Module": "DeviceManagement",
"Permissions": [
{
- "Name": "DeviceManagementConfiguration.Read.All",
- "Description": "Read Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
"IsAdmin": false,
"PermissionType": "Application",
"IsLeastPrivilege": true
@@ -228446,39 +238530,40 @@
"IsLeastPrivilege": false
},
{
- "Name": "DeviceManagementManagedDevices.Read.All",
- "Description": "Read Microsoft Intune devices",
- "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
"IsAdmin": false,
"PermissionType": "Application",
"IsLeastPrivilege": false
},
{
- "Name": "DeviceManagementConfiguration.ReadWrite.All",
- "Description": "Read and write Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
"IsAdmin": false,
"PermissionType": "Application",
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
- "Name": "DeviceManagementConfiguration.Read.All",
- "Description": "Read Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
"IsAdmin": false,
"PermissionType": "Application",
"IsLeastPrivilege": true
@@ -228492,34 +238577,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
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -228554,19 +238640,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -228601,18 +238688,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsModelScores",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -228647,18 +238735,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistoryCount",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScoreCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -228693,19 +238782,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsModelScores",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticOverview",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsOverview",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -228740,64 +238829,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview"
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$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": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScoreCount",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}",
+ "ApiVersion": "v1.0",
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsOverview",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -228832,65 +238877,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticOverview",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory"
},
{
- "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-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": "DeviceManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory",
+ "ApiVersion": "v1.0",
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -228925,18 +238924,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistoryCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -228971,18 +238971,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistoryCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -229017,18 +239018,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -229063,19 +239066,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -229110,18 +239113,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -229156,18 +239160,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -229202,19 +239208,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -229249,18 +239255,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -229295,19 +239303,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}",
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -229342,19 +239351,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -229389,18 +239398,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -229435,62 +239445,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/virtualEndpoint",
- "Permissions": [],
- "Module": "DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphVirtualEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVirtualEndpoint"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}",
- "Permissions": [
- {
- "Name": "CloudPC.Read.All",
- "Description": "Read Cloud PCs",
- "FullDescription": "Allows the app to read the properties of Cloud PCs, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "CloudPC.ReadWrite.All",
- "Description": "Read and write Cloud PCs",
- "FullDescription": "Allows the app to read and write the properties of Cloud PCs, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ],
- "Module": "DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCloudPcAuditEvent",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/virtualEndpoint/auditEvents",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -229509,18 +239491,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphCloudPcAuditEvent"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/auditEvents",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCloudPcAuditEvent",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -229539,18 +239522,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Functions",
+ "OutputType": "IMicrosoftGraphCloudPcAuditEvent"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointAuditEventAuditActivityType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-1.0",
+ "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-1.0"
- },
- {
- "Uri": "/deviceManagement/virtualEndpoint/auditEvents/$count",
+ "Module": "DeviceManagement.Functions",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -229569,18 +239553,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointAuditEventCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/auditEvents/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -229599,19 +239584,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointCloudPc",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCloudPc",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/virtualEndpoint/cloudPCs",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -229630,18 +239616,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphCloudPc"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointCloudPc",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/cloudPCs",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCloudPc",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -229660,18 +239647,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphCloudPc"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointCloudPcCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -229690,19 +239678,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCloudPcDeviceImage",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/virtualEndpoint/deviceImages",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -229721,18 +239710,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphCloudPcDeviceImage"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/deviceImages",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCloudPcDeviceImage",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -229751,18 +239741,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphCloudPcDeviceImage"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -229781,18 +239772,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Functions",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageSourceImage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-1.0",
+ "Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-1.0"
- },
- {
- "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}",
+ "Module": "DeviceManagement.Functions",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -229811,19 +239803,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCloudPcGalleryImage",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/virtualEndpoint/galleryImages",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -229842,18 +239835,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphCloudPcGalleryImage"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/galleryImages",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCloudPcGalleryImage",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -229872,18 +239866,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphCloudPcGalleryImage"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointGalleryImageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -229902,19 +239897,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -229933,18 +239929,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -229963,18 +239960,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnectionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -229993,19 +239991,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies",
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -230024,141 +240023,182 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
+ "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement.Administration",
+ "Permissions": [
+ {
+ "Name": "CloudPC.Read.All",
+ "Description": "Read Cloud PCs",
+ "FullDescription": "Allows the app to read the properties of Cloud PCs, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "CloudPC.ReadWrite.All",
+ "Description": "Read and write Cloud PCs",
+ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}",
- "Permissions": [],
- "Module": "DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments",
- "Permissions": [],
- "Module": "DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}",
- "Permissions": [],
- "Module": "DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers",
- "Permissions": [],
- "Module": "DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count",
- "Permissions": [],
- "Module": "DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings",
- "Permissions": [],
- "Module": "DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count",
- "Permissions": [],
- "Module": "DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -230177,18 +240217,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -230207,19 +240249,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCloudPcUserSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCloudPcUserSetting"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/userSettings",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -230238,59 +240280,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCloudPcUserSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCloudPcUserSetting"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}",
- "Permissions": [],
- "Module": "DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments",
- "Permissions": [],
- "Module": "DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment"
},
{
- "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count",
- "Permissions": [],
- "Module": "DeviceManagement.Administration",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DeviceManagement.Administration",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/virtualEndpoint/userSettings/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement.Administration",
"Permissions": [
{
"Name": "CloudPC.Read.All",
@@ -230309,18 +240355,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Administration",
- "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -230339,19 +240387,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Enrollment",
- "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsAutopilotDeviceIdentities",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -230370,18 +240418,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Enrollment",
- "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentityCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -230400,18 +240449,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Enrollment",
- "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentityCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -230430,19 +240481,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -230461,18 +240512,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummaryCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -230491,18 +240543,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummaryCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -230521,19 +240575,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -230552,18 +240606,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementApps.Read.All",
@@ -230582,18 +240637,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsMalwareInformation",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -230628,19 +240685,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementWindowsMalwareInformation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsMalwareInformation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsMalwareInformation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsMalwareInformation",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsMalwareInformation",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -230675,18 +240732,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementWindowsMalwareInformation",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWindowsMalwareInformation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphWindowsMalwareInformation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsMalwareInformationCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsMalwareInformation/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -230721,18 +240779,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementWindowsMalwareInformationCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -230767,19 +240827,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -230814,18 +240874,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount",
+ "ApiReferenceLink": null,
"Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "DeviceManagement",
"Permissions": [
{
"Name": "DeviceManagementManagedDevices.Read.All",
@@ -230860,19 +240922,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement",
- "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgDeviceMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0",
"Uri": "/devices/{device-id}/getMemberGroups",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -230955,21 +241020,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDeviceMemberGroup",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgDeviceMemberObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0",
+ "Uri": "/devices/{device-id}/getMemberObjects",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
- },
- {
- "Uri": "/devices/{device-id}/getMemberObjects",
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -231068,35 +241134,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDeviceMemberObject",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceMemberOf",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceMemberOf",
+ "ApiReferenceLink": null,
"Uri": "/devices/{device-id}/memberOf",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Device.Read.All",
@@ -231131,72 +241196,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDeviceMemberOf",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/devices/{device-id}/memberOf/administrativeUnit",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/memberOf/administrativeUnit",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/devices/{device-id}/memberOf/group",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/memberOf/group",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceMemberOfCount",
+ "ApiReferenceLink": null,
"Uri": "/devices/{device-id}/memberOf/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Device.Read.All",
@@ -231231,47 +241302,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDeviceMemberOfCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/memberOf/group/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceMemberOfCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/memberOf/group/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceRegisteredOwner",
+ "ApiReferenceLink": null,
"Uri": "/devices/{device-id}/registeredOwners",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Device.Read.All",
@@ -231306,126 +241379,135 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDeviceRegisteredOwner",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/appRoleAssignment",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/appRoleAssignment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppRoleAssignment"
},
{
- "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppRoleAssignment"
},
{
- "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceRegisteredOwnerAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
- "Uri": "/devices/{device-id}/registeredOwners/endpoint",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceRegisteredOwnerAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredOwners/endpoint",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
- "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceRegisteredOwnerAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/devices/{device-id}/registeredOwners/user",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceRegisteredOwnerAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredOwners/user",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceRegisteredOwnerByRef",
+ "ApiReferenceLink": null,
"Uri": "/devices/{device-id}/registeredOwners/$ref",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Device.Read.All",
@@ -231460,18 +241542,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDeviceRegisteredOwnerByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceRegisteredOwnerCount",
+ "ApiReferenceLink": null,
"Uri": "/devices/{device-id}/registeredOwners/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Device.Read.All",
@@ -231506,75 +241590,79 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDeviceRegisteredOwnerCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceRegisteredOwnerCountAsAppRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceRegisteredOwnerCountAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceRegisteredOwnerCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/registeredOwners/user/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceRegisteredOwnerCountAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredOwners/user/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceRegisteredUser",
+ "ApiReferenceLink": null,
"Uri": "/devices/{device-id}/registeredUsers",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Device.Read.All",
@@ -231609,126 +241697,135 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDeviceRegisteredUser",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/appRoleAssignment",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/appRoleAssignment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppRoleAssignment"
},
{
- "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppRoleAssignment"
},
{
- "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceRegisteredUserAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
- "Uri": "/devices/{device-id}/registeredUsers/endpoint",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceRegisteredUserAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredUsers/endpoint",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndpoint"
},
{
- "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceRegisteredUserAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceRegisteredUserAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceRegisteredUserAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/devices/{device-id}/registeredUsers/user",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceRegisteredUserAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredUsers/user",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceRegisteredUserByRef",
+ "ApiReferenceLink": null,
"Uri": "/devices/{device-id}/registeredUsers/$ref",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Device.Read.All",
@@ -231763,18 +241860,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDeviceRegisteredUserByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceRegisteredUserCount",
+ "ApiReferenceLink": null,
"Uri": "/devices/{device-id}/registeredUsers/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Device.Read.All",
@@ -231809,89 +241908,94 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDeviceRegisteredUserCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceRegisteredUserCountAsAppRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceRegisteredUserCountAsEndpoint",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceRegisteredUserCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/registeredUsers/user/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceRegisteredUserCountAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/registeredUsers/user/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceTransitiveMemberOf",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceTransitiveMemberOf",
+ "ApiReferenceLink": null,
"Uri": "/devices/{device-id}/transitiveMemberOf",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -231926,72 +242030,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDeviceTransitiveMemberOf",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/devices/{device-id}/transitiveMemberOf/group",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/transitiveMemberOf/group",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDeviceTransitiveMemberOfCount",
+ "ApiReferenceLink": null,
"Uri": "/devices/{device-id}/transitiveMemberOf/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -232026,60 +242136,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDeviceTransitiveMemberOfCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceTransitiveMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDeviceTransitiveMemberOfCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectory",
+ "ApiReferenceLink": null,
+ "Uri": "/directory",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnit",
+ "ApiReferenceLink": null,
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -232114,19 +242228,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryAdministrativeUnit",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnit",
+ "ApiReferenceLink": null,
"Uri": "/directory/administrativeUnits",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -232161,18 +242275,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryAdministrativeUnit",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitCount",
+ "ApiReferenceLink": null,
"Uri": "/directory/administrativeUnits/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -232207,18 +242322,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryAdministrativeUnitCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitDelta",
+ "ApiReferenceLink": null,
"Uri": "/directory/administrativeUnits/delta",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -232253,59 +242369,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryAdministrativeUnitDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryAdministrativeUnitExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryAdministrativeUnitExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryAdministrativeUnitExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMember",
+ "ApiReferenceLink": null,
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -232340,32 +242460,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryAdministrativeUnitMember",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication",
+ "ApiReferenceLink": null,
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -232400,32 +242522,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice",
+ "ApiReferenceLink": null,
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -232460,32 +242584,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup",
+ "ApiReferenceLink": null,
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -232520,32 +242646,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact",
+ "ApiReferenceLink": null,
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -232580,32 +242708,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal",
+ "ApiReferenceLink": null,
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -232640,32 +242770,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser",
+ "ApiReferenceLink": null,
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -232700,18 +242832,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberByRef",
+ "ApiReferenceLink": null,
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -232746,18 +242879,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryAdministrativeUnitMemberByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberCount",
+ "ApiReferenceLink": null,
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -232792,19 +242927,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryAdministrativeUnitMemberCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count",
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -232839,19 +242975,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsApplication",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count",
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -232886,19 +243023,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsDevice",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count",
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -232933,19 +243071,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsGroup",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count",
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -232980,19 +243119,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsOrgContact",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count",
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -233027,19 +243167,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsServicePrincipal",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count",
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "AdministrativeUnit.Read.All",
@@ -233074,19 +243215,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsUser",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}",
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -233121,19 +243263,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphScopedRoleMembership",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphScopedRoleMembership"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember",
+ "ApiReferenceLink": null,
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -233168,18 +243310,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphScopedRoleMembership",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphScopedRoleMembership"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMemberCount",
+ "ApiReferenceLink": null,
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -233214,19 +243358,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMemberCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAttributeSet",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/attributeSets/{attributeSet-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directory/attributeSets/{attributeSet-id}",
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "CustomSecAttributeDefinition.Read.All",
@@ -233245,19 +243390,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryAttributeSet",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAttributeSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAttributeSet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAttributeSet",
+ "ApiReferenceLink": null,
"Uri": "/directory/attributeSets",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "CustomSecAttributeDefinition.Read.All",
@@ -233276,18 +243421,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryAttributeSet",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAttributeSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAttributeSet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAttributeSetCount",
+ "ApiReferenceLink": null,
"Uri": "/directory/attributeSets/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "CustomSecAttributeDefinition.Read.All",
@@ -233306,18 +243452,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryAttributeSetCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition",
+ "ApiReferenceLink": null,
"Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "CustomSecAttributeDefinition.Read.All",
@@ -233336,19 +243484,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition",
+ "ApiReferenceLink": null,
"Uri": "/directory/customSecurityAttributeDefinitions",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "CustomSecAttributeDefinition.Read.All",
@@ -233367,18 +243515,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue",
+ "ApiReferenceLink": null,
"Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "CustomSecAttributeDefinition.Read.All",
@@ -233397,19 +243547,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAllowedValue",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAllowedValue"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue",
+ "ApiReferenceLink": null,
"Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "CustomSecAttributeDefinition.Read.All",
@@ -233428,18 +243578,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAllowedValue",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAllowedValue"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValueCount",
+ "ApiReferenceLink": null,
"Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "CustomSecAttributeDefinition.Read.All",
@@ -233458,19 +243610,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValueCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionCount",
+ "ApiReferenceLink": null,
"Uri": "/directory/customSecurityAttributeDefinitions/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "CustomSecAttributeDefinition.Read.All",
@@ -233489,358 +243641,385 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/directory/deletedItems/{directoryObject-id}",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryDeletedItem",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/{directoryObject-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": "Get-MgDirectoryDeletedAdministrativeUnit",
+ "Method": "GET",
"Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/directory/deletedItems/administrativeUnit",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": "Get-MgDirectoryDeletedAdministrativeUnit",
+ "Method": "GET",
"Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/administrativeUnit",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/directory/deletedItems/{directoryObject-id}/application",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": "Get-MgDirectoryDeletedApplication",
+ "Method": "GET",
"Command": "Get-MgDirectoryDeletedItemAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/{directoryObject-id}/application",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/directory/deletedItems/application",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": "Get-MgDirectoryDeletedApplication",
+ "Method": "GET",
"Command": "Get-MgDirectoryDeletedItemAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/application",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/directory/deletedItems/{directoryObject-id}/device",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": "Get-MgDirectoryDeletedDevice",
+ "Method": "GET",
"Command": "Get-MgDirectoryDeletedItemAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/{directoryObject-id}/device",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/directory/deletedItems/device",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": "Get-MgDirectoryDeletedDevice",
+ "Method": "GET",
"Command": "Get-MgDirectoryDeletedItemAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/device",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/directory/deletedItems/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": "Get-MgDirectoryDeletedGroup",
+ "Method": "GET",
"Command": "Get-MgDirectoryDeletedItemAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/{directoryObject-id}/group",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/directory/deletedItems/group",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": "Get-MgDirectoryDeletedGroup",
+ "Method": "GET",
"Command": "Get-MgDirectoryDeletedItemAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/group",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": "Get-MgDirectoryDeletedServicePrincipal",
+ "Method": "GET",
"Command": "Get-MgDirectoryDeletedItemAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/directory/deletedItems/servicePrincipal",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": "Get-MgDirectoryDeletedServicePrincipal",
+ "Method": "GET",
"Command": "Get-MgDirectoryDeletedItemAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/servicePrincipal",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/directory/deletedItems/{directoryObject-id}/user",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": "Get-MgDirectoryDeletedUser",
+ "Method": "GET",
"Command": "Get-MgDirectoryDeletedItemAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/{directoryObject-id}/user",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/directory/deletedItems/user",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": "Get-MgDirectoryDeletedUser",
+ "Method": "GET",
"Command": "Get-MgDirectoryDeletedItemAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/user",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/directory/deletedItems/getByIds",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgDirectoryDeletedItemById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0",
+ "Uri": "/directory/deletedItems/getByIds",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/directory/deletedItems/administrativeUnit/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryDeletedItemCountAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/administrativeUnit/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/deletedItems/application/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryDeletedItemCountAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/application/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/deletedItems/device/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryDeletedItemCountAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/device/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/deletedItems/group/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryDeletedItemCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/group/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/deletedItems/servicePrincipal/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryDeletedItemCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/servicePrincipal/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/deletedItems/user/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryDeletedItemCountAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deletedItems/user/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgDirectoryDeletedItemMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0",
+ "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgDirectoryDeletedItemMemberObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0",
+ "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgDirectoryDeviceLocalCredential",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo"
},
{
- "Uri": "/directory/deviceLocalCredentials",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgDirectoryDeviceLocalCredential",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deviceLocalCredentials",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo"
},
{
- "Uri": "/directory/deviceLocalCredentials/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryDeviceLocalCredentialCount",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/deviceLocalCredentials/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryFederationConfiguration",
+ "ApiReferenceLink": null,
"Uri": "/directory/federationConfigurations/{identityProviderBase-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "IdentityProvider.Read.All",
@@ -233859,19 +244038,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryFederationConfiguration",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityProviderBase",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityProviderBase"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryFederationConfiguration",
+ "ApiReferenceLink": null,
"Uri": "/directory/federationConfigurations",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "IdentityProvider.Read.All",
@@ -233890,18 +244069,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryFederationConfiguration",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityProviderBase",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityProviderBase"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryFederationConfigurationCount",
+ "ApiReferenceLink": null,
"Uri": "/directory/federationConfigurations/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "IdentityProvider.Read.All",
@@ -233920,99 +244100,109 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryFederationConfigurationCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/directoryObjects/{directoryObject-id}",
- "Permissions": [],
- "Module": "DirectoryObjects",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0",
+ "Uri": "/directoryObjects/{directoryObject-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0"
+ "Module": "DirectoryObjects",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/directoryObjects",
- "Permissions": [],
- "Module": "DirectoryObjects",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryObject",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryObjects",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DirectoryObjects",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/directoryObjects/getAvailableExtensionProperties",
- "Permissions": [],
- "Module": "DirectoryObjects",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgDirectoryObjectAvailableExtensionProperty",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0",
+ "Uri": "/directoryObjects/getAvailableExtensionProperties",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExtensionProperty",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0"
+ "Module": "DirectoryObjects",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtensionProperty"
},
{
- "Uri": "/directoryObjects/getByIds",
- "Permissions": [],
- "Module": "DirectoryObjects",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgDirectoryObjectById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0",
+ "Uri": "/directoryObjects/getByIds",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
+ "Module": "DirectoryObjects",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/directoryObjects/$count",
- "Permissions": [],
- "Module": "DirectoryObjects",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryObjectCount",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryObjects/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "DirectoryObjects",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directoryObjects/delta",
- "Permissions": [],
- "Module": "DirectoryObjects",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryObjectDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0",
+ "Uri": "/directoryObjects/delta",
+ "ApiVersion": "v1.0",
"Variants": [
"Delta"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0"
+ "Module": "DirectoryObjects",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgDirectoryObjectMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0",
"Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Module": "DirectoryObjects",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -234095,21 +244285,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "DirectoryObjects",
- "Command": "Get-MgDirectoryObjectMemberGroup",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgDirectoryObjectMemberObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0",
+ "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
- },
- {
- "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects",
+ "Module": "DirectoryObjects",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -234208,35 +244399,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "DirectoryObjects",
- "Command": "Get-MgDirectoryObjectMemberObject",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"
+ "OutputType": null
},
{
- "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryOnPremiseSynchronization",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryOnPremiseSynchronization",
+ "ApiReferenceLink": null,
"Uri": "/directory/onPremisesSynchronization",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OnPremDirectorySynchronization.Read.All",
@@ -234255,18 +244445,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryOnPremiseSynchronization",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryOnPremiseSynchronizationCount",
+ "ApiReferenceLink": null,
"Uri": "/directory/onPremisesSynchronization/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OnPremDirectorySynchronization.Read.All",
@@ -234285,18 +244476,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryOnPremiseSynchronizationCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryRole",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0",
"Uri": "/directoryRoles/{directoryRole-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -234331,19 +244524,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryRole",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphDirectoryRole"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryRole",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0",
"Uri": "/directoryRoles",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -234378,32 +244571,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryRole",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphDirectoryRole"
},
{
- "Uri": "/directoryRoles/getByIds",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgDirectoryRoleById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0",
+ "Uri": "/directoryRoles/getByIds",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryRoleByRoleTemplateId",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0",
"Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -234438,19 +244634,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryRoleByRoleTemplateId",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphDirectoryRole"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryRoleCount",
+ "ApiReferenceLink": null,
"Uri": "/directoryRoles/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -234485,18 +244681,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryRoleCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryRoleDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-1.0",
"Uri": "/directoryRoles/delta",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -234531,18 +244728,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryRoleDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphDirectoryRole"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryRoleMember",
+ "ApiReferenceLink": null,
"Uri": "/directoryRoles/{directoryRole-id}/members",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -234577,180 +244775,193 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryRoleMember",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryRoleMemberAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/application",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryRoleMemberAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/application",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryRoleMemberAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/device",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryRoleMemberAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/device",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryRoleMemberAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/group",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryRoleMemberAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/group",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryRoleMemberAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryRoleMemberAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryRoleMemberAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryRoleMemberAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryRoleMemberAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/user",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryRoleMemberAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/user",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryRoleMemberByRef",
+ "ApiReferenceLink": null,
"Uri": "/directoryRoles/{directoryRole-id}/members/$ref",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -234785,18 +244996,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryRoleMemberByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryRoleMemberCount",
+ "ApiReferenceLink": null,
"Uri": "/directoryRoles/{directoryRole-id}/members/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -234831,149 +245044,158 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryRoleMemberCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryRoleMemberCountAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryRoleMemberCountAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryRoleMemberCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryRoleMemberCountAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryRoleMemberCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryRoleMemberCountAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgDirectoryRoleMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0",
+ "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgDirectoryRoleMemberObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0",
+ "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectoryRoleScopedMember",
+ "ApiReferenceLink": null,
+ "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphScopedRoleMembership",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphScopedRoleMembership"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryRoleScopedMember",
+ "ApiReferenceLink": null,
"Uri": "/directoryRoles/{directoryRole-id}/scopedMembers",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -235008,18 +245230,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryRoleScopedMember",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphScopedRoleMembership",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphScopedRoleMembership"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryRoleScopedMemberCount",
+ "ApiReferenceLink": null,
"Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -235054,19 +245278,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryRoleScopedMemberCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryRoleTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-1.0",
+ "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}",
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -235101,19 +245326,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryRoleTemplate",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryRoleTemplate",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphDirectoryRoleTemplate"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryRoleTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-1.0",
"Uri": "/directoryRoleTemplates",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -235148,32 +245373,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryRoleTemplate",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryRoleTemplate",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphDirectoryRoleTemplate"
},
{
- "Uri": "/directoryRoleTemplates/getByIds",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgDirectoryRoleTemplateById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0",
+ "Uri": "/directoryRoleTemplates/getByIds",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryRoleTemplateCount",
+ "ApiReferenceLink": null,
"Uri": "/directoryRoleTemplates/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -235208,18 +245435,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryRoleTemplateCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDirectoryRoleTemplateDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0",
"Uri": "/directoryRoleTemplates/delta",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -235254,104 +245482,112 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDirectoryRoleTemplateDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgDirectoryRoleTemplateMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0",
+ "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgDirectoryRoleTemplateMemberObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0",
+ "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/directory/subscriptions/{companySubscription-id}",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectorySubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/subscriptions/{companySubscription-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCompanySubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCompanySubscription"
},
{
- "Uri": "/directory/subscriptions",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectorySubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/subscriptions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCompanySubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCompanySubscription"
},
{
- "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectorySubscriptionByCommerceSubscriptionId",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCompanySubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCompanySubscription"
},
{
- "Uri": "/directory/subscriptions/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDirectorySubscriptionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/directory/subscriptions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDomain",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-1.0",
"Uri": "/domains/{domain-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Domain.Read.All",
@@ -235378,19 +245614,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDomain",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDomain",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphDomain"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDomain",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-1.0",
"Uri": "/domains",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Domain.Read.All",
@@ -235417,18 +245653,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDomain",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDomain",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphDomain"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDomainCount",
+ "ApiReferenceLink": null,
"Uri": "/domains/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Domain.Read.All",
@@ -235455,18 +245692,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDomainCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDomainFederationConfiguration",
+ "ApiReferenceLink": null,
"Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Domain.Read.All",
@@ -235485,60 +245724,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDomainFederationConfiguration",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphInternalDomainFederation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphInternalDomainFederation"
},
{
- "Uri": "/domains/{domain-id}/federationConfiguration",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDomainFederationConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/domains/{domain-id}/federationConfiguration",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphInternalDomainFederation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphInternalDomainFederation"
},
{
- "Uri": "/domains/{domain-id}/federationConfiguration/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDomainFederationConfigurationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/domains/{domain-id}/federationConfiguration/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDomainNameReference",
+ "ApiReferenceLink": null,
+ "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDomainNameReference",
+ "ApiReferenceLink": null,
"Uri": "/domains/{domain-id}/domainNameReferences",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Domain.Read.All",
@@ -235557,18 +245799,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDomainNameReference",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDomainNameReferenceCount",
+ "ApiReferenceLink": null,
"Uri": "/domains/{domain-id}/domainNameReferences/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Domain.Read.All",
@@ -235587,33 +245831,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDomainNameReferenceCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDomainServiceConfigurationRecord",
+ "ApiReferenceLink": null,
+ "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDomainDnsRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDomainDnsRecord"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDomainServiceConfigurationRecord",
+ "ApiReferenceLink": null,
"Uri": "/domains/{domain-id}/serviceConfigurationRecords",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Domain.Read.All",
@@ -235632,18 +245877,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDomainServiceConfigurationRecord",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDomainDnsRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDomainDnsRecord"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDomainServiceConfigurationRecordCount",
+ "ApiReferenceLink": null,
"Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Domain.Read.All",
@@ -235662,33 +245909,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDomainServiceConfigurationRecordCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDomainVerificationDnsRecord",
+ "ApiReferenceLink": null,
+ "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDomainDnsRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDomainDnsRecord"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDomainVerificationDnsRecord",
+ "ApiReferenceLink": null,
"Uri": "/domains/{domain-id}/verificationDnsRecords",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Domain.Read.All",
@@ -235707,18 +245955,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDomainVerificationDnsRecord",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDomainDnsRecord",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDomainDnsRecord"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDomainVerificationDnsRecordCount",
+ "ApiReferenceLink": null,
"Uri": "/domains/{domain-id}/verificationDnsRecords/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "Domain.Read.All",
@@ -235737,19 +245987,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgDomainVerificationDnsRecordCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/drives/{drive-id}",
+ "Module": "Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -235800,252 +246051,270 @@
"IsLeastPrivilege": false
}
],
- "Module": "Files",
- "Command": "Get-MgDrive",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDrive"
},
{
- "Uri": "/drives",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/drives",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDrive"
},
{
- "Uri": "/drives/{drive-id}/bundles/{driveItem-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveBundle",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/bundles/{driveItem-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/bundles",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveBundle",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/bundles",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveBundleContent",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/bundles/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveBundleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/bundles/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveContentTypeBase",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveContentTypeBaseType",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveContentTypeBaseType",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveContentTypeBaseTypeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/createdByUser",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/createdByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/following/{driveItem-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveFollowing",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/following/{driveItem-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/following",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveFollowing",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/following",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/following/{driveItem-id}/content",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveFollowingContent",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/following/{driveItem-id}/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/following/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveFollowingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/following/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDriveItem",
+ "ApiReferenceLink": null,
"Uri": "/drives/{drive-id}/items/{driveItem-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -236112,48 +246381,51 @@
"IsLeastPrivilege": false
}
],
- "Module": "Files",
- "Command": "Get-MgDriveItem",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/items",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemActivityByInterval",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0"
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDriveItemAnalytic",
+ "ApiReferenceLink": null,
"Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -236204,73 +246476,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Files",
- "Command": "Get-MgDriveItemAnalytic",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemAnalyticItemActivityStat",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemAnalyticItemActivityStat",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivity"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDriveItemAnalyticLastSevenDay",
+ "ApiReferenceLink": null,
"Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -236321,19 +246598,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Files",
- "Command": "Get-MgDriveItemAnalyticLastSevenDay",
+ "OutputType": "IMicrosoftGraphItemActivityStat"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDriveItemAnalyticTime",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime",
+ "Module": "Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -236384,33 +246662,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Files",
- "Command": "Get-MgDriveItemAnalyticTime",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemChild",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDriveItemChild",
+ "ApiReferenceLink": null,
"Uri": "/drives/{drive-id}/items/{driveItem-id}/children",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -236461,32 +246740,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Files",
- "Command": "Get-MgDriveItemChild",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemChildContent",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDriveItemChildCount",
+ "ApiReferenceLink": null,
"Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -236537,19 +246819,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Files",
- "Command": "Get-MgDriveItemChildCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/content",
+ "Module": "Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -236600,472 +246883,505 @@
"IsLeastPrivilege": false
}
],
- "Module": "Files",
- "Command": "Get-MgDriveItemContent",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta",
+ "ApiVersion": "v1.0",
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0"
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemItemLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemListItemActivityByInterval",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemListItemAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemListItemCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemListItemDocumentSetVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemListItemDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemListItemDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemListItemField",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemListItemVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemListItemVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDriveItemPermission",
+ "ApiReferenceLink": null,
"Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -237116,19 +247432,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Files",
- "Command": "Get-MgDriveItemPermission",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPermission"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDriveItemPermission",
+ "ApiReferenceLink": null,
"Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -237179,18 +247495,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Files",
- "Command": "Get-MgDriveItemPermission",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPermission"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDriveItemPermissionCount",
+ "ApiReferenceLink": null,
"Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -237241,88 +247559,93 @@
"IsLeastPrivilege": false
}
],
- "Module": "Files",
- "Command": "Get-MgDriveItemPermissionCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemRetentionLabel",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemRetentionLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemRetentionLabel"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemSubscriptionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveItemThumbnail",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThumbnailSet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDriveItemThumbnail",
+ "ApiReferenceLink": null,
"Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -237373,18 +247696,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Files",
- "Command": "Get-MgDriveItemThumbnail",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphThumbnailSet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDriveItemThumbnailCount",
+ "ApiReferenceLink": null,
"Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -237435,19 +247760,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Files",
- "Command": "Get-MgDriveItemThumbnailCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDriveItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}",
+ "Module": "Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -237498,19 +247824,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Files",
- "Command": "Get-MgDriveItemVersion",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDriveItemVersion"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDriveItemVersion",
+ "ApiReferenceLink": null,
"Uri": "/drives/{drive-id}/items/{driveItem-id}/versions",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -237561,18 +247887,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Files",
- "Command": "Get-MgDriveItemVersion",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDriveItemVersion"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDriveItemVersionContent",
+ "ApiReferenceLink": null,
"Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -237623,19 +247951,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Files",
- "Command": "Get-MgDriveItemVersionContent",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDriveItemVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count",
+ "Module": "Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -237686,1037 +248015,1113 @@
"IsLeastPrivilege": false
}
],
- "Module": "Files",
- "Command": "Get-MgDriveItemVersionCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/lastModifiedByUser",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/lastModifiedByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveList",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphList"
},
{
- "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/drives/{drive-id}/list/columns",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/columns",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/drives/{drive-id}/list/columns/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListColumnCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/columns/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListColumnSourceColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListContentType",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListContentType",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListContentTypeColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListContentTypeColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListContentTypeColumnCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListContentTypeColumnLink",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnLink",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnLink"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListContentTypeColumnLink",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnLink",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnLink"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListContentTypeColumnLinkCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListContentTypeColumnPosition",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListContentTypeColumnPosition",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListContentTypeColumnPositionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0",
+ "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0"
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/drives/{drive-id}/list/contentTypes/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListContentTypeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/contentTypes/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/createdByUser",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/createdByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/drive",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/drive",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDrive"
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/drives/{drive-id}/list/items",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListItemActivityByInterval",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListItemAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/drives/{drive-id}/list/items/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListItemCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListItemCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/items/delta",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListItemDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0",
+ "Uri": "/drives/{drive-id}/list/items/delta",
+ "ApiVersion": "v1.0",
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0"
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListItemDocumentSetVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListItemDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListItemDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListItemField",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListItemVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListItemVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation"
},
{
- "Uri": "/drives/{drive-id}/list/operations",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/operations",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation"
},
{
- "Uri": "/drives/{drive-id}/list/operations/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/operations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/drives/{drive-id}/list/subscriptions",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/subscriptions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/drives/{drive-id}/list/subscriptions/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveListSubscriptionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/list/subscriptions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRoot",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/root/getActivitiesByInterval",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootActivityByInterval",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0",
+ "Uri": "/drives/{drive-id}/root/getActivitiesByInterval",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0"
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/drives/{drive-id}/root/analytics",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/analytics",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootAnalyticItemActivityStat",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootAnalyticItemActivityStat",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivity"
},
{
- "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootAnalyticLastSevenDay",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/drives/{drive-id}/root/analytics/allTime",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootAnalyticTime",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/analytics/allTime",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/drives/{drive-id}/root/children/{driveItem-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootChild",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/children/{driveItem-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/root/children",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootChild",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/children",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootChildContent",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/children/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootChildCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/children/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/content",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootContent",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/createdByUser",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/createdByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgDriveRootDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0",
"Uri": "/drives/{drive-id}/root/delta",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Delta",
+ "Delta1",
+ "DeltaViaIdentity",
+ "DeltaViaIdentity1"
+ ],
+ "Module": "Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -238767,629 +249172,672 @@
"IsLeastPrivilege": false
}
],
- "Module": "Files",
- "Command": "Get-MgDriveRootDelta",
- "Variants": [
- "Delta",
- "Delta1",
- "DeltaViaIdentity",
- "DeltaViaIdentity1"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootItemLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/lastModifiedByUser",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/lastModifiedByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/listItem",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootListItemActivityByInterval",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/analytics",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootListItemAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/analytics",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/createdByUser",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootListItemCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/createdByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootListItemDocumentSetVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/listItem/driveItem",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootListItemDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/driveItem",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/driveItem/content",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootListItemDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/driveItem/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/listItem/fields",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootListItemField",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/fields",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/versions",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/versions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/drives/{drive-id}/root/listItem/versions/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootListItemVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/versions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootListItemVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/permissions/{permission-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootPermission",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/permissions/{permission-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermission"
},
{
- "Uri": "/drives/{drive-id}/root/permissions",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootPermission",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/permissions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermission"
},
{
- "Uri": "/drives/{drive-id}/root/permissions/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootPermissionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/permissions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/retentionLabel",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootRetentionLabel",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/retentionLabel",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemRetentionLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemRetentionLabel"
},
{
- "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/drives/{drive-id}/root/subscriptions",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/subscriptions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/drives/{drive-id}/root/subscriptions/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootSubscriptionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/subscriptions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootThumbnail",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThumbnailSet"
},
{
- "Uri": "/drives/{drive-id}/root/thumbnails",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootThumbnail",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/thumbnails",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThumbnailSet"
},
{
- "Uri": "/drives/{drive-id}/root/thumbnails/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootThumbnailCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/thumbnails/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItemVersion"
},
{
- "Uri": "/drives/{drive-id}/root/versions",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/versions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItemVersion"
},
{
- "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootVersionContent",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/root/versions/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveRootVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/root/versions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/special/{driveItem-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveSpecial",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/special/{driveItem-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/special",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveSpecial",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/special",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/drives/{drive-id}/special/{driveItem-id}/content",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveSpecialContent",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/special/{driveItem-id}/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/drives/{drive-id}/special/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgDriveSpecialCount",
+ "ApiReferenceLink": null,
+ "Uri": "/drives/{drive-id}/special/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClass",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -239416,19 +249864,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClass",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationClass",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationClass"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClass",
+ "ApiReferenceLink": null,
"Uri": "/education/classes",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -239455,18 +249903,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClass",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationClass",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationClass"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignment",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -239533,19 +249983,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignment",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -239612,18 +250062,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentCategory",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -239690,19 +250142,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassAssignmentCategory",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationCategory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentCategory",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignmentCategories",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List",
+ "List1"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -239769,19 +250222,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassAssignmentCategory",
- "Variants": [
- "List",
- "List1"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationCategory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentCategoryByRef",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -239848,18 +250301,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassAssignmentCategoryByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentCategoryCount",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -239926,21 +250383,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassAssignmentCategoryCount",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentCategoryDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0",
"Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Delta",
+ "Delta1",
+ "DeltaViaIdentity",
+ "DeltaViaIdentity1"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -240007,21 +250465,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassAssignmentCategoryDelta",
- "Variants": [
- "Delta",
- "Delta1",
- "DeltaViaIdentity",
- "DeltaViaIdentity1"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphEducationCategory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -240088,19 +250545,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassAssignmentCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentDefault",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignmentDefaults",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/education/classes/{educationClass-id}/assignmentDefaults",
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -240167,19 +250625,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassAssignmentDefault",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationAssignmentDefaults",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationAssignmentDefaults"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0",
"Uri": "/education/classes/{educationClass-id}/assignments/delta",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -240246,33 +250705,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassAssignmentDelta",
- "Variants": [
- "Delta",
- "DeltaViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphEducationAssignment"
},
{
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationClassAssignmentGradingCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationGradingCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationGradingCategory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentResource",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -240339,19 +250800,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassAssignmentResource",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentResource",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -240418,18 +250879,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassAssignmentResource",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentResourceCount",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -240496,19 +250959,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassAssignmentResourceCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentRubric",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric",
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -240575,19 +251039,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassAssignmentRubric",
+ "OutputType": "IMicrosoftGraphEducationRubric"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentRubricByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref",
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -240654,19 +251119,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassAssignmentRubricByRef",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignmentSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/education/classes/{educationClass-id}/assignmentSettings",
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -240733,60 +251199,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassAssignmentSetting",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationAssignmentSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationAssignmentSettings"
},
{
- "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationClassAssignmentSettingGradingCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationGradingCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationGradingCategory"
},
{
- "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationClassAssignmentSettingGradingCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationGradingCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationGradingCategory"
},
{
- "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationClassAssignmentSettingGradingCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentSubmission",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -240853,19 +251323,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassAssignmentSubmission",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationSubmission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationSubmission"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentSubmission",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -240932,18 +251402,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassAssignmentSubmission",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationSubmission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationSubmission"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentSubmissionCount",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -241010,33 +251482,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassAssignmentSubmissionCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationClassAssignmentSubmissionOutcome",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationOutcome",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationOutcome"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentSubmissionOutcome",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.Read",
@@ -241071,18 +251544,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassAssignmentSubmissionOutcome",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationOutcome",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationOutcome"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentSubmissionOutcomeCount",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.Read",
@@ -241117,19 +251592,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassAssignmentSubmissionOutcomeCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentSubmissionResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}",
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -241196,19 +251672,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassAssignmentSubmissionResource",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentSubmissionResource",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -241275,18 +251751,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassAssignmentSubmissionResource",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentSubmissionResourceCount",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -241353,19 +251831,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassAssignmentSubmissionResourceCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}",
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -241432,19 +251911,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -241511,18 +251990,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResourceCount",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -241589,19 +252070,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResourceCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassCount",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -241628,18 +252109,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-1.0",
"Uri": "/education/classes/delta",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -241690,18 +252172,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationClass",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphEducationClass"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassGroup",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/group",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -241752,46 +252236,48 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassGroup",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationClassGroupServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationClassGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassMember",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/members",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -241826,18 +252312,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassMember",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassMemberByRef",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/members/$ref",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -241872,18 +252359,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassMemberByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassMemberCount",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/members/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -241918,115 +252407,320 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassMemberCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationClassModule",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationModule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [
+ {
+ "Name": "EduCurricula.Read",
+ "Description": "Read your class modules and resources",
+ "FullDescription": "Allows the app to read modules and resources on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduCurricula.Read.All",
+ "Description": "Read all class modules and resources",
+ "FullDescription": "Allows the app to read all modules and resources, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduCurricula.ReadWrite",
+ "Description": "Read and write your class modules and resources",
+ "FullDescription": "Allows the app to read and write modules and resources on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduCurricula.ReadWrite.All",
+ "Description": "Read and write all class modules and resources",
+ "FullDescription": "Allows the app to read and write all modules and resources, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphEducationModule"
},
{
- "Uri": "/education/classes/{educationClass-id}/modules",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationClassModule",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/modules",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationModule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [
+ {
+ "Name": "EduCurricula.Read",
+ "Description": "Read your class modules and resources",
+ "FullDescription": "Allows the app to read modules and resources on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduCurricula.Read.All",
+ "Description": "Read all class modules and resources",
+ "FullDescription": "Allows the app to read all modules and resources, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduCurricula.ReadWrite",
+ "Description": "Read and write your class modules and resources",
+ "FullDescription": "Allows the app to read and write modules and resources on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduCurricula.ReadWrite.All",
+ "Description": "Read and write all class modules and resources",
+ "FullDescription": "Allows the app to read and write all modules and resources, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphEducationModule"
},
{
- "Uri": "/education/classes/{educationClass-id}/modules/$count",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationClassModuleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/modules/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [
+ {
+ "Name": "EduCurricula.Read",
+ "Description": "Read your class modules and resources",
+ "FullDescription": "Allows the app to read modules and resources on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduCurricula.Read.All",
+ "Description": "Read all class modules and resources",
+ "FullDescription": "Allows the app to read all modules and resources, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduCurricula.ReadWrite",
+ "Description": "Read and write your class modules and resources",
+ "FullDescription": "Allows the app to read and write modules and resources on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduCurricula.ReadWrite.All",
+ "Description": "Read and write all class modules and resources",
+ "FullDescription": "Allows the app to read and write all modules and resources, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
- "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationClassModuleResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationModuleResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [
+ {
+ "Name": "EduCurricula.Read",
+ "Description": "Read your class modules and resources",
+ "FullDescription": "Allows the app to read modules and resources on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduCurricula.Read.All",
+ "Description": "Read all class modules and resources",
+ "FullDescription": "Allows the app to read all modules and resources, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduCurricula.ReadWrite",
+ "Description": "Read and write your class modules and resources",
+ "FullDescription": "Allows the app to read and write modules and resources on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduCurricula.ReadWrite.All",
+ "Description": "Read and write all class modules and resources",
+ "FullDescription": "Allows the app to read and write all modules and resources, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphEducationModuleResource"
},
{
- "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationClassModuleResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationModuleResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [
+ {
+ "Name": "EduCurricula.Read",
+ "Description": "Read your class modules and resources",
+ "FullDescription": "Allows the app to read modules and resources on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduCurricula.Read.All",
+ "Description": "Read all class modules and resources",
+ "FullDescription": "Allows the app to read all modules and resources, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduCurricula.ReadWrite",
+ "Description": "Read and write your class modules and resources",
+ "FullDescription": "Allows the app to read and write modules and resources on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduCurricula.ReadWrite.All",
+ "Description": "Read and write all class modules and resources",
+ "FullDescription": "Allows the app to read and write all modules and resources, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphEducationModuleResource"
},
{
- "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationClassModuleResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [
+ {
+ "Name": "EduCurricula.Read",
+ "Description": "Read your class modules and resources",
+ "FullDescription": "Allows the app to read modules and resources on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduCurricula.Read.All",
+ "Description": "Read all class modules and resources",
+ "FullDescription": "Allows the app to read all modules and resources, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduCurricula.ReadWrite",
+ "Description": "Read and write your class modules and resources",
+ "FullDescription": "Allows the app to read and write modules and resources on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduCurricula.ReadWrite.All",
+ "Description": "Read and write all class modules and resources",
+ "FullDescription": "Allows the app to read and write all modules and resources, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
- "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationClassSchool",
+ "ApiReferenceLink": null,
+ "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSchool"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassSchool",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/schools",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -242053,18 +252747,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassSchool",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationSchool"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassSchoolCount",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/schools/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -242091,19 +252787,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassSchoolCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassTeacher",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/teachers",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -242130,18 +252826,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassTeacher",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassTeacherByRef",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/teachers/$ref",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -242168,18 +252865,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassTeacherByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationClassTeacherCount",
+ "ApiReferenceLink": null,
"Uri": "/education/classes/{educationClass-id}/teachers/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -242206,19 +252905,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationClassTeacherCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationMe",
+ "ApiReferenceLink": null,
"Uri": "/education/me",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -242245,32 +252944,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationMe",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationUser"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationMeAssignment",
+ "ApiReferenceLink": null,
"Uri": "/education/me/assignments",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -242337,72 +253038,77 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationMeAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationAssignment"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/categories",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeAssignmentCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/categories",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationCategory"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeAssignmentCategoryByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeAssignmentCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeAssignmentCategoryDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta",
+ "ApiVersion": "v1.0",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0"
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationCategory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationMeAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/education/me/assignments/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -242469,292 +253175,313 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationMeAssignmentCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/education/me/assignments/delta",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeAssignmentDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0",
+ "Uri": "/education/me/assignments/delta",
+ "ApiVersion": "v1.0",
"Variants": [
"Delta"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0"
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationAssignment"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeAssignmentGradingCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationGradingCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationGradingCategory"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeAssignmentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/resources",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeAssignmentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/resources",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeAssignmentResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/rubric",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeAssignmentRubric",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/rubric",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationRubric"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeAssignmentRubricByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeAssignmentSubmission",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationSubmission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmission"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeAssignmentSubmission",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationSubmission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmission"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeAssignmentSubmissionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeAssignmentSubmissionOutcome",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationOutcome",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationOutcome"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeAssignmentSubmissionOutcome",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationOutcome",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationOutcome"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeAssignmentSubmissionOutcomeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeAssignmentSubmissionResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeAssignmentSubmissionResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeAssignmentSubmissionResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/me/classes/{educationClass-id}",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeClass",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/classes/{educationClass-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationClass",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationClass"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationMeClass",
+ "ApiReferenceLink": null,
"Uri": "/education/me/classes",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -242781,18 +253508,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationMeClass",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationClass",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationClass"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationMeClassCount",
+ "ApiReferenceLink": null,
"Uri": "/education/me/classes/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -242819,18 +253547,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationMeClassCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationMeRubric",
+ "ApiReferenceLink": null,
"Uri": "/education/me/rubrics/{educationRubric-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -242865,19 +253595,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationMeRubric",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationRubric"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationMeRubric",
+ "ApiReferenceLink": null,
"Uri": "/education/me/rubrics",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -242912,18 +253642,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationMeRubric",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationRubric"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationMeRubricCount",
+ "ApiReferenceLink": null,
"Uri": "/education/me/rubrics/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -242958,32 +253689,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationMeRubricCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/education/me/schools/{educationSchool-id}",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeSchool",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/schools/{educationSchool-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSchool"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationMeSchool",
+ "ApiReferenceLink": null,
"Uri": "/education/me/schools",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -243010,18 +253743,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationMeSchool",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationSchool"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationMeSchoolCount",
+ "ApiReferenceLink": null,
"Uri": "/education/me/schools/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -243048,32 +253782,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationMeSchoolCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/education/me/taughtClasses/{educationClass-id}",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeTaughtClass",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/taughtClasses/{educationClass-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationClass",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationClass"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationMeTaughtClass",
+ "ApiReferenceLink": null,
"Uri": "/education/me/taughtClasses",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -243100,18 +253836,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationMeTaughtClass",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationClass",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationClass"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationMeTaughtClassCount",
+ "ApiReferenceLink": null,
"Uri": "/education/me/taughtClasses/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -243138,18 +253875,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationMeTaughtClassCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationMeUser",
+ "ApiReferenceLink": null,
"Uri": "/education/me/user",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -243208,70 +253946,76 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationMeUser",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/education/me/user/mailboxSettings",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/user/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/education/me/user/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/user/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/education/me/user/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationMeUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/me/user/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationRoot",
+ "ApiReferenceLink": null,
+ "Uri": "/education",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationRoot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationRoot"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationSchool",
+ "ApiReferenceLink": null,
"Uri": "/education/schools/{educationSchool-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -243298,19 +254042,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationSchool",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationSchool"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationSchool",
+ "ApiReferenceLink": null,
"Uri": "/education/schools",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -243337,18 +254081,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationSchool",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationSchool"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationSchoolAdministrativeUnit",
+ "ApiReferenceLink": null,
"Uri": "/education/schools/{educationSchool-id}/administrativeUnit",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -243399,57 +254145,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationSchoolAdministrativeUnit",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/education/schools/{educationSchool-id}/classes",
- "Permissions": [
- {
- "Name": "EduRoster.ReadBasic",
- "Description": "View a limited subset of your school, class and user information",
- "FullDescription": "Allows the app to view minimal  information about both schools and classes in your organization and education-related information about you and other users on your behalf.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "EduRoster.Read.All",
- "Description": "Read the organization's roster",
- "FullDescription": "Allows the app to read the structure of schools and classes in the organization's roster and education-specific information about all users to be read.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "EduRoster.ReadWrite.All",
- "Description": "Read and write the organization's roster",
- "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationSchoolClass",
+ "ApiReferenceLink": null,
+ "Uri": "/education/schools/{educationSchool-id}/classes",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationClass",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/education/schools/{educationSchool-id}/classes/$ref",
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -243476,18 +254184,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
+ "OutputType": "IMicrosoftGraphEducationClass"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationSchoolClassByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/education/schools/{educationSchool-id}/classes/$ref",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/education/schools/{educationSchool-id}/classes/$count",
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -243514,19 +254223,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationSchoolClassCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/schools/{educationSchool-id}/classes/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/education/schools/$count",
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -243553,18 +254263,58 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationSchoolCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/schools/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [
+ {
+ "Name": "EduRoster.ReadBasic",
+ "Description": "View a limited subset of your school, class and user information",
+ "FullDescription": "Allows the app to view minimal  information about both schools and classes in your organization and education-related information about you and other users on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduRoster.Read.All",
+ "Description": "Read the organization's roster",
+ "FullDescription": "Allows the app to read the structure of schools and classes in the organization's roster and education-specific information about all users to be read.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduRoster.ReadWrite.All",
+ "Description": "Read and write the organization's roster",
+ "FullDescription": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationSchoolDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-1.0",
"Uri": "/education/schools/delta",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -243623,18 +254373,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationSchoolDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphEducationSchool"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationSchoolUser",
+ "ApiReferenceLink": null,
"Uri": "/education/schools/{educationSchool-id}/users",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.Read.All",
@@ -243653,18 +254404,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationSchoolUser",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationSchoolUserByRef",
+ "ApiReferenceLink": null,
"Uri": "/education/schools/{educationSchool-id}/users/$ref",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.Read.All",
@@ -243683,18 +254435,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationSchoolUserByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationSchoolUserCount",
+ "ApiReferenceLink": null,
"Uri": "/education/schools/{educationSchool-id}/users/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.Read.All",
@@ -243713,19 +254467,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationSchoolUserCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationUser",
+ "ApiReferenceLink": null,
"Uri": "/education/users/{educationUser-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -243752,21 +254509,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationUser",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationUser",
+ "ApiReferenceLink": null,
"Uri": "/education/users",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.Read.All",
@@ -243785,32 +254540,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationUser",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationUser"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationUserAssignment",
+ "ApiReferenceLink": null,
"Uri": "/education/users/{educationUser-id}/assignments",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -243877,72 +254634,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationUserAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationAssignment"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserAssignmentCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationCategory"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserAssignmentCategoryByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserAssignmentCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserAssignmentCategoryDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta",
+ "ApiVersion": "v1.0",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0"
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationCategory"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationUserAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/education/users/{educationUser-id}/assignments/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduAssignments.ReadBasic",
@@ -244009,294 +254772,314 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationUserAssignmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/delta",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserAssignmentDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0",
+ "Uri": "/education/users/{educationUser-id}/assignments/delta",
+ "ApiVersion": "v1.0",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0"
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationAssignment"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserAssignmentGradingCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationGradingCategory",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationGradingCategory"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserAssignmentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserAssignmentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserAssignmentResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserAssignmentRubric",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationRubric"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserAssignmentRubricByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserAssignmentSubmission",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationSubmission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmission"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserAssignmentSubmission",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationSubmission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmission"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserAssignmentSubmissionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserAssignmentSubmissionOutcome",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationOutcome",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationOutcome"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserAssignmentSubmissionOutcome",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationOutcome",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationOutcome"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserAssignmentSubmissionOutcomeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserAssignmentSubmissionResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserAssignmentSubmissionResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserAssignmentSubmissionResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource"
},
{
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserClass",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationClass",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationClass"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationUserClass",
+ "ApiReferenceLink": null,
"Uri": "/education/users/{educationUser-id}/classes",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -244323,18 +255106,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationUserClass",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationClass",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationClass"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationUserClassCount",
+ "ApiReferenceLink": null,
"Uri": "/education/users/{educationUser-id}/classes/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -244361,19 +255146,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationUserClassCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationUserCount",
+ "ApiReferenceLink": null,
"Uri": "/education/users/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.Read.All",
@@ -244392,18 +255177,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationUserCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationUserDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-1.0",
"Uri": "/education/users/delta",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -244462,87 +255248,93 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationUserDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationUser",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphEducationUser"
},
{
- "Uri": "/education/users/{educationUser-id}/user/mailboxSettings",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/user/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserRubric",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationRubric"
},
{
- "Uri": "/education/users/{educationUser-id}/rubrics",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserRubric",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/rubrics",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationRubric"
},
{
- "Uri": "/education/users/{educationUser-id}/rubrics/$count",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserRubricCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/rubrics/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserSchool",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationSchool"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationUserSchool",
+ "ApiReferenceLink": null,
"Uri": "/education/users/{educationUser-id}/schools",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -244569,18 +255361,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationUserSchool",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationSchool"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationUserSchoolCount",
+ "ApiReferenceLink": null,
"Uri": "/education/users/{educationUser-id}/schools/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -244607,60 +255401,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationUserSchoolCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}",
- "Permissions": [],
- "Module": "Education",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEducationUserTaughtClass",
+ "ApiReferenceLink": null,
+ "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationClass",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Education",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEducationClass"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationUserTaughtClass",
+ "ApiReferenceLink": null,
"Uri": "/education/users/{educationUser-id}/taughtClasses",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -244687,18 +255484,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationUserTaughtClass",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEducationClass",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEducationClass"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEducationUserTaughtClassCount",
+ "ApiReferenceLink": null,
"Uri": "/education/users/{educationUser-id}/taughtClasses/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Education",
"Permissions": [
{
"Name": "EduRoster.ReadBasic",
@@ -244725,19 +255524,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Education",
- "Command": "Get-MgEducationUserTaughtClassCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementAccessPackage",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}",
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -244756,19 +255556,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementAccessPackage",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessPackage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementAccessPackage",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/accessPackages",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -244787,18 +255587,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementAccessPackage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessPackage"
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0",
"Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -244817,32 +255619,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements"
},
{
- "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -244861,19 +255665,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApprovalStage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphApprovalStage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -244892,18 +255696,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApprovalStage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphApprovalStage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStageCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -244922,60 +255728,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStageCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy"
},
{
- "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy"
},
{
- "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/catalog",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementAccessPackageCatalog",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/catalog",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageCatalog",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageCatalog"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementAccessPackageCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/accessPackages/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -244994,18 +255803,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementAccessPackageCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -245024,18 +255834,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessPackage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -245054,18 +255865,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroup",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -245084,18 +255896,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroup",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -245114,32 +255927,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -245158,18 +255973,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessPackage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementAssignment",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -245188,19 +256005,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessPackageAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementAssignment",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/assignments",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -245219,18 +256036,21 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessPackageAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementAssignmentAdditional",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-1.0",
"Uri": "/identityGovernance/entitlementManagement/assignments/additionalAccess",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Access",
+ "Access1",
+ "AccessViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -245249,20 +256069,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementAssignmentAdditional",
- "Variants": [
- "Access",
- "Access1",
- "AccessViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageAssignment",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphAccessPackageAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/assignments/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -245281,18 +256100,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementAssignmentCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementAssignmentPolicy",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -245311,21 +256134,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementAssignmentPolicy",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementAssignmentPolicy",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/assignmentPolicies",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -245344,46 +256165,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementAssignmentPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy"
},
{
- "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementAssignmentPolicyAccessPackage",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackage"
},
{
- "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementAssignmentPolicyCatalog",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageCatalog",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageCatalog"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementAssignmentPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -245402,114 +256226,123 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementAssignmentPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCustomExtensionStageSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCustomExtensionStageSetting"
},
{
- "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCustomExtensionStageSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCustomExtensionStageSetting"
},
{
- "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCustomExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCustomCalloutExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCustomCalloutExtension"
},
{
- "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageQuestion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageQuestion"
},
{
- "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageQuestion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageQuestion"
},
{
- "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementAssignmentPolicyQuestionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementAssignmentRequest",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -245528,19 +256361,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementAssignmentRequest",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementAssignmentRequest",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/assignmentRequests",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -245559,18 +256392,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementAssignmentRequest",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementAssignmentRequestCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -245589,18 +256423,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementAssignmentRequestCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementCatalog",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -245619,19 +256455,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementCatalog",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageCatalog",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessPackageCatalog"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementCatalog",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/catalogs",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -245650,32 +256486,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementCatalog",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageCatalog",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessPackageCatalog"
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogAccessPackageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementCatalogCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/catalogs/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -245694,117 +256532,118 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementCatalogCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCustomCalloutExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCustomCalloutExtension"
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCustomCalloutExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCustomCalloutExtension"
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -245813,31 +256652,33 @@
"GetViaIdentity1",
"GetViaIdentity2"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1",
"List2"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceRoleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -245846,167 +256687,178 @@
"GetViaIdentity1",
"GetViaIdentity2"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceRoleResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count",
- "Permissions": [],
"Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRoleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -246015,31 +256867,33 @@
"GetViaIdentity1",
"GetViaIdentity2"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1",
"List2"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceScopeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -246048,164 +256902,183 @@
"GetViaIdentity1",
"GetViaIdentity2"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceScopeResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScopeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementConnectedOrganization",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -246224,19 +257097,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementConnectedOrganization",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphConnectedOrganization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphConnectedOrganization"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementConnectedOrganization",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -246255,18 +257128,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementConnectedOrganization",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphConnectedOrganization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphConnectedOrganization"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementConnectedOrganizationCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -246285,18 +257159,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementConnectedOrganizationCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsor",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -246315,18 +257190,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsor",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -246345,18 +257221,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -246375,19 +257253,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsor",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -246406,18 +257284,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsor",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -246436,18 +257315,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -246466,62 +257347,58 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resources",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resources",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resources/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resources/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -246530,537 +257407,576 @@
"GetViaIdentity1",
"GetViaIdentity2"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceEnvironmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceEnvironmentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceEnvironmentResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceEnvironmentResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRequest"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRequest"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalog",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageCatalog",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageCatalog"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/{accessPackage-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/{accessPackage-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackage"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackage"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCustomCalloutExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCustomCalloutExtension"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCustomCalloutExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCustomCalloutExtension"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -247069,31 +257985,33 @@
"GetViaIdentity1",
"GetViaIdentity2"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1",
"List2"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -247102,167 +258020,178 @@
"GetViaIdentity1",
"GetViaIdentity2"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRoleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -247271,31 +258200,33 @@
"GetViaIdentity1",
"GetViaIdentity2"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1",
"List2"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -247304,1169 +258235,1260 @@
"GetViaIdentity1",
"GetViaIdentity2"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScopeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestResourceRoleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestResourceScopeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleResourceScopeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScopeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScopeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRoleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRoleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceScopeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceScopeResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceScopeResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceScopeResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceScopeResourceRole",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceScopeResourceRoleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResource",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResource"
},
{
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResourceEnvironment",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementSetting",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/entitlementManagement/settings",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -248485,31 +259507,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgEntitlementManagementSetting",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEntitlementManagementSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEntitlementManagementSettings"
},
{
- "Uri": "/external",
- "Permissions": [],
- "Module": "Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgExternal",
+ "ApiReferenceLink": null,
+ "Uri": "/external",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgExternalConnection",
+ "ApiReferenceLink": null,
"Uri": "/external/connections/{externalConnection-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Search",
"Permissions": [
{
"Name": "ExternalConnection.ReadWrite.OwnedBy",
@@ -248536,19 +259561,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Search",
- "Command": "Get-MgExternalConnection",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgExternalConnection",
+ "ApiReferenceLink": null,
"Uri": "/external/connections",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Search",
"Permissions": [
{
"Name": "ExternalConnection.ReadWrite.OwnedBy",
@@ -248575,18 +259600,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Search",
- "Command": "Get-MgExternalConnection",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgExternalConnectionCount",
+ "ApiReferenceLink": null,
"Uri": "/external/connections/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Search",
"Permissions": [
{
"Name": "ExternalConnection.ReadWrite.OwnedBy",
@@ -248613,18 +259639,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Search",
- "Command": "Get-MgExternalConnectionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgExternalConnectionGroup",
+ "ApiReferenceLink": null,
"Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Search",
"Permissions": [
{
"Name": "ExternalItem.Read.All",
@@ -248651,87 +259679,93 @@
"IsLeastPrivilege": false
}
],
- "Module": "Search",
- "Command": "Get-MgExternalConnectionGroup",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup"
},
{
- "Uri": "/external/connections/{externalConnection-id}/groups",
- "Permissions": [],
- "Module": "Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgExternalConnectionGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/groups",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup"
},
{
- "Uri": "/external/connections/{externalConnection-id}/groups/$count",
- "Permissions": [],
- "Module": "Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgExternalConnectionGroupCount",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/groups/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Search",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}",
- "Permissions": [],
- "Module": "Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgExternalConnectionGroupMember",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExternalConnectorsIdentity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExternalConnectorsIdentity"
},
{
- "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members",
- "Permissions": [],
- "Module": "Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgExternalConnectionGroupMember",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExternalConnectorsIdentity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExternalConnectorsIdentity"
},
{
- "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count",
- "Permissions": [],
- "Module": "Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgExternalConnectionGroupMemberCount",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Search",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgExternalConnectionItem",
+ "ApiReferenceLink": null,
"Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Search",
"Permissions": [
{
"Name": "ExternalItem.ReadWrite.OwnedBy",
@@ -248758,101 +259792,108 @@
"IsLeastPrivilege": false
}
],
- "Module": "Search",
- "Command": "Get-MgExternalConnectionItem",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem"
},
{
- "Uri": "/external/connections/{externalConnection-id}/items",
- "Permissions": [],
- "Module": "Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgExternalConnectionItem",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/items",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem"
},
{
- "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}",
- "Permissions": [],
- "Module": "Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgExternalConnectionItemActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity"
},
{
- "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities",
- "Permissions": [],
- "Module": "Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgExternalConnectionItemActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity"
},
{
- "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count",
- "Permissions": [],
- "Module": "Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgExternalConnectionItemActivityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Search",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy",
- "Permissions": [],
- "Module": "Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgExternalConnectionItemActivityPerformedBy",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExternalConnectorsIdentity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExternalConnectorsIdentity"
},
{
- "Uri": "/external/connections/{externalConnection-id}/items/$count",
- "Permissions": [],
- "Module": "Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgExternalConnectionItemCount",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/items/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Search",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgExternalConnectionOperation",
+ "ApiReferenceLink": null,
"Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Search",
"Permissions": [
{
"Name": "ExternalConnection.ReadWrite.OwnedBy",
@@ -248879,46 +259920,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Search",
- "Command": "Get-MgExternalConnectionOperation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation"
},
{
- "Uri": "/external/connections/{externalConnection-id}/operations",
- "Permissions": [],
- "Module": "Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgExternalConnectionOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/operations",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation"
},
{
- "Uri": "/external/connections/{externalConnection-id}/operations/$count",
- "Permissions": [],
- "Module": "Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgExternalConnectionOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/external/connections/{externalConnection-id}/operations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Search",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgExternalConnectionSchema",
+ "ApiReferenceLink": null,
"Uri": "/external/connections/{externalConnection-id}/schema",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Search",
"Permissions": [
{
"Name": "ExternalConnection.ReadWrite.OwnedBy",
@@ -248945,19 +259989,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Search",
- "Command": "Get-MgExternalConnectionSchema",
+ "OutputType": "IMicrosoftGraphExternalConnectorsSchema"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExternalConnectorsSchema",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/groups/{group-id}",
+ "Module": "Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -249000,19 +260045,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroup",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-1.0",
"Uri": "/groups",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -249055,18 +260100,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroup",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgGroupAcceptedSender",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/acceptedSenders",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Group.Read.All",
@@ -249085,18 +260131,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupAcceptedSender",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupAcceptedSenderByRef",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/acceptedSenders/$ref",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Group.Read.All",
@@ -249115,18 +260162,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupAcceptedSenderByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupAcceptedSenderCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/acceptedSenders/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Group.Read.All",
@@ -249145,33 +260194,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupAcceptedSenderCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}",
- "Permissions": [],
- "Module": "Applications",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupAppRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Applications",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppRoleAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupAppRoleAssignment",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/appRoleAssignments",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -249198,18 +260248,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgGroupAppRoleAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAppRoleAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupAppRoleAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/appRoleAssignments/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Applications",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -249236,33 +260288,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Applications",
- "Command": "Get-MgGroupAppRoleAssignmentCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/getByIds",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgGroupById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0",
+ "Uri": "/groups/getByIds",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupByUniqueName",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0",
"Uri": "/groups(uniqueName='{uniqueName}')",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -249305,33 +260359,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupByUniqueName",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/groups/{group-id}/calendar",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgGroupCalendar",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/calendar",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCalendar",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCalendar"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupCalendarEvent",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/calendar/events/{event-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Calendar",
"Permissions": [
{
"Name": "Calendars.ReadBasic",
@@ -249366,19 +260422,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Calendar",
- "Command": "Get-MgGroupCalendarEvent",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEvent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupCalendarEvent",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/calendar/events",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Calendar",
"Permissions": [
{
"Name": "Group.Read.All",
@@ -249397,18 +260453,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Calendar",
- "Command": "Get-MgGroupCalendarEvent",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEvent"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupCalendarEventDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0",
"Uri": "/groups/{group-id}/calendar/events/delta",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Calendars.Read",
@@ -249435,89 +260493,95 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupCalendarEventDelta",
- "Variants": [
- "Delta",
- "DeltaViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphEvent"
},
{
- "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgGroupCalendarPermission",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCalendarPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCalendarPermission"
},
{
- "Uri": "/groups/{group-id}/calendar/calendarPermissions",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgGroupCalendarPermission",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/calendar/calendarPermissions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCalendarPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCalendarPermission"
},
{
- "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupCalendarPermissionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/calendar/getSchedule",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgGroupCalendarSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/calendar/getSchedule",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphScheduleInformation",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphScheduleInformation"
},
{
- "Uri": "/groups/{group-id}/calendar/calendarView",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgGroupCalendarView",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/calendar/calendarView",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEvent"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgGroupConversation",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/conversations/{conversation-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -249552,19 +260616,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupConversation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphConversation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphConversation"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgGroupConversation",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/conversations",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -249599,18 +260663,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupConversation",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphConversation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphConversation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupConversationCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/conversations/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -249645,19 +260711,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupConversationCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupConversationThread",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}",
+ "Module": "Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -249692,19 +260759,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupConversationThread",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphConversationThread",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphConversationThread"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupConversationThread",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -249739,18 +260806,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupConversationThread",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphConversationThread",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphConversationThread"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupConversationThreadCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -249785,19 +260854,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupConversationThreadCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupConversationThreadPost",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -249832,21 +260904,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupConversationThreadPost",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPost",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPost"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupConversationThreadPost",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -249881,32 +260951,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupConversationThreadPost",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPost",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPost"
},
{
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupConversationThreadPostAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupConversationThreadPostAttachment",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -249941,18 +261013,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupConversationThreadPostAttachment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupConversationThreadPostAttachmentCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -249987,19 +261061,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupConversationThreadPostAttachmentCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupConversationThreadPostCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count",
+ "Module": "Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -250034,142 +261109,151 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupConversationThreadPostCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupConversationThreadPostExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupConversationThreadPostExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupConversationThreadPostExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupConversationThreadPostInReplyToAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupConversationThreadPostInReplyToAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupConversationThreadPostInReplyToAttachmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupConversationThreadPostInReplyToExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupConversationThreadPostInReplyToExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupConversationThreadPostInReplyToExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -250212,32 +261296,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/createdOnBehalfOf",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupCreatedOnBehalfOf",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/createdOnBehalfOf",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupDefaultDrive",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/drive",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -250288,19 +261375,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Files",
- "Command": "Get-MgGroupDefaultDrive",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDrive"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-1.0",
"Uri": "/groups/delta",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -250343,32 +261430,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDrive"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupDrive",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/drives",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -250419,128 +261508,138 @@
"IsLeastPrivilege": false
}
],
- "Module": "Files",
- "Command": "Get-MgGroupDrive",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDrive"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveBundle",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/bundles",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveBundle",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/bundles",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveBundleContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveBundleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveContentTypeBase",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveContentTypeBaseType",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveContentTypeBaseType",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveContentTypeBaseTypeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupDriveCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/drives/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Files",
"Permissions": [
{
"Name": "Files.Read",
@@ -250591,2610 +261690,2797 @@
"IsLeastPrivilege": false
}
],
- "Module": "Files",
- "Command": "Get-MgGroupDriveCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveFollowing",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/following",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveFollowing",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/following",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveFollowingContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveFollowingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemActivityByInterval",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemAnalyticItemActivityStat",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemAnalyticItemActivityStat",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivity"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemAnalyticLastSevenDay",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemAnalyticTime",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemChildContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemChildCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta",
+ "ApiVersion": "v1.0",
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemItemLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemListItemActivityByInterval",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemListItemAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemListItemCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemListItemDocumentSetVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemListItemDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemListItemDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemListItemField",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemListItemVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemListItemVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemPermission",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermission"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemPermission",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermission"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemPermissionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemRetentionLabel",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemRetentionLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemRetentionLabel"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemSubscriptionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemThumbnail",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThumbnailSet"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemThumbnail",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThumbnailSet"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemThumbnailCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItemVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItemVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemVersionContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveItemVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveList",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphList"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListColumnCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListColumnSourceColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListContentType",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListContentType",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListContentTypeColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListContentTypeColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListContentTypeColumnCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListContentTypeColumnLink",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnLink",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnLink"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListContentTypeColumnLink",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnLink",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnLink"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListContentTypeColumnLinkCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListContentTypeColumnPosition",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListContentTypeColumnPosition",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListContentTypeColumnPositionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListContentTypeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDrive"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListItemActivityByInterval",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListItemAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListItemCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListItemDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta",
+ "ApiVersion": "v1.0",
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListItemDocumentSetVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListItemDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListItemDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListItemField",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListItemVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListItemVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveListSubscriptionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRoot",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootActivityByInterval",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootAnalyticItemActivityStat",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootAnalyticItemActivityStat",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivity"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootAnalyticLastSevenDay",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootAnalyticTime",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/children",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/children",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootChildContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootChildCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/content",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta",
+ "ApiVersion": "v1.0",
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootItemLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootListItemActivityByInterval",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootListItemAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootListItemCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootListItemDocumentSetVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootListItemDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootListItemDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootListItemField",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootListItemVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootListItemVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootPermission",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermission"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootPermission",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermission"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootPermissionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootRetentionLabel",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemRetentionLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemRetentionLabel"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootSubscriptionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootThumbnail",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThumbnailSet"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootThumbnail",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThumbnailSet"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootThumbnailCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItemVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItemVersion"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootVersionContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveRootVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveSpecial",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/special",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveSpecial",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/special",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveSpecialContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count",
- "Permissions": [],
- "Module": "Files",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupDriveSpecialCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Files",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgGroupEvent",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/events/{event-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Calendar",
"Permissions": [
{
"Name": "Calendars.ReadBasic",
@@ -253229,19 +264515,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Calendar",
- "Command": "Get-MgGroupEvent",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEvent"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgGroupEvent",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/events",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Calendar",
"Permissions": [
{
"Name": "Group.Read.All",
@@ -253260,73 +264546,79 @@
"IsLeastPrivilege": false
}
],
- "Module": "Calendar",
- "Command": "Get-MgGroupEvent",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEvent"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupEventAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/attachments",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupEventAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/attachments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupEventAttachmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/calendar",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgGroupEventCalendar",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/calendar",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCalendar",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCalendar"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupEventCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/events/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Calendar",
"Permissions": [
{
"Name": "Group.Read.All",
@@ -253345,19 +264637,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Calendar",
- "Command": "Get-MgGroupEventCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupEventDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0",
"Uri": "/groups/{group-id}/events/delta",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Calendars.Read",
@@ -253384,74 +264677,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupEventDelta",
- "Variants": [
- "Delta",
- "DeltaViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphEvent"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupEventExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/extensions",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupEventExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/extensions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupEventExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgGroupEventInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEvent"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgGroupEventInstance",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/events/{event-id}/instances",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Calendar",
"Permissions": [
{
"Name": "Calendars.ReadBasic",
@@ -253470,73 +264767,79 @@
"IsLeastPrivilege": false
}
],
- "Module": "Calendar",
- "Command": "Get-MgGroupEventInstance",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEvent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphEvent"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupEventInstanceAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupEventInstanceAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupEventInstanceAttachmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgGroupEventInstanceCalendar",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCalendar",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCalendar"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupEventInstanceCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/events/{event-id}/instances/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Calendar",
"Permissions": [
{
"Name": "Calendars.ReadBasic",
@@ -253555,101 +264858,110 @@
"IsLeastPrivilege": false
}
],
- "Module": "Calendar",
- "Command": "Get-MgGroupEventInstanceCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupEventInstanceExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupEventInstanceExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupEventInstanceExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/extensions/{extension-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/extensions",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/extensions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/groups/{group-id}/extensions/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/extensions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupLifecyclePolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-1.0",
"Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -253668,21 +264980,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupLifecyclePolicy",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroupLifecyclePolicy",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphGroupLifecyclePolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupLifecyclePolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-1.0",
"Uri": "/groupLifecyclePolicies",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -253701,18 +265011,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupLifecyclePolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroupLifecyclePolicy",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphGroupLifecyclePolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupLifecyclePolicyByGroup",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/groupLifecyclePolicies",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -253731,18 +265042,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupLifecyclePolicyByGroup",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroupLifecyclePolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphGroupLifecyclePolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupLifecyclePolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/groupLifecyclePolicies/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -253761,18 +265073,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupLifecyclePolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupMember",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/members",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -253815,180 +265128,193 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupMember",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/groups/{group-id}/members/{directoryObject-id}/application",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/{directoryObject-id}/application",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/groups/{group-id}/members/application",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/application",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/groups/{group-id}/members/{directoryObject-id}/device",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/{directoryObject-id}/device",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/groups/{group-id}/members/device",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/device",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/groups/{group-id}/members/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/{directoryObject-id}/group",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/groups/{group-id}/members/group",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/group",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/groups/{group-id}/members/orgContact",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/orgContact",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/groups/{group-id}/members/servicePrincipal",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/servicePrincipal",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/groups/{group-id}/members/{directoryObject-id}/user",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/{directoryObject-id}/user",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/members/user",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/user",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupMemberByRef",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/members/$ref",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -254031,18 +265357,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupMemberByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupMemberCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/members/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -254085,103 +265413,112 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupMemberCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/members/application/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberCountAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/application/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/members/device/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberCountAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/device/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/members/group/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/group/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/members/orgContact/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberCountAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/orgContact/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/members/servicePrincipal/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/servicePrincipal/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/members/user/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberCountAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/members/user/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgGroupMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0",
"Uri": "/groups/{group-id}/getMemberGroups",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -254264,21 +265601,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupMemberGroup",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgGroupMemberObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/getMemberObjects",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
- },
- {
- "Uri": "/groups/{group-id}/getMemberObjects",
+ "Module": "Groups",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -254377,35 +265715,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupMemberObject",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberOf",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupMemberOf",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/memberOf",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -254440,72 +265777,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupMemberOf",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/groups/{group-id}/memberOf/administrativeUnit",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/memberOf/administrativeUnit",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/groups/{group-id}/memberOf/group",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/memberOf/group",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupMemberOfCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/memberOf/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -254540,334 +265883,358 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupMemberOfCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/memberOf/group/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberOfCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/memberOf/group/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberWithLicenseError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberWithLicenseError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberWithLicenseErrorAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/application",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberWithLicenseErrorAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/application",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberWithLicenseErrorAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/device",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberWithLicenseErrorAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/device",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberWithLicenseErrorAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/group",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberWithLicenseErrorAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/group",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberWithLicenseErrorAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/user",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberWithLicenseErrorAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/user",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberWithLicenseErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberWithLicenseErrorCountAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberWithLicenseErrorCountAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberWithLicenseErrorCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberWithLicenseErrorCountAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberWithLicenseErrorCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupMemberWithLicenseErrorCountAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupOnenoteNotebook",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -254910,19 +266277,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Notes",
- "Command": "Get-MgGroupOnenoteNotebook",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupOnenoteNotebook",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/notebooks",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -254965,18 +266332,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Notes",
- "Command": "Get-MgGroupOnenoteNotebook",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupOnenoteNotebookCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/notebooks/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -255019,19 +266388,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Notes",
- "Command": "Get-MgGroupOnenoteNotebookCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "POST",
+ "Command": "Get-MgGroupOnenoteNotebookFromWebUrl",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0",
"Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Notes.Create",
@@ -255074,21 +266446,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupOnenoteNotebookFromWebUrl",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCopyNotebookModel",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphCopyNotebookModel"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupOnenoteNotebookSection",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -255131,18 +266501,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Notes",
- "Command": "Get-MgGroupOnenoteNotebookSection",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupOnenoteNotebookSectionGroup",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -255185,18 +266556,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Notes",
- "Command": "Get-MgGroupOnenoteNotebookSectionGroup",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupOnenoteOperation",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -255239,33 +266612,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Notes",
- "Command": "Get-MgGroupOnenoteOperation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/groups/{group-id}/onenote/operations/$count",
- "Permissions": [],
- "Module": "Notes",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupOnenoteOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/onenote/operations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Notes",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupOnenotePage",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Notes",
"Permissions": [
{
"Name": "Notes.Read",
@@ -255300,19 +266675,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Notes",
- "Command": "Get-MgGroupOnenotePage",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupOnenotePage",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/pages",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Notes",
"Permissions": [
{
"Name": "Notes.Read",
@@ -255344,35 +266719,38 @@
"FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.",
"IsAdmin": false,
"PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": false
- }
- ],
- "Module": "Notes",
- "Command": "Get-MgGroupOnenotePage",
- "Variants": [
- "List"
+ "IsLeastPrivilege": false
+ }
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
- "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content",
- "Permissions": [],
- "Module": "Notes",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupOnenotePageContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Notes",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupOnenotePageCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/pages/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Notes",
"Permissions": [
{
"Name": "Notes.Read",
@@ -255407,19 +266785,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Notes",
- "Command": "Get-MgGroupOnenotePageCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupOnenoteRecentNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})",
+ "Module": "Groups",
"Permissions": [
{
"Name": "Notes.Create",
@@ -255462,33 +266841,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupOnenoteRecentNotebook",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRecentNotebook",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphRecentNotebook"
},
{
- "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}",
- "Permissions": [],
- "Module": "Notes",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupOnenoteResource",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Notes",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteResource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupOnenoteResourceContent",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Notes",
"Permissions": [
{
"Name": "Notes.Read",
@@ -255523,33 +266904,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Notes",
- "Command": "Get-MgGroupOnenoteResourceContent",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/onenote/resources/$count",
- "Permissions": [],
- "Module": "Notes",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupOnenoteResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/onenote/resources/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Notes",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupOnenoteSection",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -255592,19 +266975,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Notes",
- "Command": "Get-MgGroupOnenoteSection",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupOnenoteSection",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/sections",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -255647,18 +267030,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Notes",
- "Command": "Get-MgGroupOnenoteSection",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupOnenoteSectionCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/sections/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -255701,19 +267086,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Notes",
- "Command": "Get-MgGroupOnenoteSectionCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupOnenoteSectionGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}",
+ "Module": "Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -255756,19 +267142,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Notes",
- "Command": "Get-MgGroupOnenoteSectionGroup",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupOnenoteSectionGroup",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/sectionGroups",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List",
+ "List1"
+ ],
+ "Module": "Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -255811,19 +267198,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Notes",
- "Command": "Get-MgGroupOnenoteSectionGroup",
- "Variants": [
- "List",
- "List1"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupOnenoteSectionGroupCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -255866,21 +267256,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Notes",
- "Command": "Get-MgGroupOnenoteSectionGroupCount",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupOnenoteSectionGroupSection",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Notes",
"Permissions": [
{
"Name": "Notes.Create",
@@ -255923,18 +267311,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Notes",
- "Command": "Get-MgGroupOnenoteSectionGroupSection",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupOnenoteSectionPage",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Notes",
"Permissions": [
{
"Name": "Notes.Read",
@@ -255969,18 +267358,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Notes",
- "Command": "Get-MgGroupOnenoteSectionPage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupOwner",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/owners",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -256023,180 +267413,193 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupOwner",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupOwnerAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/groups/{group-id}/owners/application",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupOwnerAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/application",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupOwnerAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/groups/{group-id}/owners/device",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupOwnerAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/device",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupOwnerAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/groups/{group-id}/owners/group",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupOwnerAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/group",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupOwnerAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/groups/{group-id}/owners/orgContact",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupOwnerAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/orgContact",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupOwnerAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/groups/{group-id}/owners/servicePrincipal",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupOwnerAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/servicePrincipal",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupOwnerAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/owners/user",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupOwnerAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/user",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupOwnerByRef",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/owners/$ref",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -256239,18 +267642,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupOwnerByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupOwnerCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/owners/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -256293,117 +267698,124 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupOwnerCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/owners/application/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupOwnerCountAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/application/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/owners/device/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupOwnerCountAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/device/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/owners/group/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupOwnerCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/group/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/owners/orgContact/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupOwnerCountAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/orgContact/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/owners/servicePrincipal/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupOwnerCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/servicePrincipal/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/owners/user/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupOwnerCountAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/owners/user/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupPermissionGrant",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupPermissionGrant",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/permissionGrants",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -256438,18 +267850,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupPermissionGrant",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupPermissionGrantCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/permissionGrants/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -256484,19 +267898,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupPermissionGrantCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgGroupPhoto",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/photo",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "ProfilePhoto.Read.All",
@@ -256523,21 +267940,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupPhoto",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphProfilePhoto"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgGroupPhoto",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/photos",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "ProfilePhoto.Read.All",
@@ -256564,18 +267979,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupPhoto",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphProfilePhoto"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupPhotoContent",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/photo/$value",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "ProfilePhoto.Read.All",
@@ -256602,49 +268021,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupPhotoContent",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/planner",
- "Permissions": [],
- "Module": "Planner",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupPlanner",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/planner",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPlannerGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Planner",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerGroup"
},
{
- "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}",
- "Permissions": [],
- "Module": "Planner",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupPlannerPlan",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Planner",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerPlan"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupPlannerPlan",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/planner/plans",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -256695,31 +268114,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Planner",
- "Command": "Get-MgGroupPlannerPlan",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerPlan"
},
{
- "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets",
- "Permissions": [],
- "Module": "Planner",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupPlannerPlanBucket",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPlannerBucket",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Planner",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerBucket"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupPlannerPlanCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/planner/plans/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -256770,46 +268192,48 @@
"IsLeastPrivilege": false
}
],
- "Module": "Planner",
- "Command": "Get-MgGroupPlannerPlanCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details",
- "Permissions": [],
- "Module": "Planner",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupPlannerPlanDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPlannerPlanDetails",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Planner",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerPlanDetails"
},
{
- "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks",
- "Permissions": [],
- "Module": "Planner",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupPlannerPlanTask",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Planner",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlannerTask"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgGroupRejectedSender",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/rejectedSenders",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Group.Read.All",
@@ -256828,18 +268252,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupRejectedSender",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupRejectedSenderByRef",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/rejectedSenders/$ref",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Group.Read.All",
@@ -256858,18 +268283,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupRejectedSenderByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupRejectedSenderCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/rejectedSenders/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Group.Read.All",
@@ -256888,19 +268315,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupRejectedSenderCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupSetting",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/settings/{groupSetting-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -256935,21 +268365,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupSetting",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroupSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphGroupSetting"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupSetting",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/settings",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List",
+ "List1"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -256984,19 +268413,21 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupSetting",
- "Variants": [
- "List",
- "List1"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroupSetting",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphGroupSetting"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupSettingCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/settings/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -257031,34 +268462,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupSettingCount",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groupSettingTemplates/getByIds",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgGroupSettingTemplateById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0",
+ "Uri": "/groupSettingTemplates/getByIds",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupSettingTemplateCount",
+ "ApiReferenceLink": null,
"Uri": "/groupSettingTemplates/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -257077,18 +268508,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupSettingTemplateCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupSettingTemplateDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0",
"Uri": "/groupSettingTemplates/delta",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -257107,18 +268539,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupSettingTemplateDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-get?view=graph-rest-1.0",
"Uri": "/groupSettingTemplates/{groupSettingTemplate-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -257137,19 +268571,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroupSettingTemplate",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-get?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphGroupSettingTemplate"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-list?view=graph-rest-1.0",
"Uri": "/groupSettingTemplates",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -257168,3715 +268602,3973 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroupSettingTemplate",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-list?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphGroupSettingTemplate"
},
{
- "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberGroups",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgGroupSettingTemplateMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0",
+ "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberGroups",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberObjects",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgGroupSettingTemplateMemberObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0",
+ "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberObjects",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSite",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/groups/{group-id}/sites",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSite",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteActivityByInterval",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteAnalyticItemActivityStat",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteAnalyticItemActivityStat",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivity"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivity"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteAnalyticLastSevenDay",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteAnalyticTime",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteApplicableContentTypeForList",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteByPath",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/columns",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/columns",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteColumnCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteColumnSourceColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteContentType",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteContentType",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteContentTypeBase",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteContentTypeBaseType",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteContentTypeBaseType",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteContentTypeBaseTypeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteContentTypeColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteContentTypeColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteContentTypeColumnCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteContentTypeColumnLink",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnLink",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnLink"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteContentTypeColumnLink",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnLink",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnLink"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteContentTypeColumnLinkCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteContentTypeColumnPosition",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteContentTypeColumnPosition",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteContentTypeColumnPositionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteContentTypeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/drive",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteDefaultDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/drive",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDrive"
},
{
- "Uri": "/groups/{group-id}/sites/delta",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/sites/delta",
+ "ApiVersion": "v1.0",
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDrive"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/drives",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/drives",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDrive"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteDriveCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteExternalColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteExternalColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteExternalColumnCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteGetByPath",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphList"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteGetByPathAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteGetByPathApplicableContentTypeForList",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteGetByPathColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteGetByPathContentType",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteGetByPathDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDrive"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteGetByPathDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDrive"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteGetByPathExternalColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteGetByPathItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBaseItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphBaseItem"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteGetByPathList",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphList"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteGetByPathOnenote",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenote",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenote"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteGetByPathOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteGetByPathPage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBaseSitePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphBaseSitePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteGetByPathPermission",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermission"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteGetByPathSite",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteGetByPathTermStore",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStore",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStore"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteGetByPathTermStore",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStore",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStore"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteGetGraphBPrePathActivityByInterval",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteGetGraphBPrePathByPath",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteGetGraphBPrePathCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteGetGraphBPrePathLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBaseItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphBaseItem"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/items",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/items",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBaseItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphBaseItem"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/items/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteItemCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/items/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteItemLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteList",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphList"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteList",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists",
+ "ApiVersion": "v1.0",
"Variants": [
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphList"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListColumnCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListColumnSourceColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListContentType",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListContentType",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListContentTypeColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListContentTypeColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListContentTypeColumnCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListContentTypeColumnLink",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnLink",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnLink"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListContentTypeColumnLink",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnLink",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnLink"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListContentTypeColumnLinkCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListContentTypeColumnPosition",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListContentTypeColumnPosition",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListContentTypeColumnPositionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphColumnDefinition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphContentType",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphContentType"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListContentTypeCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListDrive",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDrive",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDrive"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListItemActivityByInterval",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemActivityStat"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListItemAnalytic",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphItemAnalytics"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListItemCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListItemDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta",
+ "ApiVersion": "v1.0",
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphListItem",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0"
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItem"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListItemDocumentSetVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDocumentSetVersion"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListItemDocumentSetVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListItemDriveItem",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListItemDriveItemContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListItemField",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListItemVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphListItemVersion"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListItemVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListItemVersionField",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListSubscription",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSubscription",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSubscription"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteListSubscriptionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenote",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenote",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenote"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebook",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebook",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookSectionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentNotebook",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentSectionGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookSectionPage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookSectionPage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookSectionPageContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookSectionPageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentNotebook",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookSectionParentNotebook",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteNotebookSectionParentSectionGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteOperation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenotePage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenotePage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenotePageContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenotePageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenotePageParentNotebook",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenotePageParentSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteResource",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteResource"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteResource",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteResource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteResource"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteResourceContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteResourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteSectionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteSectionGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteSectionGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteSectionGroupCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteSectionGroupParentNotebook",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteSectionGroupParentSectionGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteSectionGroupSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteSectionGroupSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteSectionGroupSectionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentNotebook",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentNotebook",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentSectionGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteSectionPage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteSectionPage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenotePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteSectionPageContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteSectionPageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteSectionPageParentNotebook",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteSectionPageParentSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOnenoteSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteSectionParentNotebook",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphNotebook",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNotebook"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOnenoteSectionParentSectionGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSectionGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/operations",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/operations",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBaseSitePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphBaseSitePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBaseSitePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphBaseSitePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageAsSitePage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSitePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSitePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageAsSitePage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSitePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSitePage"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageAsSitePageCanvaLayout",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCanvasLayout",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphCanvasLayout"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphHorizontalSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphHorizontalSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphHorizontalSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphHorizontalSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphHorizontalSectionColumn",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphHorizontalSectionColumn"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphHorizontalSectionColumn",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphHorizontalSectionColumn"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWebPart",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWebPart"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphVerticalSection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphVerticalSection"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWebPart",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWebPart"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageAsSitePageCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings",
- "Permissions": [],
"Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageAsSitePageWebPart",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageAsSitePageWebPart",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWebPart",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWebPart"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageAsSitePageWebPartCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageCountAsSitePage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageCreatedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageLastModifiedByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWebPartPosition",
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWebPartPosition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWebPartPosition",
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWebPartPosition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphWebPartPosition",
- "Method": "POST",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphWebPartPosition"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePermission",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermission"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/permissions",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePermission",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/permissions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPermission",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermission"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSitePermissionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStore",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStore",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStore"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStores",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStore",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStores",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStore",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStore"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStores/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStores/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -260887,32 +272579,34 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1",
"List2",
"List3"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetChildCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -260923,16 +272617,17 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -260943,32 +272638,34 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1",
"List2",
"List3"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -260979,16 +272676,17 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -260999,16 +272697,17 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -261019,16 +272718,17 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -261039,16 +272739,17 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetChildSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -261059,484 +272760,515 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetParentGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetTermChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetTermChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetTermChildCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetTermChildSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetTermCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreGroupSetTermSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -261547,32 +273279,34 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1",
"List2",
"List3"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetChildCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -261583,16 +273317,17 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -261603,32 +273338,34 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1",
"List2",
"List3"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetChildRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -261639,16 +273376,17 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetChildRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -261659,16 +273397,17 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetChildRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -261679,16 +273418,17 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetChildRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -261699,16 +273439,17 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetChildSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -261719,78 +273460,83 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreGroup"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -261801,32 +273547,34 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1",
"List2",
"List3"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -261837,16 +273585,17 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -261857,32 +273606,34 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1",
"List2",
"List3"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -261893,16 +273644,17 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -261913,16 +273665,17 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -261933,16 +273686,17 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -261953,16 +273707,17 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
@@ -261973,2484 +273728,2665 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetTermChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetTermChild",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetTermChildCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetTermChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetTermChildRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetTermChildRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": 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",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetTermChildRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetTermChildRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetTermChildRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetTermChildSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetTermCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetTermRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetTermRelation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreRelation"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetTermRelationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetTermRelationFromTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetTermRelationSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetTermRelationToTerm",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreTerm"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSiteTermStoreSetTermSet",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTermStoreSet"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSubSite",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/sites",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSubSite",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/sites",
+ "ApiVersion": "v1.0",
"Variants": [
"List2"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count",
- "Permissions": [],
- "Module": "Sites",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupSubSiteCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Sites",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeam",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeam",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeam"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannel",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChannel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChannel"
},
{
- "Uri": "/groups/{group-id}/team/channels",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannel",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels",
+ "ApiVersion": "v1.0",
"Variants": [
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChannel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChannel"
},
{
- "Uri": "/groups/{group-id}/team/channels/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelFileFolder",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelFileFolderContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelMember",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/members",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelMember",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/members",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelMemberCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelMessageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelMessageHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelMessageHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelMessageHostedContentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelMessageReply",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelMessageReply",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelMessageReplyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelMessageReplyHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelMessageReplyHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelMessageReplyHostedContentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelSharedWithTeam",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelSharedWithTeam",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMemberCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelSharedWithTeamCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelTab",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsTab"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelTab",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsTab"
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelTabCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamChannelTabTeamApp",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsApp"
},
{
- "Uri": "/groups/{group-id}/team/group",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/group",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamGroupServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamIncomingChannel",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChannel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChannel"
},
{
- "Uri": "/groups/{group-id}/team/incomingChannels",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamIncomingChannel",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/incomingChannels",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChannel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChannel"
},
{
- "Uri": "/groups/{group-id}/team/incomingChannels/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamIncomingChannelCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/incomingChannels/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamInstalledApp",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation"
},
{
- "Uri": "/groups/{group-id}/team/installedApps",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamInstalledApp",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/installedApps",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation"
},
{
- "Uri": "/groups/{group-id}/team/installedApps/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamInstalledAppCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/installedApps/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamInstalledAppTeamApp",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsApp"
},
{
- "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamInstalledAppTeamAppDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeamsAppDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsAppDefinition"
},
{
- "Uri": "/groups/{group-id}/team/members/{conversationMember-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamMember",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/members/{conversationMember-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/groups/{group-id}/team/members",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamMember",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/members",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/groups/{group-id}/team/members/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamMemberCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/members/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsAsyncOperation"
},
{
- "Uri": "/groups/{group-id}/team/operations",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/operations",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsAsyncOperation"
},
{
- "Uri": "/groups/{group-id}/team/operations/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/operations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPermissionGrant",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant"
},
{
- "Uri": "/groups/{group-id}/team/permissionGrants",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPermissionGrant",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/permissionGrants",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant"
},
{
- "Uri": "/groups/{group-id}/team/permissionGrants/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPermissionGrantCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/permissionGrants/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/photo",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPhoto",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/photo",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphProfilePhoto"
},
{
- "Uri": "/groups/{group-id}/team/photo/$value",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPhotoContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/photo/$value",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannel",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChannel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChannel"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannelFileFolder",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDriveItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDriveItem"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannelFileFolderContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannelMember",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/members",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannelMember",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/members",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/members/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannelMemberCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/members/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannelMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/messages",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannelMessage",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannelMessageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannelMessageReply",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannelMessageReply",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessage"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannelMessageReplyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphConversationMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConversationMember"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannelTab",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsTab"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/tabs",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannelTab",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/tabs",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsTab"
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannelTabCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamPrimaryChannelTabTeamApp",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamsApp"
},
{
- "Uri": "/groups/{group-id}/team/schedule",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamSchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSchedule"
},
{
- "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamScheduleOfferShiftRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOfferShiftRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOfferShiftRequest"
},
{
- "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamScheduleOfferShiftRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOfferShiftRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOfferShiftRequest"
},
{
- "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamScheduleOfferShiftRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamScheduleOpenShift",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOpenShift",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOpenShift"
},
{
- "Uri": "/groups/{group-id}/team/schedule/openShifts",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamScheduleOpenShift",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/openShifts",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOpenShift",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOpenShift"
},
{
- "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOpenShiftChangeRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOpenShiftChangeRequest"
},
{
- "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOpenShiftChangeRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOpenShiftChangeRequest"
},
{
- "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/schedule/openShifts/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamScheduleOpenShiftCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/openShifts/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgGroupTeamScheduleSchedulingGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSchedulingGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSchedulingGroup"
},
{
- "Uri": "/groups/{group-id}/team/schedule/schedulingGroups",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgGroupTeamScheduleSchedulingGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/schedulingGroups",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSchedulingGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSchedulingGroup"
},
{
- "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamScheduleSchedulingGroupCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgGroupTeamScheduleShift",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphShift",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphShift"
},
{
- "Uri": "/groups/{group-id}/team/schedule/shifts",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgGroupTeamScheduleShift",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/shifts",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphShift",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphShift"
},
{
- "Uri": "/groups/{group-id}/team/schedule/shifts/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamScheduleShiftCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/shifts/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest"
},
{
- "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest"
},
{
- "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgGroupTeamScheduleTimeOff",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTimeOff",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTimeOff"
},
{
- "Uri": "/groups/{group-id}/team/schedule/timesOff",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgGroupTeamScheduleTimeOff",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/timesOff",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTimeOff",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTimeOff"
},
{
- "Uri": "/groups/{group-id}/team/schedule/timesOff/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamScheduleTimeOffCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/timesOff/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgGroupTeamScheduleTimeOffReason",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTimeOffReason",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTimeOffReason"
},
{
- "Uri": "/groups/{group-id}/team/schedule/timeOffReasons",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgGroupTeamScheduleTimeOffReason",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/timeOffReasons",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTimeOffReason",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTimeOffReason"
},
{
- "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamScheduleTimeOffReasonCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgGroupTeamScheduleTimeOffRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTimeOffRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTimeOffRequest"
},
{
- "Uri": "/groups/{group-id}/team/schedule/timeOffRequests",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": "Select",
+ "Method": "GET",
"Command": "Get-MgGroupTeamScheduleTimeOffRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/timeOffRequests",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTimeOffRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTimeOffRequest"
},
{
- "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamScheduleTimeOffRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamTag",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeamworkTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamworkTag"
},
{
- "Uri": "/groups/{group-id}/team/tags",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamTag",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/tags",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeamworkTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamworkTag"
},
{
- "Uri": "/groups/{group-id}/team/tags/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamTagCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/tags/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamTagMember",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeamworkTagMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamworkTagMember"
},
{
- "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamTagMember",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeamworkTagMember",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeamworkTagMember"
},
{
- "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamTagMemberCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/team/template",
- "Permissions": [],
- "Module": "Teams",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTeamTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/team/template",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Teams",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgGroupThread",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/threads/{conversationThread-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -264485,19 +276421,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupThread",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphConversationThread",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphConversationThread"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgGroupThread",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/threads",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -264532,18 +276468,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupThread",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphConversationThread",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphConversationThread"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupThreadCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/threads/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -264578,19 +276516,22 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupThreadCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupThreadPost",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -264625,21 +276566,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupThreadPost",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPost",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPost"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupThreadPost",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -264674,32 +276613,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupThreadPost",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPost",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPost"
},
{
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupThreadPostAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupThreadPostAttachment",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -264734,18 +276675,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupThreadPostAttachment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupThreadPostAttachmentCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -264780,19 +276723,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupThreadPostAttachmentCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupThreadPostCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count",
+ "Module": "Groups",
"Permissions": [
{
"Name": "Group-Conversation.Read.All",
@@ -264827,156 +276771,166 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupThreadPostCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupThreadPostExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupThreadPostExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupThreadPostExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupThreadPostInReplyToAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupThreadPostInReplyToAttachment",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAttachment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttachment"
},
{
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupThreadPostInReplyToAttachmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupThreadPostInReplyToExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupThreadPostInReplyToExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupThreadPostInReplyToExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTransitiveMember",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupTransitiveMember",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/transitiveMembers",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -265019,180 +276973,194 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupTransitiveMember",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTransitiveMemberAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/application",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTransitiveMemberAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/application",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApplication"
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTransitiveMemberAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/device",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTransitiveMemberAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/device",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDevice",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDevice"
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTransitiveMemberAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/group",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTransitiveMemberAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/group",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTransitiveMemberAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/orgContact",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTransitiveMemberAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/orgContact",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOrgContact",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphOrgContact"
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTransitiveMemberAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTransitiveMemberAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServicePrincipal"
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTransitiveMemberAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/user",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTransitiveMemberAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/user",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupTransitiveMemberCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/transitiveMembers/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -265235,117 +277203,124 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupTransitiveMemberCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/application/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTransitiveMemberCountAsApplication",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/application/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/device/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTransitiveMemberCountAsDevice",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/device/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/group/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTransitiveMemberCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/group/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTransitiveMemberCountAsOrgContact",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTransitiveMemberCountAsServicePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/transitiveMembers/user/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTransitiveMemberCountAsUser",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMembers/user/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTransitiveMemberOf",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupTransitiveMemberOf",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/transitiveMemberOf",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -265380,72 +277355,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupTransitiveMemberOf",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAdministrativeUnit"
},
{
- "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/groups/{group-id}/transitiveMemberOf/group",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMemberOf/group",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgGroupTransitiveMemberOfCount",
+ "ApiReferenceLink": null,
"Uri": "/groups/{group-id}/transitiveMemberOf/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Groups",
"Permissions": [
{
"Name": "GroupMember.Read.All",
@@ -265480,87 +277461,93 @@
"IsLeastPrivilege": false
}
],
- "Module": "Groups",
- "Command": "Get-MgGroupTransitiveMemberOfCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTransitiveMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count",
- "Permissions": [],
- "Module": "Groups",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgGroupTransitiveMemberOfCountAsGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Groups",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identity/apiConnectors/{identityApiConnector-id}",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityApiConnector",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/apiConnectors/{identityApiConnector-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityApiConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityApiConnector"
},
{
- "Uri": "/identity/apiConnectors",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityApiConnector",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/apiConnectors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityApiConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityApiConnector"
},
{
- "Uri": "/identity/apiConnectors/$count",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityApiConnectorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/apiConnectors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityAuthenticationEventListener",
+ "ApiReferenceLink": null,
"Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "EventListener.Read.All",
@@ -265579,19 +277566,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityAuthenticationEventListener",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAuthenticationEventListener",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAuthenticationEventListener"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityAuthenticationEventListener",
+ "ApiReferenceLink": null,
"Uri": "/identity/authenticationEventListeners",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "EventListener.Read.All",
@@ -265610,18 +277597,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityAuthenticationEventListener",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAuthenticationEventListener",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAuthenticationEventListener"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityAuthenticationEventListenerCount",
+ "ApiReferenceLink": null,
"Uri": "/identity/authenticationEventListeners/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "EventListener.Read.All",
@@ -265640,18 +277628,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityAuthenticationEventListenerCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlow",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -265670,19 +277660,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityB2XUserFlow",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphB2XIdentityUserFlow",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphB2XIdentityUserFlow"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlow",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2xUserFlows",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -265701,32 +277691,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityB2XUserFlow",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphB2XIdentityUserFlow",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphB2XIdentityUserFlow"
},
{
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityB2XUserFlowApiConnectorConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowCount",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2xUserFlows/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -265745,75 +277737,81 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityB2XUserFlowCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityB2XUserFlowIdentityProvider",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityProvider",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityProvider"
},
{
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityB2XUserFlowIdentityProvider",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityProvider",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityProvider"
},
{
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityB2XUserFlowIdentityProviderByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityB2XUserFlowIdentityProviderCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowLanguage",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -265832,19 +277830,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityB2XUserFlowLanguage",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowLanguage",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -265863,18 +277861,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityB2XUserFlowLanguage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowLanguageCount",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -265893,19 +277893,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityB2XUserFlowLanguageCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}",
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -265924,19 +277925,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -265955,18 +277956,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserFlowLanguagePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserFlowLanguagePage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageContent",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -265985,19 +277988,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageContent",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count",
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -266016,19 +278020,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}",
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -266047,19 +278052,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -266078,18 +278083,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserFlowLanguagePage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserFlowLanguagePage"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageContent",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -266108,19 +278115,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageContent",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count",
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -266139,75 +278147,80 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityB2XUserFlowPostAttributeCollection",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityApiConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityApiConnector"
},
{
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityB2XUserFlowPostAttributeCollectionByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityB2XUserFlowPostFederationSignup",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityApiConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityApiConnector"
},
{
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityB2XUserFlowPostFederationSignupByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -266226,19 +278239,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -266257,18 +278270,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -266287,19 +278302,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-1.0",
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder",
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -266318,47 +278334,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-1.0"
+ "OutputType": null
},
{
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute"
},
{
- "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationContextClassReference"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference",
+ "ApiReferenceLink": null,
"Uri": "/identity/conditionalAccess/authenticationContextClassReferences",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.ConditionalAccess",
@@ -266377,18 +278395,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAuthenticationContextClassReference"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReferenceCount",
+ "ApiReferenceLink": null,
"Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.ConditionalAccess",
@@ -266407,138 +278426,149 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReferenceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityConditionalAccessNamedLocation",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphNamedLocation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNamedLocation"
},
{
- "Uri": "/identity/conditionalAccess/namedLocations",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityConditionalAccessNamedLocation",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/namedLocations",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphNamedLocation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphNamedLocation"
},
{
- "Uri": "/identity/conditionalAccess/namedLocations/$count",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityConditionalAccessNamedLocationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/namedLocations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityConditionalAccessPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphConditionalAccessPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConditionalAccessPolicy"
},
{
- "Uri": "/identity/conditionalAccess/policies",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityConditionalAccessPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/policies",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphConditionalAccessPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConditionalAccessPolicy"
},
{
- "Uri": "/identity/conditionalAccess/policies/$count",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityConditionalAccessPolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/policies/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityConditionalAccessTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphConditionalAccessTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConditionalAccessTemplate"
},
{
- "Uri": "/identity/conditionalAccess/templates",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityConditionalAccessTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/templates",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphConditionalAccessTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphConditionalAccessTemplate"
},
{
- "Uri": "/identity/conditionalAccess/templates/$count",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityConditionalAccessTemplateCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identity/conditionalAccess/templates/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityCustomAuthenticationExtension",
+ "ApiReferenceLink": null,
"Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "CustomAuthenticationExtension.Read.All",
@@ -266557,19 +278587,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityCustomAuthenticationExtension",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCustomAuthenticationExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCustomAuthenticationExtension"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityCustomAuthenticationExtension",
+ "ApiReferenceLink": null,
"Uri": "/identity/customAuthenticationExtensions",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "CustomAuthenticationExtension.Read.All",
@@ -266588,18 +278618,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityCustomAuthenticationExtension",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCustomAuthenticationExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCustomAuthenticationExtension"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityCustomAuthenticationExtensionCount",
+ "ApiReferenceLink": null,
"Uri": "/identity/customAuthenticationExtensions/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "CustomAuthenticationExtension.Read.All",
@@ -266618,18 +278649,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityCustomAuthenticationExtensionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinition",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -266648,19 +278681,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinition",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinition",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/accessReviews/definitions",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -266679,18 +278712,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinition",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/accessReviews/definitions/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -266709,18 +278743,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -266739,19 +278775,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessReviewInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessReviewInstance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -266770,32 +278806,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessReviewInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessReviewInstance"
},
{
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessReviewReviewer",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewReviewer"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -266814,18 +278852,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessReviewReviewer",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessReviewReviewer"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -266844,19 +278884,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count",
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -266875,19 +278916,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}",
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -266906,19 +278948,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -266937,18 +278979,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -266967,91 +279011,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceInsight"
},
{
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceInsight"
},
{
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}",
- "Permissions": [
- {
- "Name": "AccessReview.Read.All",
- "Description": "Read all access reviews",
- "FullDescription": "Allows the app to read access reviews, reviewers, decisions and settings in the organization, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "AccessReview.ReadWrite.All",
- "Description": "Manage 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
- }
- ],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessReviewStage",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages",
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -267070,18 +279087,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
+ "OutputType": "IMicrosoftGraphAccessReviewStage"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessReviewStage",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count",
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -267100,19 +279118,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
+ "OutputType": "IMicrosoftGraphAccessReviewStage"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}",
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -267131,19 +279150,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions",
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -267162,18 +279182,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count",
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "AccessReview.Read.All",
@@ -267192,127 +279213,168 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [
+ {
+ "Name": "AccessReview.Read.All",
+ "Description": "Read all access reviews",
+ "FullDescription": "Allows the app to read access reviews, reviewers, decisions and settings in the organization, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "AccessReview.ReadWrite.All",
+ "Description": "Manage 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
+ }
+ ],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceInsight"
},
{
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGovernanceInsight"
},
{
- "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition"
},
{
- "Uri": "/identityGovernance/accessReviews/historyDefinitions",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/historyDefinitions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition"
},
{
- "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance"
},
{
- "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance"
},
{
- "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAppConsentRequest",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "ConsentRequest.Read.All",
@@ -267331,19 +279393,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceAppConsentRequest",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppConsentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAppConsentRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAppConsentRequest",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/appConsent/appConsentRequests",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "ConsentRequest.Read.All",
@@ -267362,18 +279424,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceAppConsentRequest",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppConsentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAppConsentRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAppConsentRequestCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/appConsent/appConsentRequests/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "ConsentRequest.Read.All",
@@ -267392,18 +279455,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceAppConsentRequestCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "ConsentRequest.Read.All",
@@ -267422,19 +279487,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserConsentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserConsentRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "ConsentRequest.Read.All",
@@ -267453,73 +279518,79 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserConsentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserConsentRequest"
},
{
- "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApproval",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApproval"
},
{
- "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApprovalStage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApprovalStage"
},
{
- "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApprovalStage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApprovalStage"
},
{
- "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "ConsentRequest.Read.All",
@@ -267538,19 +279609,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflow",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}",
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -267569,19 +279641,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflow",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflow",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -267600,18 +279672,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflow",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -267630,73 +279703,79 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedBy",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -267715,19 +279794,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -267746,18 +279825,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -267776,141 +279856,152 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItem",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeletedItemContainer",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDeletedItemContainer"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -267929,19 +280020,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -267960,18 +280051,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -267990,222 +280082,238 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceRun",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceRun"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceRun",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceRun"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -268224,18 +280332,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScopeCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -268254,74 +280364,79 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScopeCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedBy",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -268340,19 +280455,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceRun",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceRun"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -268371,18 +280486,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceRun",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceRun"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -268401,33 +280518,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -268446,18 +280564,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -268476,88 +280596,94 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -268576,19 +280702,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -268607,18 +280733,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -268637,88 +280765,93 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -268737,18 +280870,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowSetting",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/settings",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -268767,32 +280901,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowSetting",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -268811,18 +280947,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -268841,19 +280979,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}",
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -268872,19 +281011,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -268903,18 +281042,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinitionCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -268933,32 +281073,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinitionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -268977,18 +281119,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -269007,102 +281151,108 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -269121,18 +281271,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -269151,61 +281303,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTask",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -269224,18 +281379,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -269254,88 +281411,94 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -269354,19 +281517,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -269385,18 +281548,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -269415,183 +281579,196 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -269610,18 +281787,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -269640,88 +281819,93 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -269740,18 +281924,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -269770,19 +281956,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -269801,18 +281987,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -269831,129 +282019,138 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedBy",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -269972,19 +282169,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -270003,18 +282200,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "LifecycleWorkflows.Read.All",
@@ -270033,236 +282232,253 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask"
},
{
- "Uri": "/identityGovernance/privilegedAccess",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccess",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrivilegedAccessRoot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedAccessRoot"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroup"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApproval",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApproval"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApproval",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApproval"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApprovalStage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApprovalStage"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphApprovalStage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphApprovalStage"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup",
@@ -270281,19 +282497,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup",
@@ -270312,32 +282528,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup",
@@ -270356,59 +282574,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup",
@@ -270427,19 +282650,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup",
@@ -270458,32 +282681,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup",
@@ -270502,87 +282727,94 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup",
@@ -270601,19 +282833,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup",
@@ -270632,32 +282864,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup",
@@ -270676,87 +282910,94 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup",
@@ -270775,19 +283016,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup",
@@ -270806,18 +283047,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup",
@@ -270836,59 +283078,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup",
@@ -270907,19 +283154,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup",
@@ -270938,18 +283185,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup",
@@ -270968,87 +283216,94 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup",
@@ -271067,19 +283322,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup",
@@ -271098,18 +283353,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount",
+ "ApiReferenceLink": null,
"Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup",
@@ -271128,336 +283384,361 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule"
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceTermsOfUseAgreement",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAgreement",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreement"
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceTermsOfUseAgreement",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAgreement",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreement"
},
{
- "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAgreementAcceptance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementAcceptance"
},
{
- "Uri": "/identityGovernance/termsOfUse/agreementAcceptances",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreementAcceptances",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAgreementAcceptance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementAcceptance"
},
{
- "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceTermsOfUseAgreementCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAgreementFile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFile"
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAgreementFileLocalization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileLocalization"
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAgreementFileLocalization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileLocalization"
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAgreementFileLocalization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileLocalization"
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileVersion"
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileVersion"
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileVersion"
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAgreementFileVersion"
},
{
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityProvider",
+ "ApiReferenceLink": null,
"Uri": "/identity/identityProviders/{identityProviderBase-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityProvider.Read.All",
@@ -271476,19 +283757,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityProvider",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityProviderBase",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityProviderBase"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityProvider",
+ "ApiReferenceLink": null,
"Uri": "/identity/identityProviders",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityProvider.Read.All",
@@ -271507,18 +283788,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityProvider",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityProviderBase",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityProviderBase"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityProviderCount",
+ "ApiReferenceLink": null,
"Uri": "/identity/identityProviders/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityProvider.Read.All",
@@ -271537,18 +283819,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityProviderCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityUserFlowAttribute",
+ "ApiReferenceLink": null,
"Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -271567,19 +283851,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityUserFlowAttribute",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityUserFlowAttribute",
+ "ApiReferenceLink": null,
"Uri": "/identity/userFlowAttributes",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -271598,18 +283882,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityUserFlowAttribute",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgIdentityUserFlowAttributeCount",
+ "ApiReferenceLink": null,
"Uri": "/identity/userFlowAttributes/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityUserFlow.Read.All",
@@ -271628,44 +283913,48 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgIdentityUserFlowAttributeCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/informationProtection",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgInformationProtection",
+ "ApiReferenceLink": null,
+ "Uri": "/informationProtection",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphInformationProtection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphInformationProtection"
},
{
- "Uri": "/informationProtection/bitlocker",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgInformationProtectionBitlocker",
+ "ApiReferenceLink": null,
+ "Uri": "/informationProtection/bitlocker",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBitlocker",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphBitlocker"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgInformationProtectionBitlockerRecoveryKey",
+ "ApiReferenceLink": null,
"Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "BitLockerKey.ReadBasic.All",
@@ -271684,19 +283973,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgInformationProtectionBitlockerRecoveryKey",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBitlockerRecoveryKey",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBitlockerRecoveryKey"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgInformationProtectionBitlockerRecoveryKey",
+ "ApiReferenceLink": null,
"Uri": "/informationProtection/bitlocker/recoveryKeys",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "BitLockerKey.ReadBasic.All",
@@ -271715,18 +284004,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgInformationProtectionBitlockerRecoveryKey",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphBitlockerRecoveryKey",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphBitlockerRecoveryKey"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgInformationProtectionBitlockerRecoveryKeyCount",
+ "ApiReferenceLink": null,
"Uri": "/informationProtection/bitlocker/recoveryKeys/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "BitLockerKey.ReadBasic.All",
@@ -271745,18 +284035,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgInformationProtectionBitlockerRecoveryKeyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgInformationProtectionThreatAssessmentRequest",
+ "ApiReferenceLink": null,
"Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "ThreatAssessment.ReadWrite.All",
@@ -271775,19 +284067,19 @@
"IsLeastPrivilege": true
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgInformationProtectionThreatAssessmentRequest",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphThreatAssessmentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphThreatAssessmentRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgInformationProtectionThreatAssessmentRequest",
+ "ApiReferenceLink": null,
"Uri": "/informationProtection/threatAssessmentRequests",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "ThreatAssessment.ReadWrite.All",
@@ -271806,18 +284098,19 @@
"IsLeastPrivilege": true
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgInformationProtectionThreatAssessmentRequest",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphThreatAssessmentRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphThreatAssessmentRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgInformationProtectionThreatAssessmentRequestCount",
+ "ApiReferenceLink": null,
"Uri": "/informationProtection/threatAssessmentRequests/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "ThreatAssessment.ReadWrite.All",
@@ -271836,181 +284129,195 @@
"IsLeastPrivilege": true
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgInformationProtectionThreatAssessmentRequestCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgInformationProtectionThreatAssessmentRequestResult",
+ "ApiReferenceLink": null,
+ "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphThreatAssessmentResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThreatAssessmentResult"
},
{
- "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgInformationProtectionThreatAssessmentRequestResult",
+ "ApiReferenceLink": null,
+ "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphThreatAssessmentResult",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphThreatAssessmentResult"
},
{
- "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgInformationProtectionThreatAssessmentRequestResultCount",
+ "ApiReferenceLink": null,
+ "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/invitations/{invitation-id}",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgInvitation",
+ "ApiReferenceLink": null,
+ "Uri": "/invitations/{invitation-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphInvitation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphInvitation"
},
{
- "Uri": "/invitations",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgInvitation",
+ "ApiReferenceLink": null,
+ "Uri": "/invitations",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphInvitation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphInvitation"
},
{
- "Uri": "/invitations/$count",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgInvitationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/invitations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgInvitationInvitedUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgInvitationInvitedUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgInvitationInvitedUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/invitations/{invitation-id}/invitedUserSponsors/{directoryObject-id}",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgInvitationInvitedUserSponsor",
+ "ApiReferenceLink": null,
+ "Uri": "/invitations/{invitation-id}/invitedUserSponsors/{directoryObject-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/invitations/{invitation-id}/invitedUserSponsors",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgInvitationInvitedUserSponsor",
+ "ApiReferenceLink": null,
+ "Uri": "/invitations/{invitation-id}/invitedUserSponsors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/invitations/{invitation-id}/invitedUserSponsors/$count",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgInvitationInvitedUserSponsorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/invitations/{invitation-id}/invitedUserSponsors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgOauth2PermissionGrant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-1.0",
"Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -272037,19 +284344,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgOauth2PermissionGrant",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphOAuth2PermissionGrant"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgOauth2PermissionGrant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-1.0",
"Uri": "/oauth2PermissionGrants",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -272076,18 +284383,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgOauth2PermissionGrant",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphOAuth2PermissionGrant"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgOauth2PermissionGrantCount",
+ "ApiReferenceLink": null,
"Uri": "/oauth2PermissionGrants/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -272114,18 +284422,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgOauth2PermissionGrantCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgOauth2PermissionGrantDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-1.0",
"Uri": "/oauth2PermissionGrants/delta",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Delta"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Directory.Read.All",
@@ -272152,18 +284461,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgOauth2PermissionGrantDelta",
- "Variants": [
- "Delta"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphOAuth2PermissionGrant"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgOrganization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-get?view=graph-rest-1.0",
"Uri": "/organization/{organization-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -272198,19 +284509,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgOrganization",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOrganization",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-get?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphOrganization"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgOrganization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-list?view=graph-rest-1.0",
"Uri": "/organization",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -272285,18 +284596,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgOrganization",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOrganization",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-list?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphOrganization"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgOrganizationBranding",
+ "ApiReferenceLink": null,
"Uri": "/organization/{organization-id}/branding",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "User.Read",
@@ -272339,89 +284652,95 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgOrganizationBranding",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOrganizationalBranding",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOrganizationalBranding"
},
{
- "Uri": "/organization/{organization-id}/branding/backgroundImage",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgOrganizationBrandingBackgroundImage",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/backgroundImage",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/organization/{organization-id}/branding/bannerLogo",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgOrganizationBrandingBannerLogo",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/bannerLogo",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/organization/{organization-id}/branding/customCSS",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgOrganizationBrandingCustomCss",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/customCSS",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/organization/{organization-id}/branding/favicon",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgOrganizationBrandingFavicon",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/favicon",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/organization/{organization-id}/branding/headerLogo",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgOrganizationBrandingHeaderLogo",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/headerLogo",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgOrganizationBrandingLocalization",
+ "ApiReferenceLink": null,
"Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "User.Read",
@@ -272464,19 +284783,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgOrganizationBrandingLocalization",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgOrganizationBrandingLocalization",
+ "ApiReferenceLink": null,
"Uri": "/organization/{organization-id}/branding/localizations",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "User.Read",
@@ -272519,18 +284838,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgOrganizationBrandingLocalization",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage",
+ "ApiReferenceLink": null,
"Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrganizationalBranding.Read.All",
@@ -272549,19 +284870,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgOrganizationBrandingLocalizationBannerLogo",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo",
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrganizationalBranding.Read.All",
@@ -272580,19 +284902,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgOrganizationBrandingLocalizationBannerLogo",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgOrganizationBrandingLocalizationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/localizations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/organization/{organization-id}/branding/localizations/$count",
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "User.Read",
@@ -272635,19 +284958,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgOrganizationBrandingLocalizationCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgOrganizationBrandingLocalizationCustomCss",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS",
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrganizationalBranding.Read.All",
@@ -272666,19 +284990,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgOrganizationBrandingLocalizationCustomCss",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgOrganizationBrandingLocalizationFavicon",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon",
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrganizationalBranding.Read.All",
@@ -272697,19 +285022,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgOrganizationBrandingLocalizationFavicon",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgOrganizationBrandingLocalizationHeaderLogo",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo",
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrganizationalBranding.Read.All",
@@ -272728,19 +285054,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgOrganizationBrandingLocalizationHeaderLogo",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgOrganizationBrandingLocalizationSquareLogo",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo",
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrganizationalBranding.Read.All",
@@ -272759,19 +285086,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgOrganizationBrandingLocalizationSquareLogo",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgOrganizationBrandingLocalizationSquareLogoDark",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark",
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "OrganizationalBranding.Read.All",
@@ -272790,61 +285118,65 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgOrganizationBrandingLocalizationSquareLogoDark",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/organization/{organization-id}/branding/squareLogo",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgOrganizationBrandingSquareLogo",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/squareLogo",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/organization/{organization-id}/branding/squareLogoDark",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgOrganizationBrandingSquareLogoDark",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/branding/squareLogoDark",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/organization/getByIds",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgOrganizationById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0",
+ "Uri": "/organization/getByIds",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration",
+ "ApiReferenceLink": null,
"Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Organization.Read.All",
@@ -272863,19 +285195,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration",
+ "ApiReferenceLink": null,
"Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Organization.Read.All",
@@ -272894,18 +285226,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgOrganizationCertificateBasedAuthConfigurationCount",
+ "ApiReferenceLink": null,
"Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Organization.Read.All",
@@ -272924,19 +285258,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgOrganizationCertificateBasedAuthConfigurationCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgOrganizationCount",
+ "ApiReferenceLink": null,
"Uri": "/organization/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.DirectoryManagement",
"Permissions": [
{
"Name": "DeviceManagementServiceConfig.Read.All",
@@ -273011,238 +285345,256 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.DirectoryManagement",
- "Command": "Get-MgOrganizationCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/organization/{organization-id}/extensions/{extension-id}",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgOrganizationExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/extensions/{extension-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/organization/{organization-id}/extensions",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgOrganizationExtension",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/extensions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphExtension",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphExtension"
},
{
- "Uri": "/organization/{organization-id}/extensions/$count",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgOrganizationExtensionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/organization/{organization-id}/extensions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/organization/{organization-id}/getMemberGroups",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgOrganizationMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0",
+ "Uri": "/organization/{organization-id}/getMemberGroups",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/organization/{organization-id}/getMemberObjects",
- "Permissions": [],
- "Module": "Identity.DirectoryManagement",
+ "CommandAlias": null,
+ "Method": "POST",
"Command": "Get-MgOrganizationMemberObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0",
+ "Uri": "/organization/{organization-id}/getMemberObjects",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "POST",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"
+ "Module": "Identity.DirectoryManagement",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/places/{place-id}/room",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPlaceAsRoom",
+ "ApiReferenceLink": null,
+ "Uri": "/places/{place-id}/room",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRoom",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRoom"
},
{
- "Uri": "/places/room",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPlaceAsRoom",
+ "ApiReferenceLink": null,
+ "Uri": "/places/room",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRoom",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRoom"
},
{
- "Uri": "/places/{place-id}/roomList",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPlaceAsRoomList",
+ "ApiReferenceLink": null,
+ "Uri": "/places/{place-id}/roomList",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRoomList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRoomList"
},
{
- "Uri": "/places/roomList",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPlaceAsRoomList",
+ "ApiReferenceLink": null,
+ "Uri": "/places/roomList",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRoomList",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRoomList"
},
{
- "Uri": "/places/{place-id}/roomList/rooms/{room-id}",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPlaceAsRoomListRoom",
+ "ApiReferenceLink": null,
+ "Uri": "/places/{place-id}/roomList/rooms/{room-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRoom",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRoom"
},
{
- "Uri": "/places/{place-id}/roomList/rooms",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPlaceAsRoomListRoom",
+ "ApiReferenceLink": null,
+ "Uri": "/places/{place-id}/roomList/rooms",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRoom",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRoom"
},
{
- "Uri": "/places/{place-id}/roomList/rooms/$count",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPlaceAsRoomListRoomCount",
+ "ApiReferenceLink": null,
+ "Uri": "/places/{place-id}/roomList/rooms/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/places/$count",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPlaceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/places/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/places/room/$count",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPlaceCountAsRoom",
+ "ApiReferenceLink": null,
+ "Uri": "/places/room/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/places/roomList/$count",
- "Permissions": [],
- "Module": "Calendar",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPlaceCountAsRoomList",
+ "ApiReferenceLink": null,
+ "Uri": "/places/roomList/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Calendar",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/planner",
- "Permissions": [],
- "Module": "Planner",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPlanner",
+ "ApiReferenceLink": null,
+ "Uri": "/planner",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPlanner",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Planner",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPlanner"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPlannerBucket",
+ "ApiReferenceLink": null,
"Uri": "/planner/buckets/{plannerBucket-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -273293,19 +285645,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Planner",
- "Command": "Get-MgPlannerBucket",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPlannerBucket",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerBucket"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPlannerBucket",
+ "ApiReferenceLink": null,
"Uri": "/planner/buckets",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -273356,18 +285708,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Planner",
- "Command": "Get-MgPlannerBucket",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPlannerBucket",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerBucket"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPlannerBucketCount",
+ "ApiReferenceLink": null,
"Uri": "/planner/buckets/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -273418,18 +285771,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Planner",
- "Command": "Get-MgPlannerBucketCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPlannerBucketTask",
+ "ApiReferenceLink": null,
"Uri": "/planner/buckets/{plannerBucket-id}/tasks",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -273480,18 +285834,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Planner",
- "Command": "Get-MgPlannerBucketTask",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerTask"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPlannerPlan",
+ "ApiReferenceLink": null,
"Uri": "/planner/plans/{plannerPlan-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -273542,19 +285898,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Planner",
- "Command": "Get-MgPlannerPlan",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerPlan"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPlannerPlan",
+ "ApiReferenceLink": null,
"Uri": "/planner/plans",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -273605,18 +285961,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Planner",
- "Command": "Get-MgPlannerPlan",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerPlan"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPlannerPlanBucket",
+ "ApiReferenceLink": null,
"Uri": "/planner/plans/{plannerPlan-id}/buckets",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -273667,18 +286024,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Planner",
- "Command": "Get-MgPlannerPlanBucket",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPlannerBucket",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerBucket"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPlannerPlanCount",
+ "ApiReferenceLink": null,
"Uri": "/planner/plans/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -273729,18 +286087,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Planner",
- "Command": "Get-MgPlannerPlanCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPlannerPlanDetail",
+ "ApiReferenceLink": null,
"Uri": "/planner/plans/{plannerPlan-id}/details",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -273791,19 +286151,83 @@
"IsLeastPrivilege": false
}
],
+ "OutputType": "IMicrosoftGraphPlannerPlanDetails"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPlannerPlanTask",
+ "ApiReferenceLink": null,
+ "Uri": "/planner/plans/{plannerPlan-id}/tasks",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
"Module": "Planner",
- "Command": "Get-MgPlannerPlanDetail",
+ "Permissions": [
+ {
+ "Name": "Tasks.Read",
+ "Description": "Read your tasks and task lists",
+ "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Tasks.Read.All",
+ "Description": "Read all users’ tasks and tasklist",
+ "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Tasks.ReadWrite",
+ "Description": "Create, read, update, and delete your tasks and task lists",
+ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Group.ReadWrite.All",
+ "Description": "Read and write all groups",
+ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Group.Read.All",
+ "Description": "Read all groups",
+ "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Tasks.ReadWrite.All",
+ "Description": "Read and write all users’ tasks and tasklists",
+ "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": "IMicrosoftGraphPlannerTask"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPlannerTask",
+ "ApiReferenceLink": null,
+ "Uri": "/planner/tasks/{plannerTask-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPlannerPlanDetails",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/planner/plans/{plannerPlan-id}/tasks",
+ "Module": "Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -273854,18 +286278,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Planner",
- "Command": "Get-MgPlannerPlanTask",
+ "OutputType": "IMicrosoftGraphPlannerTask"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPlannerTask",
+ "ApiReferenceLink": null,
+ "Uri": "/planner/tasks",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/planner/tasks/{plannerTask-id}",
+ "Module": "Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -273916,19 +286341,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Planner",
- "Command": "Get-MgPlannerTask",
+ "OutputType": "IMicrosoftGraphPlannerTask"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat",
+ "ApiReferenceLink": null,
+ "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/planner/tasks",
+ "Module": "Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -273979,81 +286405,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Planner",
- "Command": "Get-MgPlannerTask",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat"
},
{
- "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat",
- "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
- }
- ],
- "Module": "Planner",
- "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat",
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPlannerTaskBucketTaskBoardFormat",
+ "ApiReferenceLink": null,
+ "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat",
+ "Module": "Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -274104,19 +286469,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Planner",
- "Command": "Get-MgPlannerTaskBucketTaskBoardFormat",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPlannerTaskCount",
+ "ApiReferenceLink": null,
"Uri": "/planner/tasks/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -274167,18 +286532,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Planner",
- "Command": "Get-MgPlannerTaskCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPlannerTaskDetail",
+ "ApiReferenceLink": null,
"Uri": "/planner/tasks/{plannerTask-id}/details",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -274229,19 +286596,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Planner",
- "Command": "Get-MgPlannerTaskDetail",
+ "OutputType": "IMicrosoftGraphPlannerTaskDetails"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPlannerTaskProgressTaskBoardFormat",
+ "ApiReferenceLink": null,
+ "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPlannerTaskDetails",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat",
+ "Module": "Planner",
"Permissions": [
{
"Name": "Tasks.Read",
@@ -274292,19 +286660,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Planner",
- "Command": "Get-MgPlannerTaskProgressTaskBoardFormat",
+ "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyActivityBasedTimeoutPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}",
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -274331,19 +286700,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyActivityBasedTimeoutPolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyActivityBasedTimeoutPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/activityBasedTimeoutPolicies",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -274370,59 +286739,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyActivityBasedTimeoutPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy"
},
{
- "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyToCount",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyActivityBasedTimeoutPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/activityBasedTimeoutPolicies/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -274449,18 +286822,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyActivityBasedTimeoutPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyAdminConsentRequestPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/adminConsentRequestPolicy",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -274495,18 +286869,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyAdminConsentRequestPolicy",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyAppManagementPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -274533,19 +286909,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyAppManagementPolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppManagementPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAppManagementPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyAppManagementPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/appManagementPolicies",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -274572,32 +286948,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyAppManagementPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppManagementPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAppManagementPolicy"
},
{
- "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyAppManagementPolicyApplyTo",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyAppManagementPolicyApplyTo",
+ "ApiReferenceLink": null,
"Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -274632,18 +287010,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyAppManagementPolicyApplyTo",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyAppManagementPolicyApplyToCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Application.Read.All",
@@ -274678,19 +287058,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyAppManagementPolicyApplyToCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyAppManagementPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/appManagementPolicies/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -274717,18 +287097,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyAppManagementPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyAuthenticationFlowPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/authenticationFlowsPolicy",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -274747,71 +287128,77 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyAuthenticationFlowPolicy",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy"
},
{
- "Uri": "/policies/authenticationMethodsPolicy",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyAuthenticationMethodPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/authenticationMethodsPolicy",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy"
},
{
- "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration"
},
{
- "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration"
},
{
- "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyAuthenticationStrengthPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -274838,19 +287225,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyAuthenticationStrengthPolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyAuthenticationStrengthPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/authenticationStrengthPolicies",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -274877,59 +287264,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyAuthenticationStrengthPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy"
},
{
- "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration"
},
{
- "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration"
},
{
- "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfigurationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyAuthenticationStrengthPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/authenticationStrengthPolicies/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -274956,18 +287347,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyAuthenticationStrengthPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyAuthorizationPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/authorizationPolicy",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -274986,18 +287378,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyAuthorizationPolicy",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAuthorizationPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAuthorizationPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyClaimMappingPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -275024,19 +287418,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyClaimMappingPolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphClaimsMappingPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphClaimsMappingPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyClaimMappingPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/claimsMappingPolicies",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -275063,32 +287457,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyClaimMappingPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphClaimsMappingPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphClaimsMappingPolicy"
},
{
- "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyClaimMappingPolicyApplyTo",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyClaimMappingPolicyApplyTo",
+ "ApiReferenceLink": null,
"Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -275131,18 +287527,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyClaimMappingPolicyApplyTo",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyClaimMappingPolicyApplyToCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -275185,19 +287583,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyClaimMappingPolicyApplyToCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyClaimMappingPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/claimsMappingPolicies/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -275224,31 +287622,33 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyClaimMappingPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/policies/conditionalAccessPolicies/$count",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyConditionalAccessPolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/conditionalAccessPolicies/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyCrossTenantAccessPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/crossTenantAccessPolicy",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -275267,18 +287667,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyCrossTenantAccessPolicy",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyCrossTenantAccessPolicyDefault",
+ "ApiReferenceLink": null,
"Uri": "/policies/crossTenantAccessPolicy/default",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -275297,18 +287698,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyCrossTenantAccessPolicyDefault",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner",
+ "ApiReferenceLink": null,
"Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -275327,19 +287730,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner",
+ "ApiReferenceLink": null,
"Uri": "/policies/crossTenantAccessPolicy/partners",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -275358,18 +287761,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/crossTenantAccessPolicy/partners/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -275388,18 +287792,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization",
+ "ApiReferenceLink": null,
"Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -275418,19 +287824,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplate",
+ "ApiReferenceLink": null,
"Uri": "/policies/crossTenantAccessPolicy/templates",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "MultiTenantOrganization.Read.All",
@@ -275449,44 +287855,47 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplate",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPolicyTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPolicyTemplate"
},
{
- "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate"
},
{
- "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyDefaultAppManagementPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/defaultAppManagementPolicy",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -275513,18 +287922,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyDefaultAppManagementPolicy",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTenantAppManagementPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTenantAppManagementPolicy"
},
{
+ "CommandAlias": "Select",
+ "Method": "GET",
+ "Command": "Get-MgPolicyDeviceRegistrationPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/deviceRegistrationPolicy",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.DeviceConfiguration",
@@ -275551,98 +287961,106 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyDeviceRegistrationPolicy",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy"
},
{
- "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyFeatureRolloutPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphFeatureRolloutPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphFeatureRolloutPolicy"
},
{
- "Uri": "/policies/featureRolloutPolicies",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyFeatureRolloutPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/featureRolloutPolicies",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphFeatureRolloutPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphFeatureRolloutPolicy"
},
{
- "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyFeatureRolloutPolicyApplyTo",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyFeatureRolloutPolicyApplyToByRef",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyFeatureRolloutPolicyApplyToCount",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/policies/featureRolloutPolicies/$count",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyFeatureRolloutPolicyCount",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/featureRolloutPolicies/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -275669,19 +288087,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/homeRealmDiscoveryPolicies",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -275708,32 +288126,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
{
- "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo",
+ "ApiReferenceLink": null,
"Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -275776,18 +288196,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyToCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -275830,19 +288252,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyToCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/homeRealmDiscoveryPolicies/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -275869,31 +288291,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyPermissionGrantPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.PermissionGrant",
@@ -275912,19 +288337,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyPermissionGrantPolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPermissionGrantPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPermissionGrantPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyPermissionGrantPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/permissionGrantPolicies",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.PermissionGrant",
@@ -275943,18 +288368,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyPermissionGrantPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPermissionGrantPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPermissionGrantPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyPermissionGrantPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/permissionGrantPolicies/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.PermissionGrant",
@@ -275973,32 +288399,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyPermissionGrantPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyPermissionGrantPolicyExclude",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPermissionGrantConditionSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermissionGrantConditionSet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyPermissionGrantPolicyExclude",
+ "ApiReferenceLink": null,
"Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.PermissionGrant",
@@ -276017,18 +288445,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyPermissionGrantPolicyExclude",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPermissionGrantConditionSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPermissionGrantConditionSet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyPermissionGrantPolicyExcludeCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.PermissionGrant",
@@ -276047,33 +288477,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyPermissionGrantPolicyExcludeCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyPermissionGrantPolicyInclude",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPermissionGrantConditionSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPermissionGrantConditionSet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyPermissionGrantPolicyInclude",
+ "ApiReferenceLink": null,
"Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.PermissionGrant",
@@ -276092,18 +288523,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyPermissionGrantPolicyInclude",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPermissionGrantConditionSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPermissionGrantConditionSet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyPermissionGrantPolicyIncludeCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.PermissionGrant",
@@ -276122,19 +288555,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyPermissionGrantPolicyIncludeCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyRoleManagementPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}",
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "RoleManagementPolicy.Read.Directory",
@@ -276177,19 +288611,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyRoleManagementPolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyRoleManagementPolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/roleManagementPolicies",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "RoleManagementPolicy.Read.Directory",
@@ -276232,18 +288666,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyRoleManagementPolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyRoleManagementPolicyAssignment",
+ "ApiReferenceLink": null,
"Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "RoleManagementPolicy.Read.Directory",
@@ -276286,19 +288722,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyRoleManagementPolicyAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyRoleManagementPolicyAssignment",
+ "ApiReferenceLink": null,
"Uri": "/policies/roleManagementPolicyAssignments",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "RoleManagementPolicy.Read.Directory",
@@ -276341,18 +288777,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyRoleManagementPolicyAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyRoleManagementPolicyAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/roleManagementPolicyAssignments/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "RoleManagementPolicy.Read.Directory",
@@ -276395,32 +288832,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyRoleManagementPolicyAssignmentCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyRoleManagementPolicyAssignmentPolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyRoleManagementPolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/roleManagementPolicies/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "RoleManagementPolicy.Read.Directory",
@@ -276463,32 +288902,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyRoleManagementPolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule",
+ "ApiReferenceLink": null,
"Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "RoleManagementPolicy.Read.Directory",
@@ -276531,18 +288972,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRuleCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "RoleManagementPolicy.Read.Directory",
@@ -276585,19 +289028,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRuleCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyRoleManagementPolicyRule",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}",
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "RoleManagementPolicy.Read.Directory",
@@ -276640,19 +289084,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyRoleManagementPolicyRule",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyRoleManagementPolicyRule",
+ "ApiReferenceLink": null,
"Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "RoleManagementPolicy.Read.Directory",
@@ -276695,18 +289139,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyRoleManagementPolicyRule",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyRoleManagementPolicyRuleCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "RoleManagementPolicy.Read.Directory",
@@ -276749,19 +289195,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyRoleManagementPolicyRuleCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyTokenIssuancePolicy",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}",
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -276788,19 +289235,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyTokenIssuancePolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTokenIssuancePolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyTokenIssuancePolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/tokenIssuancePolicies",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -276827,32 +289274,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyTokenIssuancePolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTokenIssuancePolicy"
},
{
- "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyTokenIssuancePolicyApplyTo",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo",
+ "ApiReferenceLink": null,
"Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -276895,18 +289344,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyTokenIssuancePolicyApplyToCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -276949,19 +289400,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyTokenIssuancePolicyApplyToCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyTokenIssuancePolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/tokenIssuancePolicies/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -276988,18 +289439,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyTokenIssuancePolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyTokenLifetimePolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -277026,19 +289479,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyTokenLifetimePolicy",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTokenLifetimePolicy"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyTokenLifetimePolicy",
+ "ApiReferenceLink": null,
"Uri": "/policies/tokenLifetimePolicies",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -277065,32 +289518,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyTokenLifetimePolicy",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphTokenLifetimePolicy"
},
{
- "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPolicyTokenLifetimePolicyApplyTo",
+ "ApiReferenceLink": null,
+ "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo",
+ "ApiReferenceLink": null,
"Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -277133,18 +289588,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyTokenLifetimePolicyApplyToCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -277187,19 +289644,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyTokenLifetimePolicyApplyToCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPolicyTokenLifetimePolicyCount",
+ "ApiReferenceLink": null,
"Uri": "/policies/tokenLifetimePolicies/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "Policy.Read.All",
@@ -277226,31 +289683,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgPolicyTokenLifetimePolicyCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/print",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrint",
+ "ApiReferenceLink": null,
+ "Uri": "/print",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrint"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintConnector",
+ "ApiReferenceLink": null,
"Uri": "/print/connectors/{printConnector-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintConnector.Read.All",
@@ -277269,19 +289729,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintConnector",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintConnector"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintConnector",
+ "ApiReferenceLink": null,
"Uri": "/print/connectors",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintConnector.Read.All",
@@ -277300,18 +289760,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintConnector",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintConnector"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintConnectorCount",
+ "ApiReferenceLink": null,
"Uri": "/print/connectors/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintConnector.Read.All",
@@ -277330,18 +289791,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintConnectorCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintOperation",
+ "ApiReferenceLink": null,
"Uri": "/print/operations/{printOperation-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "Printer.Create",
@@ -277368,45 +289831,48 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintOperation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintOperation"
},
{
- "Uri": "/print/operations",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/print/operations",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintOperation"
},
{
- "Uri": "/print/operations/$count",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/print/operations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintPrinter",
+ "ApiReferenceLink": null,
"Uri": "/print/printers/{printer-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "Printer.Read.All",
@@ -277457,19 +289923,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintPrinter",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrinter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrinter"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintPrinter",
+ "ApiReferenceLink": null,
"Uri": "/print/printers",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "Printer.Read.All",
@@ -277496,32 +289962,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintPrinter",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrinter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrinter"
},
{
- "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintPrinterConnector",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintConnector"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintPrinterConnector",
+ "ApiReferenceLink": null,
"Uri": "/print/printers/{printer-id}/connectors",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintConnector.Read.All",
@@ -277540,18 +290008,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintPrinterConnector",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintConnector",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintConnector"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintPrinterConnectorCount",
+ "ApiReferenceLink": null,
"Uri": "/print/printers/{printer-id}/connectors/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintConnector.Read.All",
@@ -277570,19 +290040,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintPrinterConnectorCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintPrinterCount",
+ "ApiReferenceLink": null,
"Uri": "/print/printers/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "Printer.Read.All",
@@ -277609,18 +290079,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintPrinterCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintPrinterJob",
+ "ApiReferenceLink": null,
"Uri": "/print/printers/{printer-id}/jobs/{printJob-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintJob.ReadBasic",
@@ -277687,19 +290159,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintPrinterJob",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintJob",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintJob"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintPrinterJob",
+ "ApiReferenceLink": null,
"Uri": "/print/printers/{printer-id}/jobs",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintJob.ReadBasic",
@@ -277766,18 +290238,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintPrinterJob",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintJob",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintJob"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintPrinterJobCount",
+ "ApiReferenceLink": null,
"Uri": "/print/printers/{printer-id}/jobs/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintJob.ReadBasic",
@@ -277844,19 +290318,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintPrinterJobCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintPrinterJobDocument",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}",
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintJob.Read",
@@ -277891,32 +290366,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintPrinterJobDocument",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintDocument",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintDocument"
},
{
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintPrinterJobDocument",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintDocument",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintDocument"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintPrinterJobDocumentContent",
+ "ApiReferenceLink": null,
"Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintJob.Read",
@@ -277951,141 +290428,109 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintPrinterJobDocumentContent",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintPrinterJobDocumentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintPrinterJobTask",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTask"
},
{
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintPrinterJobTask",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTask"
},
{
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintPrinterJobTaskCount",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintPrinterJobTaskDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintTaskDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTaskDefinition"
},
{
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintPrinterJobTaskTrigger",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintTaskTrigger",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTaskTrigger"
},
{
- "Uri": "/print/printers/{printer-id}/shares/{printerShare-id}",
- "Permissions": [
- {
- "Name": "PrinterShare.ReadBasic.All",
- "Description": "Read basic information about printer shares",
- "FullDescription": "Allows the application to read basic information about printer shares on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "PrinterShare.ReadWrite.All",
- "Description": "Read and update printer shares",
- "FullDescription": "Allows the application to read and update printer shares on your behalf. ",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "PrinterShare.Read.All",
- "Description": "Read printer shares",
- "FullDescription": "Allows the application to read printer shares on your behalf. ",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- }
- ],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintPrinterShare",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printers/{printer-id}/shares/{printerShare-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrinterShare",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/print/printers/{printer-id}/shares",
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrinterShare.ReadBasic.All",
@@ -278112,18 +290557,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
+ "OutputType": "IMicrosoftGraphPrinterShare"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintPrinterShare",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printers/{printer-id}/shares",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrinterShare",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/print/printers/{printer-id}/shares/$count",
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrinterShare.ReadBasic.All",
@@ -278150,19 +290596,60 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
+ "OutputType": "IMicrosoftGraphPrinterShare"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintPrinterShareCount",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printers/{printer-id}/shares/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [
+ {
+ "Name": "PrinterShare.ReadBasic.All",
+ "Description": "Read basic information about printer shares",
+ "FullDescription": "Allows the application to read basic information about printer shares on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "PrinterShare.ReadWrite.All",
+ "Description": "Read and update printer shares",
+ "FullDescription": "Allows the application to read and update printer shares on your behalf. ",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "PrinterShare.Read.All",
+ "Description": "Read printer shares",
+ "FullDescription": "Allows the application to read printer shares on your behalf. ",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintPrinterTaskTrigger",
+ "ApiReferenceLink": null,
"Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "Printer.Read.All",
@@ -278189,19 +290676,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintPrinterTaskTrigger",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintTaskTrigger",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintTaskTrigger"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintPrinterTaskTrigger",
+ "ApiReferenceLink": null,
"Uri": "/print/printers/{printer-id}/taskTriggers",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "Printer.Read.All",
@@ -278228,18 +290715,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintPrinterTaskTrigger",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintTaskTrigger",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintTaskTrigger"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintPrinterTaskTriggerCount",
+ "ApiReferenceLink": null,
"Uri": "/print/printers/{printer-id}/taskTriggers/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "Printer.Read.All",
@@ -278266,33 +290755,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintPrinterTaskTriggerCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintPrinterTaskTriggerDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintTaskDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTaskDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintService",
+ "ApiReferenceLink": null,
"Uri": "/print/services/{printService-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintJob.ReadBasic",
@@ -278463,19 +290954,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintService",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintService",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintService"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintService",
+ "ApiReferenceLink": null,
"Uri": "/print/services",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintJob.ReadBasic",
@@ -278646,18 +291137,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintService",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintService",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintService"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintServiceCount",
+ "ApiReferenceLink": null,
"Uri": "/print/services/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintJob.ReadBasic",
@@ -278828,18 +291320,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintServiceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintServiceEndpoint",
+ "ApiReferenceLink": null,
"Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintJob.ReadBasic",
@@ -279010,19 +291504,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintServiceEndpoint",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintServiceEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintServiceEndpoint"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintServiceEndpoint",
+ "ApiReferenceLink": null,
"Uri": "/print/services/{printService-id}/endpoints",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintJob.ReadBasic",
@@ -279193,18 +291687,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintServiceEndpoint",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintServiceEndpoint",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintServiceEndpoint"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintServiceEndpointCount",
+ "ApiReferenceLink": null,
"Uri": "/print/services/{printService-id}/endpoints/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintJob.ReadBasic",
@@ -279375,19 +291871,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintServiceEndpointCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintShare",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/print/shares/{printerShare-id}",
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrinterShare.ReadBasic.All",
@@ -279414,19 +291911,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintShare",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrinterShare",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrinterShare"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintShare",
+ "ApiReferenceLink": null,
"Uri": "/print/shares",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrinterShare.ReadBasic.All",
@@ -279453,18 +291950,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintShare",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrinterShare",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrinterShare"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintShareAllowedGroup",
+ "ApiReferenceLink": null,
"Uri": "/print/shares/{printerShare-id}/allowedGroups",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrinterShare.Read.All",
@@ -279483,18 +291981,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintShareAllowedGroup",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphGroup"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintShareAllowedGroupByRef",
+ "ApiReferenceLink": null,
"Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrinterShare.Read.All",
@@ -279513,18 +292012,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintShareAllowedGroupByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintShareAllowedGroupCount",
+ "ApiReferenceLink": null,
"Uri": "/print/shares/{printerShare-id}/allowedGroups/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrinterShare.Read.All",
@@ -279541,48 +292042,50 @@
"IsAdmin": true,
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
- }
- ],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintShareAllowedGroupCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
+ }
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintShareAllowedGroupServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintShareAllowedGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintShareAllowedUser",
+ "ApiReferenceLink": null,
"Uri": "/print/shares/{printerShare-id}/allowedUsers",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrinterShare.Read.All",
@@ -279601,18 +292104,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintShareAllowedUser",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUser"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintShareAllowedUserByRef",
+ "ApiReferenceLink": null,
"Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrinterShare.Read.All",
@@ -279631,18 +292135,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintShareAllowedUserByRef",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintShareAllowedUserCount",
+ "ApiReferenceLink": null,
"Uri": "/print/shares/{printerShare-id}/allowedUsers/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrinterShare.Read.All",
@@ -279661,60 +292167,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintShareAllowedUserCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintShareAllowedUserMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintShareAllowedUserServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintShareAllowedUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintShareCount",
+ "ApiReferenceLink": null,
"Uri": "/print/shares/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrinterShare.ReadBasic.All",
@@ -279741,18 +292250,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintShareCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintShareJob",
+ "ApiReferenceLink": null,
"Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintJob.ReadBasic",
@@ -279819,19 +292330,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintShareJob",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintJob",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintJob"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintShareJob",
+ "ApiReferenceLink": null,
"Uri": "/print/shares/{printerShare-id}/jobs",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintJob.ReadBasic",
@@ -279898,18 +292409,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintShareJob",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintJob",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrintJob"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintShareJobCount",
+ "ApiReferenceLink": null,
"Uri": "/print/shares/{printerShare-id}/jobs/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "PrintJob.ReadBasic",
@@ -279976,143 +292489,153 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintShareJobCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintShareJobDocument",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintDocument",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintDocument"
},
{
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintShareJobDocument",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintDocument",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintDocument"
},
{
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintShareJobDocumentContent",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintShareJobDocumentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintShareJobTask",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTask"
},
{
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintShareJobTask",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTask"
},
{
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintShareJobTaskCount",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintShareJobTaskDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintTaskDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTaskDefinition"
},
{
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintShareJobTaskTrigger",
+ "ApiReferenceLink": null,
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintTaskTrigger",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTaskTrigger"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrintSharePrinter",
+ "ApiReferenceLink": null,
"Uri": "/print/shares/{printerShare-id}/printer",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Devices.CloudPrint",
"Permissions": [
{
"Name": "Printer.Read.All",
@@ -280139,116 +292662,124 @@
"IsLeastPrivilege": false
}
],
- "Module": "Devices.CloudPrint",
- "Command": "Get-MgPrintSharePrinter",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrinter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphPrinter"
},
{
- "Uri": "/print/taskDefinitions/{printTaskDefinition-id}",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintTaskDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/print/taskDefinitions/{printTaskDefinition-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintTaskDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTaskDefinition"
},
{
- "Uri": "/print/taskDefinitions",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintTaskDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/print/taskDefinitions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintTaskDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTaskDefinition"
},
{
- "Uri": "/print/taskDefinitions/$count",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintTaskDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/print/taskDefinitions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintTaskDefinitionTask",
+ "ApiReferenceLink": null,
+ "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTask"
},
{
- "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintTaskDefinitionTask",
+ "ApiReferenceLink": null,
+ "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintTask",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTask"
},
{
- "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintTaskDefinitionTaskCount",
+ "ApiReferenceLink": null,
+ "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger",
- "Permissions": [],
- "Module": "Devices.CloudPrint",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrintTaskDefinitionTaskTrigger",
+ "ApiReferenceLink": null,
+ "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintTaskTrigger",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Devices.CloudPrint",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintTaskTrigger"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrivacySubjectRightsRequest",
+ "ApiReferenceLink": null,
"Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Compliance",
"Permissions": [
{
"Name": "SubjectRightsRequest.Read.All",
@@ -280267,19 +292798,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Compliance",
- "Command": "Get-MgPrivacySubjectRightsRequest",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSubjectRightsRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSubjectRightsRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrivacySubjectRightsRequest",
+ "ApiReferenceLink": null,
"Uri": "/privacy/subjectRightsRequests",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Compliance",
"Permissions": [
{
"Name": "SubjectRightsRequest.Read.All",
@@ -280298,182 +292829,195 @@
"IsLeastPrivilege": false
}
],
- "Module": "Compliance",
- "Command": "Get-MgPrivacySubjectRightsRequest",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSubjectRightsRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSubjectRightsRequest"
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}",
- "Permissions": [],
- "Module": "Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrivacySubjectRightsRequestApprover",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers",
- "Permissions": [],
- "Module": "Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrivacySubjectRightsRequestApprover",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count",
- "Permissions": [],
- "Module": "Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrivacySubjectRightsRequestApproverCount",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Compliance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings",
- "Permissions": [],
- "Module": "Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrivacySubjectRightsRequestApproverMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Compliance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}",
- "Permissions": [],
- "Module": "Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrivacySubjectRightsRequestCollaborator",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators",
- "Permissions": [],
- "Module": "Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrivacySubjectRightsRequestCollaborator",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count",
- "Permissions": [],
- "Module": "Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrivacySubjectRightsRequestCollaboratorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Compliance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings",
- "Permissions": [],
- "Module": "Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Compliance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrivacySubjectRightsRequestCount",
+ "ApiReferenceLink": null,
"Uri": "/privacy/subjectRightsRequests/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Compliance",
"Permissions": [
{
"Name": "SubjectRightsRequest.Read.All",
@@ -280492,32 +293036,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Compliance",
- "Command": "Get-MgPrivacySubjectRightsRequestCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}",
- "Permissions": [],
- "Module": "Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrivacySubjectRightsRequestNote",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAuthoredNote",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthoredNote"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrivacySubjectRightsRequestNote",
+ "ApiReferenceLink": null,
"Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Compliance",
"Permissions": [
{
"Name": "SubjectRightsRequest.Read.All",
@@ -280536,18 +293082,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Compliance",
- "Command": "Get-MgPrivacySubjectRightsRequestNote",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAuthoredNote",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAuthoredNote"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgPrivacySubjectRightsRequestNoteCount",
+ "ApiReferenceLink": null,
"Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Compliance",
"Permissions": [
{
"Name": "SubjectRightsRequest.Read.All",
@@ -280566,46 +293114,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Compliance",
- "Command": "Get-MgPrivacySubjectRightsRequestNoteCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team",
- "Permissions": [],
- "Module": "Compliance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgPrivacySubjectRightsRequestTeam",
+ "ApiReferenceLink": null,
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeam",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Compliance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeam"
},
{
- "Uri": "/reports/authenticationMethods",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportAuthenticationMethod",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/authenticationMethods",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail",
+ "ApiReferenceLink": null,
"Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Reports",
"Permissions": [
{
"Name": "AuditLog.Read.All",
@@ -280624,19 +293175,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Reports",
- "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserRegistrationDetails",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserRegistrationDetails"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail",
+ "ApiReferenceLink": null,
"Uri": "/reports/authenticationMethods/userRegistrationDetails",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Reports",
"Permissions": [
{
"Name": "AuditLog.Read.All",
@@ -280655,18 +293206,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Reports",
- "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUserRegistrationDetails",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUserRegistrationDetails"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetailCount",
+ "ApiReferenceLink": null,
"Uri": "/reports/authenticationMethods/userRegistrationDetails/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Reports",
"Permissions": [
{
"Name": "AuditLog.Read.All",
@@ -280685,1634 +293237,1751 @@
"IsLeastPrivilege": false
}
],
- "Module": "Reports",
- "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetailCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportDailyPrintUsageByPrinter",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintUsageByPrinter"
},
{
- "Uri": "/reports/dailyPrintUsageByPrinter",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportDailyPrintUsageByPrinter",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/dailyPrintUsageByPrinter",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintUsageByPrinter"
},
{
- "Uri": "/reports/dailyPrintUsageByPrinter/$count",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportDailyPrintUsageByPrinterCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/dailyPrintUsageByPrinter/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportDailyPrintUsageByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintUsageByUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintUsageByUser"
},
{
- "Uri": "/reports/dailyPrintUsageByUser",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportDailyPrintUsageByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/dailyPrintUsageByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintUsageByUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintUsageByUser"
},
{
- "Uri": "/reports/dailyPrintUsageByUser/$count",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportDailyPrintUsageByUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/dailyPrintUsageByUser/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/deviceConfigurationDeviceActivity",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportDeviceConfigurationDeviceActivity",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationdeviceactivity?view=graph-rest-1.0",
+ "Uri": "/reports/deviceConfigurationDeviceActivity",
+ "ApiVersion": "v1.0",
"Variants": [
"Device"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationdeviceactivity?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/deviceConfigurationUserActivity",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportDeviceConfigurationUserActivity",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationuseractivity?view=graph-rest-1.0",
+ "Uri": "/reports/deviceConfigurationUserActivity",
+ "ApiVersion": "v1.0",
"Variants": [
"Device"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationuseractivity?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getEmailActivityCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportEmailActivityCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivitycounts?view=graph-rest-1.0",
+ "Uri": "/reports/getEmailActivityCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivitycounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getEmailActivityUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportEmailActivityUserCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivityusercounts?view=graph-rest-1.0",
+ "Uri": "/reports/getEmailActivityUserCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivityusercounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getEmailActivityUserDetail(date={date})",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportEmailActivityUserDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getEmailActivityUserDetail(date={date})",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportEmailAppUsageAppUserCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageappsusercounts?view=graph-rest-1.0",
+ "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageappsusercounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportEmailAppUsageUserCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageusercounts?view=graph-rest-1.0",
+ "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageusercounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getEmailAppUsageUserDetail(date={date})",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportEmailAppUsageUserDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getEmailAppUsageUserDetail(date={date})",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportEmailAppUsageVersionUserCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageversionsusercounts?view=graph-rest-1.0",
+ "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageversionsusercounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportGroupArchivedPrintJob",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-1.0",
+ "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphArchivedPrintJob",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphArchivedPrintJob"
},
{
- "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportM365AppPlatformUserCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-1.0",
+ "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getM365AppUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportM365AppUserCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-1.0",
+ "Uri": "/reports/getM365AppUserCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getM365AppUserDetail(date={date})",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportM365AppUserDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getM365AppUserDetail(date={date})",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getMailboxUsageDetail(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportMailboxUsageDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagedetail?view=graph-rest-1.0",
+ "Uri": "/reports/getMailboxUsageDetail(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagedetail?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportMailboxUsageMailboxCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagemailboxcounts?view=graph-rest-1.0",
+ "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagemailboxcounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportMailboxUsageQuotaStatusMailboxCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagequotastatusmailboxcounts?view=graph-rest-1.0",
+ "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagequotastatusmailboxcounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getMailboxUsageStorage(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportMailboxUsageStorage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagestorage?view=graph-rest-1.0",
+ "Uri": "/reports/getMailboxUsageStorage(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagestorage?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/managedDeviceEnrollmentFailureDetails",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportManagedDeviceEnrollmentFailureDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/managedDeviceEnrollmentFailureDetails",
+ "ApiVersion": "v1.0",
"Variants": [
"Detail",
"Detail1",
"DetailViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/managedDeviceEnrollmentTopFailures",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportManagedDeviceEnrollmentTopFailure",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/managedDeviceEnrollmentTopFailures",
+ "ApiVersion": "v1.0",
"Variants": [
"Top",
"Top1",
"TopViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportMonthlyPrintUsageByPrinter",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintUsageByPrinter"
},
{
- "Uri": "/reports/monthlyPrintUsageByPrinter",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportMonthlyPrintUsageByPrinter",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/monthlyPrintUsageByPrinter",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintUsageByPrinter"
},
{
- "Uri": "/reports/monthlyPrintUsageByPrinter/$count",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportMonthlyPrintUsageByPrinterCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/monthlyPrintUsageByPrinter/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportMonthlyPrintUsageByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintUsageByUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintUsageByUser"
},
{
- "Uri": "/reports/monthlyPrintUsageByUser",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportMonthlyPrintUsageByUser",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/monthlyPrintUsageByUser",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPrintUsageByUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPrintUsageByUser"
},
{
- "Uri": "/reports/monthlyPrintUsageByUser/$count",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportMonthlyPrintUsageByUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/monthlyPrintUsageByUser/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getOffice365ActivationCounts",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportOffice365ActivationCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationcounts?view=graph-rest-1.0",
+ "Uri": "/reports/getOffice365ActivationCounts",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationcounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getOffice365ActivationsUserCounts",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportOffice365ActivationUserCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsusercounts?view=graph-rest-1.0",
+ "Uri": "/reports/getOffice365ActivationsUserCounts",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsusercounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getOffice365ActivationsUserDetail",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportOffice365ActivationUserDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsuserdetail?view=graph-rest-1.0",
+ "Uri": "/reports/getOffice365ActivationsUserDetail",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsuserdetail?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportOffice365ActiveUserCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeusercounts?view=graph-rest-1.0",
+ "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeusercounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getOffice365ActiveUserDetail(date={date})",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportOffice365ActiveUserDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeuserdetail?view=graph-rest-1.0",
+ "Uri": "/reports/getOffice365ActiveUserDetail(date={date})",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeuserdetail?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportOffice365GroupActivityCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitycounts?view=graph-rest-1.0",
+ "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitycounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportOffice365GroupActivityDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitydetail?view=graph-rest-1.0",
+ "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitydetail?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportOffice365GroupActivityFileCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivityfilecounts?view=graph-rest-1.0",
+ "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivityfilecounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportOffice365GroupActivityGroupCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitygroupcounts?view=graph-rest-1.0",
+ "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitygroupcounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportOffice365GroupActivityStorage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitystorage?view=graph-rest-1.0",
+ "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitystorage?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportOffice365ServiceUserCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365servicesusercounts?view=graph-rest-1.0",
+ "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365servicesusercounts?view=graph-rest-1.0"
- },
- {
- "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')",
- "Permissions": [],
"Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportOneDriveActivityFileCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityfilecounts?view=graph-rest-1.0",
+ "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityfilecounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportOneDriveActivityUserCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityusercounts?view=graph-rest-1.0",
+ "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityusercounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getOneDriveActivityUserDetail(date={date})",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportOneDriveActivityUserDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityuserdetail?view=graph-rest-1.0",
+ "Uri": "/reports/getOneDriveActivityUserDetail(date={date})",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityuserdetail?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportOneDriveUsageAccountCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountcounts?view=graph-rest-1.0",
+ "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountcounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportOneDriveUsageAccountDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountdetail?view=graph-rest-1.0",
+ "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountdetail?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportOneDriveUsageFileCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagefilecounts?view=graph-rest-1.0",
+ "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagefilecounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getOneDriveUsageStorage(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportOneDriveUsageStorage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagestorage?view=graph-rest-1.0",
+ "Uri": "/reports/getOneDriveUsageStorage(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagestorage?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/partners",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportPartner",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/partners",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPartners",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPartners"
},
{
- "Uri": "/reports/partners/billing",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportPartnerBilling",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/partners/billing",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPartnersBilling",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPartnersBilling"
},
{
- "Uri": "/reports/partners/billing/manifests/{manifest-id}",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportPartnerBillingManifest",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/partners/billing/manifests/{manifest-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPartnersBillingManifest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPartnersBillingManifest"
},
{
- "Uri": "/reports/partners/billing/manifests",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportPartnerBillingManifest",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/partners/billing/manifests",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPartnersBillingManifest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPartnersBillingManifest"
},
{
- "Uri": "/reports/partners/billing/manifests/$count",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportPartnerBillingManifestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/partners/billing/manifests/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/partners/billing/operations/{operation-id}",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportPartnerBillingOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/partners/billing/operations/{operation-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPartnersBillingOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPartnersBillingOperation"
},
{
- "Uri": "/reports/partners/billing/operations",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportPartnerBillingOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/partners/billing/operations",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPartnersBillingOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPartnersBillingOperation"
},
{
- "Uri": "/reports/partners/billing/operations/$count",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportPartnerBillingOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/partners/billing/operations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/partners/billing/reconciliation",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportPartnerBillingReconciliation",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/partners/billing/reconciliation",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPartnersBillingReconciliation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPartnersBillingReconciliation"
},
{
- "Uri": "/reports/partners/billing/reconciliation/billed",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportPartnerBillingReconciliationBilled",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/partners/billing/reconciliation/billed",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/partners/billing/usage",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportPartnerBillingUsage",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/partners/billing/usage",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage"
},
{
- "Uri": "/reports/partners/billing/usage/billed",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportPartnerBillingUsageBilled",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/partners/billing/usage/billed",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/partners/billing/usage/unbilled",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportPartnerBillingUsageUnbilled",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/partners/billing/usage/unbilled",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportPrinterArchivedPrintJob",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-1.0",
+ "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphArchivedPrintJob",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphArchivedPrintJob"
},
{
- "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportRelyingPartyDetailedSummary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-1.0",
+ "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary"
},
{
- "Uri": "/reports/security",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSecurity",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/security",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/security/getAttackSimulationRepeatOffenders",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSecurityAttackSimulationRepeatOffender",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-1.0",
+ "Uri": "/reports/security/getAttackSimulationRepeatOffenders",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender"
},
{
- "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSecurityAttackSimulationTrainingUserCoverage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-1.0",
+ "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage"
},
{
- "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSecurityAttackSimulationUserCoverage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-1.0",
+ "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage"
},
{
- "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSharePointActivityFileCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityfilecounts?view=graph-rest-1.0",
+ "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityfilecounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSharePointActivityPages(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSharePointActivityPage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivitypages?view=graph-rest-1.0",
+ "Uri": "/reports/getSharePointActivityPages(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivitypages?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSharePointActivityUserCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityusercounts?view=graph-rest-1.0",
+ "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityusercounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSharePointActivityUserDetail(date={date})",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSharePointActivityUserDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityuserdetail?view=graph-rest-1.0",
+ "Uri": "/reports/getSharePointActivityUserDetail(date={date})",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityuserdetail?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSharePointSiteUsageDetail(date={date})",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSharePointSiteUsageDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagedetail?view=graph-rest-1.0",
+ "Uri": "/reports/getSharePointSiteUsageDetail(date={date})",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagedetail?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSharePointSiteUsageFileCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagefilecounts?view=graph-rest-1.0",
+ "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagefilecounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSharePointSiteUsagePage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagepages?view=graph-rest-1.0",
+ "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagepages?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSharePointSiteUsageSiteCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagesitecounts?view=graph-rest-1.0",
+ "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagesitecounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSharePointSiteUsageStorage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagestorage?view=graph-rest-1.0",
+ "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagestorage?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSkypeForBusinessActivityCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivitycounts?view=graph-rest-1.0",
+ "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivitycounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSkypeForBusinessActivityUserCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityusercounts?view=graph-rest-1.0",
+ "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityusercounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSkypeForBusinessActivityUserDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityuserdetail?view=graph-rest-1.0",
+ "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityuserdetail?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSkypeForBusinessDeviceUsageDistributionUserCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusagedistributionusercounts?view=graph-rest-1.0",
+ "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusagedistributionusercounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSkypeForBusinessDeviceUsageUserCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageusercounts?view=graph-rest-1.0",
+ "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageusercounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSkypeForBusinessDeviceUsageUserDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageuserdetail?view=graph-rest-1.0",
+ "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageuserdetail?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSkypeForBusinessOrganizerActivityCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivitycounts?view=graph-rest-1.0",
+ "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivitycounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSkypeForBusinessOrganizerActivityMinuteCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityminutecounts?view=graph-rest-1.0",
+ "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityminutecounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSkypeForBusinessOrganizerActivityUserCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityusercounts?view=graph-rest-1.0",
+ "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityusercounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSkypeForBusinessParticipantActivityCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivitycounts?view=graph-rest-1.0",
+ "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivitycounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSkypeForBusinessParticipantActivityMinuteCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityminutecounts?view=graph-rest-1.0",
+ "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityminutecounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSkypeForBusinessParticipantActivityUserCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityusercounts?view=graph-rest-1.0",
+ "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityusercounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivitycounts?view=graph-rest-1.0",
+ "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivitycounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityminutecounts?view=graph-rest-1.0",
+ "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityminutecounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityUserCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityusercounts?view=graph-rest-1.0",
+ "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityusercounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportTeamActivityCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitycounts?view=graph-rest-1.0",
+ "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitycounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getTeamsTeamActivityDetail(date={date})",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportTeamActivityDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getTeamsTeamActivityDetail(date={date})",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportTeamActivityDistributionCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitydistributioncounts?view=graph-rest-1.0",
+ "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitydistributioncounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getTeamsTeamCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportTeamCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamcounts?view=graph-rest-1.0",
+ "Uri": "/reports/getTeamsTeamCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamcounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportTeamDeviceUsageDistributionUserCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusagedistributionusercounts?view=graph-rest-1.0",
+ "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusagedistributionusercounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportTeamDeviceUsageUserCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusageusercounts?view=graph-rest-1.0",
+ "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusageusercounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportTeamDeviceUsageUserDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportTeamUserActivityCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivitycounts?view=graph-rest-1.0",
+ "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivitycounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportTeamUserActivityUserCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivityusercounts?view=graph-rest-1.0",
+ "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivityusercounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportTeamUserActivityUserDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportUserArchivedPrintJob",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-1.0",
+ "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphArchivedPrintJob",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphArchivedPrintJob"
},
{
- "Uri": "/reports/getYammerActivityCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportYammerActivityCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivitycounts?view=graph-rest-1.0",
+ "Uri": "/reports/getYammerActivityCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivitycounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getYammerActivityUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportYammerActivityUserCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityusercounts?view=graph-rest-1.0",
+ "Uri": "/reports/getYammerActivityUserCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityusercounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getYammerActivityUserDetail(date={date})",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportYammerActivityUserDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityuserdetail?view=graph-rest-1.0",
+ "Uri": "/reports/getYammerActivityUserDetail(date={date})",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityuserdetail?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportYammerDeviceUsageDistributionUserCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusagedistributionusercounts?view=graph-rest-1.0",
+ "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusagedistributionusercounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportYammerDeviceUsageUserCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageusercounts?view=graph-rest-1.0",
+ "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageusercounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportYammerDeviceUsageUserDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageuserdetail?view=graph-rest-1.0",
+ "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageuserdetail?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportYammerGroupActivityCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitycounts?view=graph-rest-1.0",
+ "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitycounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getYammerGroupsActivityDetail(date={date})",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportYammerGroupActivityDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitydetail?view=graph-rest-1.0",
+ "Uri": "/reports/getYammerGroupsActivityDetail(date={date})",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitydetail?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')",
- "Permissions": [],
- "Module": "Reports",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgReportYammerGroupActivityGroupCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitygroupcounts?view=graph-rest-1.0",
+ "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitygroupcounts?view=graph-rest-1.0"
+ "Module": "Reports",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/identityProtection/riskDetections/{riskDetection-id}",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRiskDetection",
+ "ApiReferenceLink": null,
+ "Uri": "/identityProtection/riskDetections/{riskDetection-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRiskDetection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRiskDetection"
},
{
- "Uri": "/identityProtection/riskDetections",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRiskDetection",
+ "ApiReferenceLink": null,
+ "Uri": "/identityProtection/riskDetections",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRiskDetection",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRiskDetection"
},
{
- "Uri": "/identityProtection/riskDetections/$count",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRiskDetectionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityProtection/riskDetections/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRiskyServicePrincipal",
+ "ApiReferenceLink": null,
"Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityRiskyServicePrincipal.Read.All",
@@ -282331,19 +295000,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgRiskyServicePrincipal",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRiskyServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRiskyServicePrincipal"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRiskyServicePrincipal",
+ "ApiReferenceLink": null,
"Uri": "/identityProtection/riskyServicePrincipals",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityRiskyServicePrincipal.Read.All",
@@ -282362,18 +295031,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgRiskyServicePrincipal",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRiskyServicePrincipal",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRiskyServicePrincipal"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRiskyServicePrincipalCount",
+ "ApiReferenceLink": null,
"Uri": "/identityProtection/riskyServicePrincipals/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityRiskyServicePrincipal.Read.All",
@@ -282392,32 +295062,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgRiskyServicePrincipalCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRiskyServicePrincipalHistory",
+ "ApiReferenceLink": null,
+ "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRiskyServicePrincipalHistory",
+ "ApiReferenceLink": null,
"Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityRiskyServicePrincipal.Read.All",
@@ -282436,18 +295108,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgRiskyServicePrincipalHistory",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRiskyServicePrincipalHistoryCount",
+ "ApiReferenceLink": null,
"Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityRiskyServicePrincipal.Read.All",
@@ -282466,59 +295140,63 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgRiskyServicePrincipalHistoryCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/identityProtection/riskyUsers/{riskyUser-id}",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRiskyUser",
+ "ApiReferenceLink": null,
+ "Uri": "/identityProtection/riskyUsers/{riskyUser-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRiskyUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRiskyUser"
},
{
- "Uri": "/identityProtection/riskyUsers",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRiskyUser",
+ "ApiReferenceLink": null,
+ "Uri": "/identityProtection/riskyUsers",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRiskyUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRiskyUser"
},
{
- "Uri": "/identityProtection/riskyUsers/$count",
- "Permissions": [],
- "Module": "Identity.SignIns",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRiskyUserCount",
+ "ApiReferenceLink": null,
+ "Uri": "/identityProtection/riskyUsers/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.SignIns",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRiskyUserHistory",
+ "ApiReferenceLink": null,
"Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityRiskyUser.Read.All",
@@ -282537,19 +295215,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgRiskyUserHistory",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRiskyUserHistoryItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRiskyUserHistoryItem"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRiskyUserHistory",
+ "ApiReferenceLink": null,
"Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityRiskyUser.Read.All",
@@ -282568,18 +295246,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgRiskyUserHistory",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRiskyUserHistoryItem",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRiskyUserHistoryItem"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRiskyUserHistoryCount",
+ "ApiReferenceLink": null,
"Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.SignIns",
"Permissions": [
{
"Name": "IdentityRiskyUser.Read.All",
@@ -282598,19 +295278,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.SignIns",
- "Command": "Get-MgRiskyUserHistoryCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagement",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "DeviceManagement.Enrollment",
"Permissions": [
{
"Name": "DeviceManagementConfiguration.Read.All",
@@ -282645,31 +295325,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "DeviceManagement.Enrollment",
- "Command": "Get-MgRoleManagement",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRoleManagement",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphRoleManagement"
},
{
- "Uri": "/roleManagement/directory",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectory",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRbacApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRbacApplication"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryResourceNamespace",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -282696,19 +295379,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementDirectoryResourceNamespace",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryResourceNamespace",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/resourceNamespaces",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -282735,18 +295418,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementDirectoryResourceNamespace",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryResourceNamespaceCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/resourceNamespaces/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -282773,18 +295457,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementDirectoryResourceNamespaceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -282811,19 +295497,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -282850,18 +295536,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceActionCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -282888,19 +295576,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceActionCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignment",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}",
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -282943,19 +295632,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignment",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleAssignments",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -282998,32 +295687,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment"
},
{
- "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleAssignmentAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleAssignments/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -283066,60 +295757,65 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleAssignmentPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleAssignmentSchedule.Read.Directory",
@@ -283162,19 +295858,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleAssignmentSchedules",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleAssignmentSchedule.Read.Directory",
@@ -283217,46 +295913,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleAssignmentSchedules/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleAssignmentSchedule.Read.Directory",
@@ -283299,32 +295998,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleAssignmentSchedule.Read.Directory",
@@ -283367,19 +296069,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleAssignmentScheduleInstances",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleAssignmentSchedule.Read.Directory",
@@ -283422,46 +296124,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleAssignmentSchedule.Read.Directory",
@@ -283504,74 +296209,80 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedulePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleAssignmentSchedule.Read.Directory",
@@ -283614,19 +296325,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleAssignmentScheduleRequests",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleAssignmentSchedule.Read.Directory",
@@ -283669,46 +296380,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleAssignmentSchedule.Read.Directory",
@@ -283751,143 +296465,95 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule"
},
{
- "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}",
- "Permissions": [
- {
- "Name": "RoleManagement.Read.Directory",
- "Description": "Read all directory RBAC settings",
- "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes reading directory role templates, directory roles and memberships.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "RoleManagement.ReadWrite.Directory",
- "Description": "Read and write all directory RBAC settings",
- "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "RoleManagement.Read.All",
- "Description": "Read role management data for all RBAC providers",
- "FullDescription": "Allows the app to read role-based access control (RBAC) settings for all RBAC providers without a signed-in user. This includes reading role definitions and role assignments.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Directory.ReadWrite.All",
- "Description": "Read and write directory data",
- "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Directory.Read.All",
- "Description": "Read directory data",
- "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/roleManagement/directory/roleDefinitions",
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -283930,18 +296596,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleDefinitions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/roleManagement/directory/roleDefinitions/$count",
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleManagement.Read.Directory",
@@ -283984,59 +296651,119 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleDefinitionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleDefinitions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [
+ {
+ "Name": "RoleManagement.Read.Directory",
+ "Description": "Read all directory RBAC settings",
+ "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes reading directory role templates, directory roles and memberships.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "RoleManagement.ReadWrite.Directory",
+ "Description": "Read and write all directory RBAC settings",
+ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "RoleManagement.Read.All",
+ "Description": "Read role management data for all RBAC providers",
+ "FullDescription": "Allows the app to read role-based access control (RBAC) settings for all RBAC providers without a signed-in user. This includes reading role definitions and role assignments.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Directory.ReadWrite.All",
+ "Description": "Read and write directory data",
+ "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Directory.Read.All",
+ "Description": "Read directory data",
+ "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleEligibilitySchedule.Read.Directory",
@@ -284079,19 +296806,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleEligibilitySchedules",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleEligibilitySchedule.Read.Directory",
@@ -284134,32 +296861,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule"
},
{
- "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleEligibilitySchedules/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleEligibilitySchedule.Read.Directory",
@@ -284202,32 +296931,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleEligibilitySchedule.Read.Directory",
@@ -284270,19 +297002,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleEligibilityScheduleInstances",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleEligibilitySchedule.Read.Directory",
@@ -284325,32 +297057,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance"
},
{
- "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleEligibilitySchedule.Read.Directory",
@@ -284393,74 +297127,80 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedulePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleEligibilitySchedule.Read.Directory",
@@ -284503,19 +297243,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleEligibilityScheduleRequests",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleEligibilitySchedule.Read.Directory",
@@ -284558,32 +297298,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest"
},
{
- "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "RoleEligibilitySchedule.Read.Directory",
@@ -284626,182 +297368,196 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule"
},
{
- "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/entitlementManagement",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagement",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphRbacApplication",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphRbacApplication"
},
{
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace"
},
{
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace"
},
{
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction"
},
{
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction"
},
{
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -284860,19 +297616,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/entitlementManagement/roleAssignments",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -284931,32 +297687,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/entitlementManagement/roleAssignments/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -285015,404 +297773,434 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -285519,19 +298307,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/entitlementManagement/roleDefinitions",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -285638,18 +298426,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionCount",
+ "ApiReferenceLink": null,
"Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Identity.Governance",
"Permissions": [
{
"Name": "EntitlementManagement.Read.All",
@@ -285756,361 +298545,388 @@
"IsLeastPrivilege": false
}
],
- "Module": "Identity.Governance",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAppScope",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAppScope"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphDirectoryObject"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule"
},
{
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition",
- "Permissions": [],
- "Module": "Identity.Governance",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition",
+ "ApiReferenceLink": null,
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Identity.Governance",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSchemaExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-1.0",
"Uri": "/schemaExtensions/{schemaExtension-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "SchemaExtensions",
"Permissions": [
{
"Name": "User.Read",
@@ -286129,19 +298945,19 @@
"IsLeastPrivilege": true
}
],
- "Module": "SchemaExtensions",
- "Command": "Get-MgSchemaExtension",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSchemaExtension",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphSchemaExtension"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSchemaExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-1.0",
"Uri": "/schemaExtensions",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "SchemaExtensions",
"Permissions": [
{
"Name": "User.Read",
@@ -286160,18 +298976,19 @@
"IsLeastPrivilege": true
}
],
- "Module": "SchemaExtensions",
- "Command": "Get-MgSchemaExtension",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSchemaExtension",
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-1.0"
+ "OutputType": "IMicrosoftGraphSchemaExtension"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSchemaExtensionCount",
+ "ApiReferenceLink": null,
"Uri": "/schemaExtensions/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "SchemaExtensions",
"Permissions": [
{
"Name": "User.Read",
@@ -286190,18 +299007,20 @@
"IsLeastPrivilege": true
}
],
- "Module": "SchemaExtensions",
- "Command": "Get-MgSchemaExtensionCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSearchAcronym",
+ "ApiReferenceLink": null,
"Uri": "/search/acronyms/{acronym-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Search",
"Permissions": [
{
"Name": "SearchConfiguration.Read.All",
@@ -286220,19 +299039,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Search",
- "Command": "Get-MgSearchAcronym",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSearchAcronym",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSearchAcronym"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSearchAcronym",
+ "ApiReferenceLink": null,
"Uri": "/search/acronyms",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Search",
"Permissions": [
{
"Name": "SearchConfiguration.Read.All",
@@ -286251,18 +299070,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Search",
- "Command": "Get-MgSearchAcronym",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSearchAcronym",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSearchAcronym"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSearchAcronymCount",
+ "ApiReferenceLink": null,
"Uri": "/search/acronyms/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Search",
"Permissions": [
{
"Name": "SearchConfiguration.Read.All",
@@ -286281,18 +299101,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Search",
- "Command": "Get-MgSearchAcronymCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSearchBookmark",
+ "ApiReferenceLink": null,
"Uri": "/search/bookmarks/{bookmark-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Search",
"Permissions": [
{
"Name": "SearchConfiguration.Read.All",
@@ -286311,19 +299133,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Search",
- "Command": "Get-MgSearchBookmark",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSearchBookmark",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSearchBookmark"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSearchBookmark",
+ "ApiReferenceLink": null,
"Uri": "/search/bookmarks",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Search",
"Permissions": [
{
"Name": "SearchConfiguration.Read.All",
@@ -286342,18 +299164,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Search",
- "Command": "Get-MgSearchBookmark",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSearchBookmark",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSearchBookmark"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSearchBookmarkCount",
+ "ApiReferenceLink": null,
"Uri": "/search/bookmarks/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Search",
"Permissions": [
{
"Name": "SearchConfiguration.Read.All",
@@ -286372,31 +299195,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Search",
- "Command": "Get-MgSearchBookmarkCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/search",
- "Permissions": [],
- "Module": "Search",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSearchEntity",
+ "ApiReferenceLink": null,
+ "Uri": "/search",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSearchEntity",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Search",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSearchEntity"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSearchQna",
+ "ApiReferenceLink": null,
"Uri": "/search/qnas/{qna-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Search",
"Permissions": [
{
"Name": "SearchConfiguration.Read.All",
@@ -286415,19 +299241,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Search",
- "Command": "Get-MgSearchQna",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSearchQna",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSearchQna"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSearchQna",
+ "ApiReferenceLink": null,
"Uri": "/search/qnas",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Search",
"Permissions": [
{
"Name": "SearchConfiguration.Read.All",
@@ -286446,18 +299272,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Search",
- "Command": "Get-MgSearchQna",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSearchQna",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSearchQna"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSearchQnaCount",
+ "ApiReferenceLink": null,
"Uri": "/search/qnas/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Search",
"Permissions": [
{
"Name": "SearchConfiguration.Read.All",
@@ -286476,18 +299303,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Search",
- "Command": "Get-MgSearchQnaCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityAlert",
+ "ApiReferenceLink": null,
"Uri": "/security/alerts/{alert-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "SecurityEvents.Read.All",
@@ -286506,19 +299335,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityAlert",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAlert",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAlert"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityAlert",
+ "ApiReferenceLink": null,
"Uri": "/security/alerts",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "SecurityEvents.Read.All",
@@ -286537,18 +299366,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityAlert",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAlert",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAlert"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityAlertCount",
+ "ApiReferenceLink": null,
"Uri": "/security/alerts/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "SecurityEvents.Read.All",
@@ -286567,18 +299397,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityAlertCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityAlertV2",
+ "ApiReferenceLink": null,
"Uri": "/security/alerts_v2/{alert-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "SecurityAlert.Read.All",
@@ -286597,19 +299429,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityAlertV2",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityAlert",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityAlert"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityAlertV2",
+ "ApiReferenceLink": null,
"Uri": "/security/alerts_v2",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "SecurityAlert.Read.All",
@@ -286628,18 +299460,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityAlertV2",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityAlert",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityAlert"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityAlertV2Count",
+ "ApiReferenceLink": null,
"Uri": "/security/alerts_v2/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get1"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "SecurityAlert.Read.All",
@@ -286658,522 +299491,561 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityAlertV2Count",
- "Variants": [
- "Get1"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/security/attackSimulation",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulation",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAttackSimulationRoot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttackSimulationRoot"
},
{
- "Uri": "/security/attackSimulation/simulations",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulation",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/simulations",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSimulation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSimulation"
},
{
- "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationAutomation",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSimulationAutomation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSimulationAutomation"
},
{
- "Uri": "/security/attackSimulation/simulationAutomations",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationAutomation",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/simulationAutomations",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSimulationAutomation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSimulationAutomation"
},
{
- "Uri": "/security/attackSimulation/simulationAutomations/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationAutomationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/simulationAutomations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationAutomationRun",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSimulationAutomationRun",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSimulationAutomationRun"
},
{
- "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationAutomationRun",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSimulationAutomationRun",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSimulationAutomationRun"
},
{
- "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationAutomationRunCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/attackSimulation/simulations/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/simulations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationEndUserNotification",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEndUserNotification",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndUserNotification"
},
{
- "Uri": "/security/attackSimulation/endUserNotifications",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationEndUserNotification",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/endUserNotifications",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEndUserNotification",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndUserNotification"
},
{
- "Uri": "/security/attackSimulation/endUserNotifications/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationEndUserNotificationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/endUserNotifications/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEndUserNotificationDetail",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndUserNotificationDetail"
},
{
- "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphEndUserNotificationDetail",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphEndUserNotificationDetail"
},
{
- "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetailCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/attackSimulation/landingPages/{landingPage-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationLandingPage",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/landingPages/{landingPage-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphLandingPage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphLandingPage"
},
{
- "Uri": "/security/attackSimulation/landingPages",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationLandingPage",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/landingPages",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphLandingPage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphLandingPage"
},
{
- "Uri": "/security/attackSimulation/landingPages/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationLandingPageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/landingPages/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationLandingPageDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphLandingPageDetail",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphLandingPageDetail"
},
{
- "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationLandingPageDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphLandingPageDetail",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphLandingPageDetail"
},
{
- "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationLandingPageDetailCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/attackSimulation/loginPages/{loginPage-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationLoginPage",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/loginPages/{loginPage-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphLoginPage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphLoginPage"
},
{
- "Uri": "/security/attackSimulation/loginPages",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationLoginPage",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/loginPages",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphLoginPage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphLoginPage"
},
{
- "Uri": "/security/attackSimulation/loginPages/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationLoginPageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/loginPages/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAttackSimulationOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttackSimulationOperation"
},
{
- "Uri": "/security/attackSimulation/operations",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/operations",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAttackSimulationOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAttackSimulationOperation"
},
{
- "Uri": "/security/attackSimulation/operations/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationOperationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/operations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/attackSimulation/payloads/{payload-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationPayload",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/payloads/{payload-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPayload",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPayload"
},
{
- "Uri": "/security/attackSimulation/payloads",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationPayload",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/payloads",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphPayload",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphPayload"
},
{
- "Uri": "/security/attackSimulation/payloads/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationPayloadCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/payloads/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/attackSimulation/trainings/{training-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationTraining",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/trainings/{training-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTraining",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTraining"
},
{
- "Uri": "/security/attackSimulation/trainings",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationTraining",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/trainings",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTraining",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTraining"
},
{
- "Uri": "/security/attackSimulation/trainings/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationTrainingCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/trainings/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTrainingLanguageDetail",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTrainingLanguageDetail"
},
{
- "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTrainingLanguageDetail",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTrainingLanguageDetail"
},
{
- "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetailCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/cases",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityCase",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityCasesRoot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityCasesRoot"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCase",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -287192,19 +300064,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCase",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCase",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -287223,18 +300095,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCase",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCount",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -287253,18 +300126,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -287283,19 +300158,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -287314,18 +300189,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianCount",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -287344,19 +300221,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation",
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -287375,33 +300253,34 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecuritySiteSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecuritySiteSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -287420,18 +300299,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecuritySiteSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecuritySiteSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceCount",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -287450,47 +300331,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSite",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSite"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -287509,18 +300392,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -287539,74 +300424,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphGroup",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphGroup"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityUserSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityUserSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -287625,18 +300514,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityUserSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityUserSource"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSourceCount",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -287655,19 +300546,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSourceCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}",
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -287686,74 +300578,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityCaseEdiscoveryCaseOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityCaseOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityCaseOperation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -287772,18 +300668,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityCaseOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityCaseOperation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseOperationCount",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -287802,19 +300700,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseOperationCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}",
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -287833,19 +300732,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -287864,18 +300763,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetCount",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -287894,19 +300795,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}",
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -287925,19 +300827,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -287956,18 +300858,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQueryCount",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -287986,19 +300890,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQueryCount",
+ "OutputType": null
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}",
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -288017,19 +300922,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -288048,73 +300953,79 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityDataSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityDataSource"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityDataSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityDataSource"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCount",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -288133,60 +301044,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityDataSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityDataSource"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityDataSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityDataSource"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -288205,60 +301120,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseSetting",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -288277,19 +301196,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseSetting",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseTag",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}",
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -288308,19 +301228,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseTag",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseTag",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -288339,59 +301259,64 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseTag",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag"
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTagCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseTagCount",
+ "ApiReferenceLink": null,
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "eDiscovery.Read.All",
@@ -288410,33 +301335,35 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseTagCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityCaseEdiscoveryCaseTagParent",
+ "ApiReferenceLink": null,
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityIncident",
+ "ApiReferenceLink": null,
"Uri": "/security/incidents/{incident-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "SecurityIncident.Read.All",
@@ -288455,19 +301382,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityIncident",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityIncident",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityIncident"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityIncident",
+ "ApiReferenceLink": null,
"Uri": "/security/incidents",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "SecurityIncident.Read.All",
@@ -288486,73 +301413,78 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityIncident",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityIncident",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityIncident"
},
{
- "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityIncidentAlert",
+ "ApiReferenceLink": null,
+ "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityAlert",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityAlert"
},
{
- "Uri": "/security/incidents/{incident-id}/alerts",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityIncidentAlert",
+ "ApiReferenceLink": null,
+ "Uri": "/security/incidents/{incident-id}/alerts",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityAlert",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityAlert"
},
{
- "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityIncidentAlertCommentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/incidents/{incident-id}/alerts/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityIncidentAlertCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/incidents/{incident-id}/alerts/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityIncidentCount",
+ "ApiReferenceLink": null,
"Uri": "/security/incidents/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "SecurityIncident.Read.All",
@@ -288571,286 +301503,308 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityIncidentCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/security/labels",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabel",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityLabelsRoot",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityLabelsRoot"
},
{
- "Uri": "/security/labels/authorities/{authorityTemplate-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelAuthority",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/authorities/{authorityTemplate-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate"
},
{
- "Uri": "/security/labels/authorities",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelAuthority",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/authorities",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate"
},
{
- "Uri": "/security/labels/authorities/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelAuthorityCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/authorities/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/labels/categories/{categoryTemplate-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/categories/{categoryTemplate-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityCategoryTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityCategoryTemplate"
},
{
- "Uri": "/security/labels/categories",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelCategory",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/categories",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityCategoryTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityCategoryTemplate"
},
{
- "Uri": "/security/labels/categories/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelCategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/categories/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelCategorySubcategory",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate"
},
{
- "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelCategorySubcategory",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate"
},
{
- "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelCategorySubcategoryCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/labels/citations/{citationTemplate-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelCitation",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/citations/{citationTemplate-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityCitationTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityCitationTemplate"
},
{
- "Uri": "/security/labels/citations",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelCitation",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/citations",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityCitationTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
- },
- {
- "Uri": "/security/labels/citations/$count",
- "Permissions": [],
"Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityCitationTemplate"
+ },
+ {
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelCitationCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/citations/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/labels/departments/{departmentTemplate-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelDepartment",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/departments/{departmentTemplate-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate"
},
{
- "Uri": "/security/labels/departments",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelDepartment",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/departments",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate"
},
{
- "Uri": "/security/labels/departments/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelDepartmentCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/departments/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelFilePlanReference",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate"
},
{
- "Uri": "/security/labels/filePlanReferences",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelFilePlanReference",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/filePlanReferences",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate"
},
{
- "Uri": "/security/labels/filePlanReferences/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelFilePlanReferenceCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/filePlanReferences/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelRetentionEventType",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityRetentionEventType",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityRetentionEventType"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityLabelRetentionLabel",
+ "ApiReferenceLink": null,
"Uri": "/security/labels/retentionLabels/{retentionLabel-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "RecordsManagement.Read.All",
@@ -288869,19 +301823,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityLabelRetentionLabel",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityRetentionLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityRetentionLabel"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityLabelRetentionLabel",
+ "ApiReferenceLink": null,
"Uri": "/security/labels/retentionLabels",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "RecordsManagement.Read.All",
@@ -288900,18 +301854,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityLabelRetentionLabel",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityRetentionLabel",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecurityRetentionLabel"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecurityLabelRetentionLabelCount",
+ "ApiReferenceLink": null,
"Uri": "/security/labels/retentionLabels/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "RecordsManagement.Read.All",
@@ -288930,143 +301885,154 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecurityLabelRetentionLabelCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelRetentionLabelDescriptor",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor"
},
{
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelRetentionLabelDescriptorAuthorityTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate"
},
{
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelRetentionLabelDescriptorCategoryTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityCategoryTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityCategoryTemplate"
},
{
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelRetentionLabelDescriptorCitationTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityCitationTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityCitationTemplate"
},
{
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelRetentionLabelDescriptorDepartmentTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate"
},
{
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate"
},
{
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage"
},
{
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage"
},
{
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStageCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecuritySecureScore",
+ "ApiReferenceLink": null,
"Uri": "/security/secureScores/{secureScore-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "SecurityEvents.Read.All",
@@ -289085,19 +302051,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecuritySecureScore",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecureScore",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecureScore"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecuritySecureScore",
+ "ApiReferenceLink": null,
"Uri": "/security/secureScores",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "SecurityEvents.Read.All",
@@ -289116,18 +302082,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecuritySecureScore",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecureScore",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecureScore"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecuritySecureScoreControlProfile",
+ "ApiReferenceLink": null,
"Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "SecurityEvents.Read.All",
@@ -289146,19 +302114,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecuritySecureScoreControlProfile",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecureScoreControlProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecureScoreControlProfile"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecuritySecureScoreControlProfile",
+ "ApiReferenceLink": null,
"Uri": "/security/secureScoreControlProfiles",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "SecurityEvents.Read.All",
@@ -289177,18 +302145,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecuritySecureScoreControlProfile",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecureScoreControlProfile",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSecureScoreControlProfile"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecuritySecureScoreControlProfileCount",
+ "ApiReferenceLink": null,
"Uri": "/security/secureScoreControlProfiles/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "SecurityEvents.Read.All",
@@ -289207,18 +302176,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecuritySecureScoreControlProfileCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecuritySecureScoreCount",
+ "ApiReferenceLink": null,
"Uri": "/security/secureScores/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "SecurityEvents.Read.All",
@@ -289237,18 +302207,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecuritySecureScoreCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecuritySubjectRightsRequest",
+ "ApiReferenceLink": null,
"Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "SubjectRightsRequest.Read.All",
@@ -289267,19 +302239,19 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecuritySubjectRightsRequest",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSubjectRightsRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSubjectRightsRequest"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecuritySubjectRightsRequest",
+ "ApiReferenceLink": null,
"Uri": "/security/subjectRightsRequests",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "SubjectRightsRequest.Read.All",
@@ -289298,182 +302270,195 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecuritySubjectRightsRequest",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSubjectRightsRequest",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphSubjectRightsRequest"
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecuritySubjectRightsRequestApprover",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecuritySubjectRightsRequestApprover",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecuritySubjectRightsRequestApproverCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecuritySubjectRightsRequestApproverMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecuritySubjectRightsRequestCollaborator",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecuritySubjectRightsRequestCollaborator",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphUser",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphUser"
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecuritySubjectRightsRequestCollaboratorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphMailboxSettings"
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningError",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphServiceProvisioningError"
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecuritySubjectRightsRequestCount",
+ "ApiReferenceLink": null,
"Uri": "/security/subjectRightsRequests/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "SubjectRightsRequest.Read.All",
@@ -289492,18 +302477,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecuritySubjectRightsRequestCount",
- "Variants": [
- "Get"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecuritySubjectRightsRequestFinalAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-1.0",
"Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "SubjectRightsRequest.Read.All",
@@ -289522,47 +302509,49 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecuritySubjectRightsRequestFinalAttachment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-1.0"
+ "OutputType": null
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecuritySubjectRightsRequestFinalReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-1.0",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-1.0"
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecuritySubjectRightsRequestNote",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAuthoredNote",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphAuthoredNote"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecuritySubjectRightsRequestNote",
+ "ApiReferenceLink": null,
"Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "List"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "SubjectRightsRequest.Read.All",
@@ -289581,18 +302570,20 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecuritySubjectRightsRequestNote",
- "Variants": [
- "List"
- ],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphAuthoredNote",
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": "IMicrosoftGraphAuthoredNote"
},
{
+ "CommandAlias": null,
+ "Method": "GET",
+ "Command": "Get-MgSecuritySubjectRightsRequestNoteCount",
+ "ApiReferenceLink": null,
"Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count",
+ "ApiVersion": "v1.0",
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Module": "Security",
"Permissions": [
{
"Name": "SubjectRightsRequest.Read.All",
@@ -289611,630 +302602,666 @@
"IsLeastPrivilege": false
}
],
- "Module": "Security",
- "Command": "Get-MgSecuritySubjectRightsRequestNoteCount",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "OutputType": null
},
{
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecuritySubjectRightsRequestTeam",
+ "ApiReferenceLink": null,
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphTeam",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphTeam"
},
{
- "Uri": "/security/threatIntelligence",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityThreatIntelligence",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityThreatIntelligence",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityThreatIntelligence"
},
{
- "Uri": "/security/threatIntelligence/articles/{article-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityThreatIntelligenceArticle",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/articles/{article-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityArticle",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityArticle"
},
{
- "Uri": "/security/threatIntelligence/articles",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityThreatIntelligenceArticle",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/articles",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityArticle",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityArticle"
},
{
- "Uri": "/security/threatIntelligence/articles/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityThreatIntelligenceArticleCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/articles/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityThreatIntelligenceArticleIndicator",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityArticleIndicator",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityArticleIndicator"
},
{
- "Uri": "/security/threatIntelligence/articleIndicators",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityThreatIntelligenceArticleIndicator",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/articleIndicators",
+ "ApiVersion": "v1.0",
"Variants": [
"List",
"List1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityArticleIndicator",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityArticleIndicator"
},
{
- "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorArtifact",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/articleIndicators/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/articleIndicators/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/hosts/{host-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityThreatIntelligenceHost",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hosts/{host-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHost"
},
{
- "Uri": "/security/threatIntelligence/hosts",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityThreatIntelligenceHost",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hosts",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHost"
},
{
- "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityHostPair",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHostPair"
},
{
- "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs",
+ "ApiVersion": "v1.0",
"Variants": [
"List"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityHostPair",
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": "IMicrosoftGraphSecurityHostPair"
},
{
- "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityThreatIntelligenceHostChildHostPairCount",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"GetViaIdentity"
],
- "ApiVersion": "v1.0",
- "OutputType": null,
- "Method": "GET",
- "ApiReferenceLink": null
+ "Module": "Security",
+ "Permissions": [],
+ "OutputType": null
},
{
- "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}",
- "Permissions": [],
- "Module": "Security",
+ "CommandAlias": null,
+ "Method": "GET",
"Command": "Get-MgSecurityThreatIntelligenceHostComponent",
+ "ApiReferenceLink": null,
+ "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}",
+ "ApiVersion": "v1.0",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "ApiVersion": "v1.0",
- "OutputType": "IMicrosoftGraphSecurityHostComponent",
- "Method": "GET",